HEX: #B4ADCC
RGB: (180,173,204)
#B4ADCC contains red, green and blue colors in about the same proportion. Web safe color of #B4ADCC is #CC99CC (or #C9C).
#B4ADCC color RGB value is (180,173,204).
RGB: (180,173,204)
(71%, 68%, 80%)
R 180 of 255 = 71%
G 173 of 255 = 68%
B 204 of 255 = 80%
R + G + B ~ 73%. #B4ADCC is quite light color.
R + G + B = 180 + 173 + 204 = 557 (100%)
R 180 of 557 ~ 32.32%
G 173 of 557 ~ 31.06%
B 204 of 557 ~ 36.62'%
#B4ADCC color CMYK value is (12,15,0,20).
CMYK: (12,15,0,20) C12M15Y0K20 (12%,15%,0%,20%) (0.12/0.15/0.00/0.20)
Color #B4ADCC in popluar color models
B4 | AD | CC | |
---|---|---|---|
RGB | 180 | 173 | 204 |
HSL | 254° | 23.31% | 73.92% |
HSB/HSV | 254° | 15.20% | 80.00% |
CMYK | 11.76% | 15.20% | 0.00% |
20.00% |
Color #B4ADCC in popluar number systems.
HEX | B4 | AD | CC |
Decimal | 180 | 173 | 204 |
Binary | 10110100 | 10101101 | 11001100 |
Octal | 264 | 255 | 314 |
Shades of #B4ADCC
Tints of #B4ADCC
Examples of css and html codes for elements with #B4ADCC color. Also use rgb(180,173,204) instead hex code.
.myTextColor { color: #B4ADCC; }
<p style="color:#B4ADCC">This sample text font color is #B4ADCC.</p>
This text font color is #B4ADCC.
.myBgColor { background-color: #B4ADCC; }
<div style="background-color:#B4ADCC">Inner text</div>
This div background color is #B4ADCC.
.myBorderColor { border: 1px solid #B4ADCC; }
<div style="border:3px solid #B4ADCC">Div</div>
This div border color is #B4ADCC.
.myOpacity80 { color: #B4ADCC; opacity: 0.8; }
<p style="color:#B4ADCC;opacity:0.8;">80%</p>
Text with #B4ADCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4ADCC;}
<p style="text-shadow: 3px 3px 1px #B4ADCC">Text here.</p>
This text has shadow with #B4ADCC color.
.textShadow {text-shadow: 3px 3px 1px #B4ADCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4ADCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4ADCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4ADCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4ADCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4ADCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4ADCC;
-webkit-box-shadow: 1px 1px 3px 2px #B4ADCC;
box-shadow: 1px 1px 3px 2px #B4ADCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4ADCC; -webkit-box-shadow: 1px 1px 3px 2px #B4ADCC; box-shadow:1px 1px 3px 2px #B4ADCC;">
Div content here
</div>
This text has color #B4ADCC on black background.
This text has color #B4ADCC on white background.
This text has black color on #B4ADCC background.
This text has white color on #B4ADCC background.
Complementary color for #hex is #4B5233.