COLOR #AAD8DB

HEX: #AAD8DB RGB: (170,216,219)

Color info

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

RGB color model

#AAD8DB color RGB value is (170,216,219).

RGB: (170,216,219) (67%, 85%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 216 of 255 = 85%
B 219 of 255 = 86%

170
216
219

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

Portions of RGB colors in percentages

R + G + B = 170 + 216 + 219 = 605 (100%)
R 170 of 605 ~ 28.1%
G 216 of 605 ~ 35.7%
B 219 of 605 ~ 36.2'%

%28.1
%35.7
%36.2

CMYK color model

#AAD8DB color CMYK value is (22,1,0,14).

  • cyan value is 22.37%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,1,0,14)
C22M1Y0K14 (22%, 1%, 0%, 14%)
(0.22 / 0.01 / 0.00 / 0.14)

CMYK percentages

%22.37
%1.37
%0
%14.12

Codes

Color #AAD8DB in popluar color models

AA D8 DB
RGB 170 216 219
HSL 184° 40.50% 76.27%
HSB/HSV 184° 22.37% 85.88%
CMYK 22.37% 1.37% 0.00%
14.12%

Color #AAD8DB in popluar number systems.

HEX AA D8 DB
Decimal 170 216 219
Binary 10101010 11011000 11011011
Octal 252 330 333

Shades and tints

Shades of #AAD8DB

#AAD8DB
(170,216,219)
#9BC5C8
(155,197,200)
#8CB2B5
(140,178,181)
#7D9FA2
(125,159,162)
#6E8C8F
(110,140,143)
#5F797C
(95,121,124)
#506669
(80,102,105)
#415356
(65,83,86)
#324043
(50,64,67)
#232D30
(35,45,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #AAD8DB

#AAD8DB
(170,216,219)
#B1DBDE
(177,219,222)
#B8DEE1
(184,222,225)
#BFE1E4
(191,225,228)
#C6E4E7
(198,228,231)
#CDE7EA
(205,231,234)
#D4EAED
(212,234,237)
#DBEDF0
(219,237,240)
#E2F0F3
(226,240,243)
#E9F3F6
(233,243,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD8DB; }

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

This text font color is #AAD8DB.

Background Color

.myBgColor { background-color: #AAD8DB; }

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

This div background color is #AAD8DB.

Border color

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

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

This div border color is #AAD8DB.

Opacity

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

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

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

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

This text has shadow with #AAD8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD8DB.

Preview

Color preview on black background

This text has color #AAD8DB on black background.


Color preview on white background

This text has color #AAD8DB on white background.


Black color preview on #AAD8DB background

This text has black color on #AAD8DB background.


White color preview on #AAD8DB background

This text has white color on #AAD8DB background.


Related colors

Complementary color

Complementary color for #hex is #552724.


I love getcolorcode.com

Triadic colors

1 #DBAAD8 and #D8DBAA with #AAD8DB are triadic colors.

2 #DBD8AA and #D8AADB with #AAD8DB are triadic colors.