COLOR #AADDCE

HEX: #AADDCE
RGB: (170,221,206)

Color info

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

RGB color model

#AADDCE color RGB value is (170,221,206).

  • red value is 170;
  • green value is 221;
  • blue value is 206.
RGB:
(170,221,206)
(67%,87%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 206 of 255 = 81%

170
221
206

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

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 206 = 597 (100%)
R 170 of 597 ~ 28.48%
G 221 of 597 ~ 37.02%
B 206 of 597 ~ 34.51%

%28.48
%37.02
%34.51

CMYK color model

#AADDCE color CMYK value is (23,0,7,13).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(23,0,7,13)
C23M0Y7K13 
(23%,0%,7%,13%)
(0.23/0.00/0.07/0.13)	

CMYK percentages

%23.08
%0
%6.79
%13.33

Codes

Color #AADDCE in popluar color models

AADDCE
RGB170221206
HSL162°42.86%76.67%
HSB/HSV162°23.08%86.67%
CMYK23.08%0.00%6.79%
13.33%

Color #AADDCE in popluar number systems.

HEXAADDCE
Decimal170221206
Binary101010101101110111001110
Octal252335316

Shades and tints

Shades of #AADDCE

#AADDCE
(170,221,206)
#9BC9BC
(155,201,188)
#8CB5AA
(140,181,170)
#7DA198
(125,161,152)
#6E8D86
(110,141,134)
#5F7974
(95,121,116)
#506562
(80,101,98)
#415150
(65,81,80)
#323D3E
(50,61,62)
#23292C
(35,41,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #AADDCE

#AADDCE
(170,221,206)
#B1E0D2
(177,224,210)
#B8E3D6
(184,227,214)
#BFE6DA
(191,230,218)
#C6E9DE
(198,233,222)
#CDECE2
(205,236,226)
#D4EFE6
(212,239,230)
#DBF2EA
(219,242,234)
#E2F5EE
(226,245,238)
#E9F8F2
(233,248,242)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDCE; }

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

This text font color is #AADDCE.


Background Color

.myBgColor { background-color: #AADDCE; }

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

This div background color is #AADDCE.


Border color

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

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

This div border color is #AADDCE.


Opacity

.myOpacity80 { color: #AADDCE; opacity: 0.8; }

<p style="color:#AADDCE;opacity:0.8;">80%</p>

Text with #AADDCE 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 #AADDCE;}

<p style="text-shadow: 3px 3px 1px #AADDCE">Text here.</p>

This text has shadow with #AADDCE color.

.textShadow {text-shadow: 3px 3px 1px #AADDCE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AADDCE, 5px 5px 20px red">Text here.</p>

This text has shadow with #AADDCE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADDCE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AADDCE, Direction=45, Strength=4)">Text</p>

This text has shadow with #AADDCE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AADDCE;
  -webkit-box-shadow:	1px 1px 3px 2px #AADDCE;
  box-shadow:		1px 1px 3px 2px #AADDCE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADDCE;
-webkit-box-shadow: 1px 1px 3px 2px #AADDCE;
box-shadow:1px 1px 3px 2px #AADDCE;">
Div content here</div>
This div box has shadow with color #AADDCE.

Preview

Color preview on black background

This text has color #AADDCE on black background.


Color preview on white background

This text has color #AADDCE on white background.



Black color preview on #AADDCE background

This text has black color on #AADDCE background.


White color preview on #AADDCE background

This text has white color on #AADDCE background.