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