COLOR #AAD6CE

HEX: #AAD6CE
RGB: (170,214,206)

Color info

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

RGB color model

#AAD6CE color RGB value is (170,214,206).

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

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 206 of 255 = 81%

170
214
206

R + G + B ~ 77%. #AAD6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 206 = 590 (100%)
R 170 of 590 ~ 28.81%
G 214 of 590 ~ 36.27%
B 206 of 590 ~ 34.92%

%28.81
%36.27
%34.92

CMYK color model

#AAD6CE color CMYK value is (21,0,4,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(21,0,4,16)
C21M0Y4K16 
(21%,0%,4%,16%)
(0.21/0.00/0.04/0.16)	

CMYK percentages

%20.56
%0
%3.74
%16.08

Codes

Color #AAD6CE in popluar color models

AAD6CE
RGB170214206
HSL169°34.92%75.29%
HSB/HSV169°20.56%83.92%
CMYK20.56%0.00%3.74%
16.08%

Color #AAD6CE in popluar number systems.

HEXAAD6CE
Decimal170214206
Binary101010101101011011001110
Octal252326316

Shades and tints

Shades of #AAD6CE

#AAD6CE
(170,214,206)
#9BC3BC
(155,195,188)
#8CB0AA
(140,176,170)
#7D9D98
(125,157,152)
#6E8A86
(110,138,134)
#5F7774
(95,119,116)
#506462
(80,100,98)
#415150
(65,81,80)
#323E3E
(50,62,62)
#232B2C
(35,43,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAD6CE

#AAD6CE
(170,214,206)
#B1D9D2
(177,217,210)
#B8DCD6
(184,220,214)
#BFDFDA
(191,223,218)
#C6E2DE
(198,226,222)
#CDE5E2
(205,229,226)
#D4E8E6
(212,232,230)
#DBEBEA
(219,235,234)
#E2EEEE
(226,238,238)
#E9F1F2
(233,241,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6CE; }

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

This text font color is #AAD6CE.


Background Color

.myBgColor { background-color: #AAD6CE; }

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

This div background color is #AAD6CE.


Border color

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

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

This div border color is #AAD6CE.


Opacity

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

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

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

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

This text has shadow with #AAD6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6CE on black background.


Color preview on white background

This text has color #AAD6CE on white background.



Black color preview on #AAD6CE background

This text has black color on #AAD6CE background.


White color preview on #AAD6CE background

This text has white color on #AAD6CE background.