HEX: #B9ADBE
RGB: (185,173,190)
#B9ADBE contains red, green and blue colors in about the same proportion. Web safe color of #B9ADBE is #CC99CC (or #C9C).
#B9ADBE color RGB value is (185,173,190).
RGB: (185,173,190)
(73%, 68%, 75%)
R 185 of 255 = 73%
G 173 of 255 = 68%
B 190 of 255 = 75%
R + G + B ~ 72%. #B9ADBE is quite light color.
R + G + B = 185 + 173 + 190 = 548 (100%)
R 185 of 548 ~ 33.76%
G 173 of 548 ~ 31.57%
B 190 of 548 ~ 34.67'%
#B9ADBE color CMYK value is (3,9,0,25).
CMYK: (3,9,0,25)
C3M9Y0K25 (3%, 9%, 0%, 25%)
(0.03 / 0.09 / 0.00 / 0.25)
Color #B9ADBE in popluar color models
B9 | AD | BE | |
---|---|---|---|
RGB | 185 | 173 | 190 |
HSL | 282° | 11.56% | 71.18% |
HSB/HSV | 282° | 8.95% | 74.51% |
CMYK | 2.63% | 8.95% | 0.00% |
25.49% |
Color #B9ADBE in popluar number systems.
HEX | B9 | AD | BE |
Decimal | 185 | 173 | 190 |
Binary | 10111001 | 10101101 | 10111110 |
Octal | 271 | 255 | 276 |
Shades of #B9ADBE
Tints of #B9ADBE
Examples of css and html codes for elements with #B9ADBE color. Also use rgb(185,173,190) instead hex code.
.myTextColor { color: #B9ADBE; }
<p style="color:#B9ADBE">This sample text font color is #B9ADBE.</p>
This text font color is #B9ADBE.
.myBgColor { background-color: #B9ADBE; }
<div style="background-color:#B9ADBE">Inner text</div>
This div background color is #B9ADBE.
.myBorderColor { border: 1px solid #B9ADBE; }
<div style="border:3px solid #B9ADBE">Div</div>
This div border color is #B9ADBE.
.myOpacity80 { color: #B9ADBE; opacity: 0.8; }
<p style="color:#B9ADBE;opacity:0.8;">80%</p>
Text with #B9ADBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9ADBE;}
<p style="text-shadow: 3px 3px 1px #B9ADBE">Text here.</p>
This text has shadow with #B9ADBE color.
.textShadow {text-shadow: 3px 3px 1px #B9ADBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9ADBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9ADBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9ADBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9ADBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9ADBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9ADBE;
-webkit-box-shadow: 1px 1px 3px 2px #B9ADBE;
box-shadow: 1px 1px 3px 2px #B9ADBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9ADBE; -webkit-box-shadow: 1px 1px 3px 2px #B9ADBE; box-shadow:1px 1px 3px 2px #B9ADBE;">
Div content here
</div>
This text has color #B9ADBE on black background.
This text has color #B9ADBE on white background.
This text has black color on #B9ADBE background.
This text has white color on #B9ADBE background.
Complementary color for #hex is #465241.