HEX: #AADBCE
RGB: (170,219,206)
#AADBCE contains red, green and blue colors in about the same proportion. Web safe color of #AADBCE is #99CCCC (or #9CC).
#AADBCE color RGB value is (170,219,206).
RGB: (170,219,206)
(67%, 86%, 81%)
R 170 of 255 = 67%
G 219 of 255 = 86%
B 206 of 255 = 81%
R + G + B ~ 78%. #AADBCE is quite light color.
R + G + B = 170 + 219 + 206 = 595 (100%)
R 170 of 595 ~ 28.57%
G 219 of 595 ~ 36.81%
B 206 of 595 ~ 34.62'%
#AADBCE color CMYK value is (22,0,6,14).
CMYK: (22,0,6,14)
C22M0Y6K14 (22%, 0%, 6%, 14%)
(0.22 / 0.00 / 0.06 / 0.14)
Color #AADBCE in popluar color models
AA | DB | CE | |
---|---|---|---|
RGB | 170 | 219 | 206 |
HSL | 164° | 40.50% | 76.27% |
HSB/HSV | 164° | 22.37% | 85.88% |
CMYK | 22.37% | 0.00% | 5.94% |
14.12% |
Color #AADBCE in popluar number systems.
HEX | AA | DB | CE |
Decimal | 170 | 219 | 206 |
Binary | 10101010 | 11011011 | 11001110 |
Octal | 252 | 333 | 316 |
Shades of #AADBCE
Tints of #AADBCE
Examples of css and html codes for elements with #AADBCE color. Also use rgb(170,219,206) instead hex code.
.myTextColor { color: #AADBCE; }
<p style="color:#AADBCE">This sample text font color is #AADBCE.</p>
This text font color is #AADBCE.
.myBgColor { background-color: #AADBCE; }
<div style="background-color:#AADBCE">Inner text</div>
This div background color is #AADBCE.
.myBorderColor { border: 1px solid #AADBCE; }
<div style="border:3px solid #AADBCE">Div</div>
This div border color is #AADBCE.
.myOpacity80 { color: #AADBCE; opacity: 0.8; }
<p style="color:#AADBCE;opacity:0.8;">80%</p>
Text with #AADBCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AADBCE;}
<p style="text-shadow: 3px 3px 1px #AADBCE">Text here.</p>
This text has shadow with #AADBCE color.
.textShadow {text-shadow: 3px 3px 1px #AADBCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AADBCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AADBCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADBCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AADBCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AADBCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AADBCE;
-webkit-box-shadow: 1px 1px 3px 2px #AADBCE;
box-shadow: 1px 1px 3px 2px #AADBCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADBCE; -webkit-box-shadow: 1px 1px 3px 2px #AADBCE; box-shadow:1px 1px 3px 2px #AADBCE;">
Div content here
</div>
This text has color #AADBCE on black background.
This text has color #AADBCE on white background.
This text has black color on #AADBCE background.
This text has white color on #AADBCE background.
Complementary color for #hex is #552431.