COLOR #AAD6CB

HEX: #AAD6CB
RGB: (170,214,203)

Color info

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

RGB color model

#AAD6CB color RGB value is (170,214,203).

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

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 203 of 255 = 80%

170
214
203

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

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 203 = 587 (100%)
R 170 of 587 ~ 28.96%
G 214 of 587 ~ 36.46%
B 203 of 587 ~ 34.58%

%28.96
%36.46
%34.58

CMYK color model

#AAD6CB color CMYK value is (21,0,5,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(21,0,5,16)
C21M0Y5K16 
(21%,0%,5%,16%)
(0.21/0.00/0.05/0.16)	

CMYK percentages

%20.56
%0
%5.14
%16.08

Codes

Color #AAD6CB in popluar color models

AAD6CB
RGB170214203
HSL165°34.92%75.29%
HSB/HSV165°20.56%83.92%
CMYK20.56%0.00%5.14%
16.08%

Color #AAD6CB in popluar number systems.

HEXAAD6CB
Decimal170214203
Binary101010101101011011001011
Octal252326313

Shades and tints

Shades of #AAD6CB

#AAD6CB
(170,214,203)
#9BC3B9
(155,195,185)
#8CB0A7
(140,176,167)
#7D9D95
(125,157,149)
#6E8A83
(110,138,131)
#5F7771
(95,119,113)
#50645F
(80,100,95)
#41514D
(65,81,77)
#323E3B
(50,62,59)
#232B29
(35,43,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAD6CB

#AAD6CB
(170,214,203)
#B1D9CF
(177,217,207)
#B8DCD3
(184,220,211)
#BFDFD7
(191,223,215)
#C6E2DB
(198,226,219)
#CDE5DF
(205,229,223)
#D4E8E3
(212,232,227)
#DBEBE7
(219,235,231)
#E2EEEB
(226,238,235)
#E9F1EF
(233,241,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6CB; }

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

This text font color is #AAD6CB.


Background Color

.myBgColor { background-color: #AAD6CB; }

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

This div background color is #AAD6CB.


Border color

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

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

This div border color is #AAD6CB.


Opacity

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

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

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

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

This text has shadow with #AAD6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD6CB on black background.


Color preview on white background

This text has color #AAD6CB on white background.



Black color preview on #AAD6CB background

This text has black color on #AAD6CB background.


White color preview on #AAD6CB background

This text has white color on #AAD6CB background.