COLOR #AADBCE

HEX: #AADBCE RGB: (170,219,206)

Color info

#AADBCE contains red, green and blue colors in about the same proportion. Web safe color of #AADBCE is #99CCCC (or #9CC).

RGB color model

#AADBCE color RGB value is (170,219,206).

RGB: (170,219,206) (67%, 86%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 206 of 255 = 81%

170
219
206

R + G + B ~ 78%. #AADBCE is quite light color.

Portions of RGB colors in percentages

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'%

%28.57
%36.81
%34.62

CMYK color model

#AADBCE color CMYK value is (22,0,6,14).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%

CMYK: (22,0,6,14)
C22M0Y6K14 (22%, 0%, 6%, 14%)
(0.22 / 0.00 / 0.06 / 0.14)

CMYK percentages

%22.37
%0
%5.94
%14.12

Codes

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 and tints

Shades of #AADBCE

#AADBCE
(170,219,206)
#9BC8BC
(155,200,188)
#8CB5AA
(140,181,170)
#7DA298
(125,162,152)
#6E8F86
(110,143,134)
#5F7C74
(95,124,116)
#506962
(80,105,98)
#415650
(65,86,80)
#32433E
(50,67,62)
#23302C
(35,48,44)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #AADBCE

#AADBCE
(170,219,206)
#B1DED2
(177,222,210)
#B8E1D6
(184,225,214)
#BFE4DA
(191,228,218)
#C6E7DE
(198,231,222)
#CDEAE2
(205,234,226)
#D4EDE6
(212,237,230)
#DBF0EA
(219,240,234)
#E2F3EE
(226,243,238)
#E9F6F2
(233,246,242)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADBCE color. Also use rgb(170,219,206) instead hex code.

Text Font Color

.myTextColor { color: #AADBCE; }

<p style="color:#AADBCE">This sample text font color is #AADBCE.</p>

This text font color is #AADBCE.

Background Color

.myBgColor { background-color: #AADBCE; }

<div style="background-color:#AADBCE">Inner text</div>

This div background color is #AADBCE.

Border color

.myBorderColor { border: 1px solid #AADBCE; }

<div style="border:3px solid #AADBCE">Div</div>

This div border color is #AADBCE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #AADBCE.

Preview

Color preview on black background

This text has color #AADBCE on black background.


Color preview on white background

This text has color #AADBCE on white background.


Black color preview on #AADBCE background

This text has black color on #AADBCE background.


White color preview on #AADBCE background

This text has white color on #AADBCE background.


Related colors

Complementary color

Complementary color for #hex is #552431.


I love getcolorcode.com

Triadic colors

1 #CEAADB and #DBCEAA with #AADBCE are triadic colors.

2 #CEDBAA and #DBAACE with #AADBCE are triadic colors.