COLOR #AAD3DB

HEX: #AAD3DB
RGB: (170,211,219)

Color info

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

RGB color model

#AAD3DB color RGB value is (170,211,219).

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

RGB channels and saturation

R 170 of 255 = 67%
G 211 of 255 = 83%
B 219 of 255 = 86%

170
211
219

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

Portions of RGB colors in percentages

R + G + B =
170 + 211 + 219 = 600 (100%)
R 170 of 600 ~ 28.33%
G 211 of 600 ~ 35.17%
B 219 of 600 ~ 36.5%

%28.33
%35.17
%36.5

CMYK color model

#AAD3DB color CMYK value is (22,4,0,14).

  • cyan value is 22.37%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,4,0,14)
C22M4Y0K14 
(22%,4%,0%,14%)
(0.22/0.04/0.00/0.14)	

CMYK percentages

%22.37
%3.65
%0
%14.12

Codes

Color #AAD3DB in popluar color models

AAD3DB
RGB170211219
HSL190°40.50%76.27%
HSB/HSV190°22.37%85.88%
CMYK22.37%3.65%0.00%
14.12%

Color #AAD3DB in popluar number systems.

HEXAAD3DB
Decimal170211219
Binary101010101101001111011011
Octal252323333

Shades and tints

Shades of #AAD3DB

#AAD3DB
(170,211,219)
#9BC0C8
(155,192,200)
#8CADB5
(140,173,181)
#7D9AA2
(125,154,162)
#6E878F
(110,135,143)
#5F747C
(95,116,124)
#506169
(80,97,105)
#414E56
(65,78,86)
#323B43
(50,59,67)
#232830
(35,40,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #AAD3DB

#AAD3DB
(170,211,219)
#B1D7DE
(177,215,222)
#B8DBE1
(184,219,225)
#BFDFE4
(191,223,228)
#C6E3E7
(198,227,231)
#CDE7EA
(205,231,234)
#D4EBED
(212,235,237)
#DBEFF0
(219,239,240)
#E2F3F3
(226,243,243)
#E9F7F6
(233,247,246)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD3DB; }

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

This text font color is #AAD3DB.


Background Color

.myBgColor { background-color: #AAD3DB; }

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

This div background color is #AAD3DB.


Border color

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

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

This div border color is #AAD3DB.


Opacity

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

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

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

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

This text has shadow with #AAD3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD3DB on black background.


Color preview on white background

This text has color #AAD3DB on white background.



Black color preview on #AAD3DB background

This text has black color on #AAD3DB background.


White color preview on #AAD3DB background

This text has white color on #AAD3DB background.