HEX: #ADCCBD
RGB: (173,204,189)
#ADCCBD contains red, green and blue colors in about the same proportion. Web safe color of #ADCCBD is #99CCCC (or #9CC).
#ADCCBD color RGB value is (173,204,189).
RGB: (173,204,189)
(68%, 80%, 74%)
R 173 of 255 = 68%
G 204 of 255 = 80%
B 189 of 255 = 74%
R + G + B ~ 74%. #ADCCBD is quite light color.
R + G + B = 173 + 204 + 189 = 566 (100%)
R 173 of 566 ~ 30.57%
G 204 of 566 ~ 36.04%
B 189 of 566 ~ 33.39'%
#ADCCBD color CMYK value is (15,0,7,20).
CMYK: (15,0,7,20)
C15M0Y7K20 (15%, 0%, 7%, 20%)
(0.15 / 0.00 / 0.07 / 0.20)
Color #ADCCBD in popluar color models
AD | CC | BD | |
---|---|---|---|
RGB | 173 | 204 | 189 |
HSL | 151° | 23.31% | 73.92% |
HSB/HSV | 151° | 15.20% | 80.00% |
CMYK | 15.20% | 0.00% | 7.35% |
20.00% |
Color #ADCCBD in popluar number systems.
HEX | AD | CC | BD |
Decimal | 173 | 204 | 189 |
Binary | 10101101 | 11001100 | 10111101 |
Octal | 255 | 314 | 275 |
Shades of #ADCCBD
Tints of #ADCCBD
Examples of css and html codes for elements with #ADCCBD color. Also use rgb(173,204,189) instead hex code.
.myTextColor { color: #ADCCBD; }
<p style="color:#ADCCBD">This sample text font color is #ADCCBD.</p>
This text font color is #ADCCBD.
.myBgColor { background-color: #ADCCBD; }
<div style="background-color:#ADCCBD">Inner text</div>
This div background color is #ADCCBD.
.myBorderColor { border: 1px solid #ADCCBD; }
<div style="border:3px solid #ADCCBD">Div</div>
This div border color is #ADCCBD.
.myOpacity80 { color: #ADCCBD; opacity: 0.8; }
<p style="color:#ADCCBD;opacity:0.8;">80%</p>
Text with #ADCCBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCCBD;}
<p style="text-shadow: 3px 3px 1px #ADCCBD">Text here.</p>
This text has shadow with #ADCCBD color.
.textShadow {text-shadow: 3px 3px 1px #ADCCBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCCBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADCCBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCCBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCCBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCCBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCCBD;
-webkit-box-shadow: 1px 1px 3px 2px #ADCCBD;
box-shadow: 1px 1px 3px 2px #ADCCBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCCBD; -webkit-box-shadow: 1px 1px 3px 2px #ADCCBD; box-shadow:1px 1px 3px 2px #ADCCBD;">
Div content here
</div>
This text has color #ADCCBD on black background.
This text has color #ADCCBD on white background.
This text has black color on #ADCCBD background.
This text has white color on #ADCCBD background.
Complementary color for #hex is #523342.