HEX: #ADC2BD
RGB: (173,194,189)
#ADC2BD contains red, green and blue colors in about the same proportion. Web safe color of #ADC2BD is #99CCCC (or #9CC).
#ADC2BD color RGB value is (173,194,189).
RGB: (173,194,189)
(68%, 76%, 74%)
R 173 of 255 = 68%
G 194 of 255 = 76%
B 189 of 255 = 74%
R + G + B ~ 73%. #ADC2BD is quite light color.
R + G + B = 173 + 194 + 189 = 556 (100%)
R 173 of 556 ~ 31.12%
G 194 of 556 ~ 34.89%
B 189 of 556 ~ 33.99'%
#ADC2BD color CMYK value is (11,0,3,24).
CMYK: (11,0,3,24) C11M0Y3K24 (11%,0%,3%,24%) (0.11/0.00/0.03/0.24)
Color #ADC2BD in popluar color models
AD | C2 | BD | |
---|---|---|---|
RGB | 173 | 194 | 189 |
HSL | 166° | 14.69% | 71.96% |
HSB/HSV | 166° | 10.82% | 76.08% |
CMYK | 10.82% | 0.00% | 2.58% |
23.92% |
Color #ADC2BD in popluar number systems.
HEX | AD | C2 | BD |
Decimal | 173 | 194 | 189 |
Binary | 10101101 | 11000010 | 10111101 |
Octal | 255 | 302 | 275 |
Shades of #ADC2BD
Tints of #ADC2BD
Examples of css and html codes for elements with #ADC2BD color. Also use rgb(173,194,189) instead hex code.
.myTextColor { color: #ADC2BD; }
<p style="color:#ADC2BD">This sample text font color is #ADC2BD.</p>
This text font color is #ADC2BD.
.myBgColor { background-color: #ADC2BD; }
<div style="background-color:#ADC2BD">Inner text</div>
This div background color is #ADC2BD.
.myBorderColor { border: 1px solid #ADC2BD; }
<div style="border:3px solid #ADC2BD">Div</div>
This div border color is #ADC2BD.
.myOpacity80 { color: #ADC2BD; opacity: 0.8; }
<p style="color:#ADC2BD;opacity:0.8;">80%</p>
Text with #ADC2BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC2BD;}
<p style="text-shadow: 3px 3px 1px #ADC2BD">Text here.</p>
This text has shadow with #ADC2BD color.
.textShadow {text-shadow: 3px 3px 1px #ADC2BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC2BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC2BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC2BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC2BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC2BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC2BD;
-webkit-box-shadow: 1px 1px 3px 2px #ADC2BD;
box-shadow: 1px 1px 3px 2px #ADC2BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC2BD; -webkit-box-shadow: 1px 1px 3px 2px #ADC2BD; box-shadow:1px 1px 3px 2px #ADC2BD;">
Div content here
</div>
This text has color #ADC2BD on black background.
This text has color #ADC2BD on white background.
This text has black color on #ADC2BD background.
This text has white color on #ADC2BD background.
Complementary color for #hex is #523D42.