COLOR #AAD4D5

HEX: #AAD4D5
RGB: (170,212,213)

Color info

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

RGB color model

#AAD4D5 color RGB value is (170,212,213).

  • red value is 170;
  • green value is 212;
  • blue value is 213.
RGB:
(170,212,213)
(67%,83%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 213 of 255 = 84%

170
212
213

R + G + B ~ 78%. #AAD4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 212 + 213 = 595 (100%)
R 170 of 595 ~ 28.57%
G 212 of 595 ~ 35.63%
B 213 of 595 ~ 35.8%

%28.57
%35.63
%35.8

CMYK color model

#AAD4D5 color CMYK value is (20,0,0,16).

  • cyan value is 20.19%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,0,0,16)
C20M0Y0K16 
(20%,0%,0%,16%)
(0.20/0.00/0.00/0.16)	

CMYK percentages

%20.19
%0.47
%0
%16.47

Codes

Color #AAD4D5 in popluar color models

AAD4D5
RGB170212213
HSL181°33.86%75.10%
HSB/HSV181°20.19%83.53%
CMYK20.19%0.47%0.00%
16.47%

Color #AAD4D5 in popluar number systems.

HEXAAD4D5
Decimal170212213
Binary101010101101010011010101
Octal252324325

Shades and tints

Shades of #AAD4D5

#AAD4D5
(170,212,213)
#9BC1C2
(155,193,194)
#8CAEAF
(140,174,175)
#7D9B9C
(125,155,156)
#6E8889
(110,136,137)
#5F7576
(95,117,118)
#506263
(80,98,99)
#414F50
(65,79,80)
#323C3D
(50,60,61)
#23292A
(35,41,42)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAD4D5

#AAD4D5
(170,212,213)
#B1D7D8
(177,215,216)
#B8DADB
(184,218,219)
#BFDDDE
(191,221,222)
#C6E0E1
(198,224,225)
#CDE3E4
(205,227,228)
#D4E6E7
(212,230,231)
#DBE9EA
(219,233,234)
#E2ECED
(226,236,237)
#E9EFF0
(233,239,240)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD4D5 color. Also use rgb(170,212,213) instead hex code.

Text Font Color

.myTextColor { color: #AAD4D5; }

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

This text font color is #AAD4D5.


Background Color

.myBgColor { background-color: #AAD4D5; }

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

This div background color is #AAD4D5.


Border color

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

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

This div border color is #AAD4D5.


Opacity

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

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

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

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

This text has shadow with #AAD4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD4D5 on black background.


Color preview on white background

This text has color #AAD4D5 on white background.



Black color preview on #AAD4D5 background

This text has black color on #AAD4D5 background.


White color preview on #AAD4D5 background

This text has white color on #AAD4D5 background.