COLOR #AAD7DB

HEX: #AAD7DB
RGB: (170,215,219)

Color info

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

RGB color model

#AAD7DB color RGB value is (170,215,219).

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

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 219 of 255 = 86%

170
215
219

R + G + B ~ 79%. #AAD7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 215 + 219 = 604 (100%)
R 170 of 604 ~ 28.15%
G 215 of 604 ~ 35.6%
B 219 of 604 ~ 36.26%

%28.15
%35.6
%36.26

CMYK color model

#AAD7DB color CMYK value is (22,2,0,14).

  • cyan value is 22.37%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,2,0,14)
C22M2Y0K14 
(22%,2%,0%,14%)
(0.22/0.02/0.00/0.14)	

CMYK percentages

%22.37
%1.83
%0
%14.12

Codes

Color #AAD7DB in popluar color models

AAD7DB
RGB170215219
HSL185°40.50%76.27%
HSB/HSV185°22.37%85.88%
CMYK22.37%1.83%0.00%
14.12%

Color #AAD7DB in popluar number systems.

HEXAAD7DB
Decimal170215219
Binary101010101101011111011011
Octal252327333

Shades and tints

Shades of #AAD7DB

#AAD7DB
(170,215,219)
#9BC4C8
(155,196,200)
#8CB1B5
(140,177,181)
#7D9EA2
(125,158,162)
#6E8B8F
(110,139,143)
#5F787C
(95,120,124)
#506569
(80,101,105)
#415256
(65,82,86)
#323F43
(50,63,67)
#232C30
(35,44,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #AAD7DB

#AAD7DB
(170,215,219)
#B1DADE
(177,218,222)
#B8DDE1
(184,221,225)
#BFE0E4
(191,224,228)
#C6E3E7
(198,227,231)
#CDE6EA
(205,230,234)
#D4E9ED
(212,233,237)
#DBECF0
(219,236,240)
#E2EFF3
(226,239,243)
#E9F2F6
(233,242,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD7DB; }

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

This text font color is #AAD7DB.


Background Color

.myBgColor { background-color: #AAD7DB; }

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

This div background color is #AAD7DB.


Border color

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

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

This div border color is #AAD7DB.


Opacity

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

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

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

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

This text has shadow with #AAD7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD7DB on black background.


Color preview on white background

This text has color #AAD7DB on white background.



Black color preview on #AAD7DB background

This text has black color on #AAD7DB background.


White color preview on #AAD7DB background

This text has white color on #AAD7DB background.