a {
  opacity: initial;
}

b {
  opacity: inherit;
}

c {
  opacity: unset;
}

d {
  opacity: 1;
}

e {
  opacity: 0.5;
}

f {
  opacity: 0;
}
