HEX: #AADCC7
RGB: (170,220,199)
#AADCC7 contains red, green and blue colors in about the same proportion. Web safe color of #AADCC7 is #99CCCC (or #9CC).
#AADCC7 color RGB value is (170,220,199).
RGB: (170,220,199)
(67%, 86%, 78%)
R 170 of 255 = 67%
G 220 of 255 = 86%
B 199 of 255 = 78%
R + G + B ~ 77%. #AADCC7 is quite light color.
R + G + B = 170 + 220 + 199 = 589 (100%)
R 170 of 589 ~ 28.86%
G 220 of 589 ~ 37.35%
B 199 of 589 ~ 33.79'%
#AADCC7 color CMYK value is (23,0,10,14).
CMYK: (23,0,10,14) C23M0Y10K14 (23%,0%,10%,14%) (0.23/0.00/0.10/0.14)
Color #AADCC7 in popluar color models
AA | DC | C7 | |
---|---|---|---|
RGB | 170 | 220 | 199 |
HSL | 155° | 41.67% | 76.47% |
HSB/HSV | 155° | 22.73% | 86.27% |
CMYK | 22.73% | 0.00% | 9.55% |
13.73% |
Color #AADCC7 in popluar number systems.
HEX | AA | DC | C7 |
Decimal | 170 | 220 | 199 |
Binary | 10101010 | 11011100 | 11000111 |
Octal | 252 | 334 | 307 |
Shades of #AADCC7
Tints of #AADCC7
Examples of css and html codes for elements with #AADCC7 color. Also use rgb(170,220,199) instead hex code.
.myTextColor { color: #AADCC7; }
<p style="color:#AADCC7">This sample text font color is #AADCC7.</p>
This text font color is #AADCC7.
.myBgColor { background-color: #AADCC7; }
<div style="background-color:#AADCC7">Inner text</div>
This div background color is #AADCC7.
.myBorderColor { border: 1px solid #AADCC7; }
<div style="border:3px solid #AADCC7">Div</div>
This div border color is #AADCC7.
.myOpacity80 { color: #AADCC7; opacity: 0.8; }
<p style="color:#AADCC7;opacity:0.8;">80%</p>
Text with #AADCC7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AADCC7;}
<p style="text-shadow: 3px 3px 1px #AADCC7">Text here.</p>
This text has shadow with #AADCC7 color.
.textShadow {text-shadow: 3px 3px 1px #AADCC7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AADCC7, 5px 5px 20px red">Text here.</p>
This text has shadow with #AADCC7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADCC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AADCC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AADCC7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AADCC7;
-webkit-box-shadow: 1px 1px 3px 2px #AADCC7;
box-shadow: 1px 1px 3px 2px #AADCC7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADCC7; -webkit-box-shadow: 1px 1px 3px 2px #AADCC7; box-shadow:1px 1px 3px 2px #AADCC7;">
Div content here
</div>
This text has color #AADCC7 on black background.
This text has color #AADCC7 on white background.
This text has black color on #AADCC7 background.
This text has white color on #AADCC7 background.
Complementary color for #hex is #552338.