COLOR #AAD7CB

HEX: #AAD7CB
RGB: (170,215,203)

Color info

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

RGB color model

#AAD7CB color RGB value is (170,215,203).

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

RGB channels and saturation

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

170
215
203

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

Portions of RGB colors in percentages

R + G + B =
170 + 215 + 203 = 588 (100%)
R 170 of 588 ~ 28.91%
G 215 of 588 ~ 36.56%
B 203 of 588 ~ 34.52%

%28.91
%36.56
%34.52

CMYK color model

#AAD7CB color CMYK value is (21,0,6,16).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(21,0,6,16)
C21M0Y6K16 
(21%,0%,6%,16%)
(0.21/0.00/0.06/0.16)	

CMYK percentages

%20.93
%0
%5.58
%15.69

Codes

Color #AAD7CB in popluar color models

AAD7CB
RGB170215203
HSL164°36.00%75.49%
HSB/HSV164°20.93%84.31%
CMYK20.93%0.00%5.58%
15.69%

Color #AAD7CB in popluar number systems.

HEXAAD7CB
Decimal170215203
Binary101010101101011111001011
Octal252327313

Shades and tints

Shades of #AAD7CB

#AAD7CB
(170,215,203)
#9BC4B9
(155,196,185)
#8CB1A7
(140,177,167)
#7D9E95
(125,158,149)
#6E8B83
(110,139,131)
#5F7871
(95,120,113)
#50655F
(80,101,95)
#41524D
(65,82,77)
#323F3B
(50,63,59)
#232C29
(35,44,41)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #AAD7CB

#AAD7CB
(170,215,203)
#B1DACF
(177,218,207)
#B8DDD3
(184,221,211)
#BFE0D7
(191,224,215)
#C6E3DB
(198,227,219)
#CDE6DF
(205,230,223)
#D4E9E3
(212,233,227)
#DBECE7
(219,236,231)
#E2EFEB
(226,239,235)
#E9F2EF
(233,242,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD7CB; }

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

This text font color is #AAD7CB.


Background Color

.myBgColor { background-color: #AAD7CB; }

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

This div background color is #AAD7CB.


Border color

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

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

This div border color is #AAD7CB.


Opacity

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

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

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

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

This text has shadow with #AAD7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD7CB on black background.


Color preview on white background

This text has color #AAD7CB on white background.



Black color preview on #AAD7CB background

This text has black color on #AAD7CB background.


White color preview on #AAD7CB background

This text has white color on #AAD7CB background.