COLOR #AAD3E1

HEX: #AAD3E1
RGB: (170,211,225)

Color info

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

RGB color model

#AAD3E1 color RGB value is (170,211,225).

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

RGB channels and saturation

R 170 of 255 = 67%
G 211 of 255 = 83%
B 225 of 255 = 88%

170
211
225

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

Portions of RGB colors in percentages

R + G + B =
170 + 211 + 225 = 606 (100%)
R 170 of 606 ~ 28.05%
G 211 of 606 ~ 34.82%
B 225 of 606 ~ 37.13%

%28.05
%34.82
%37.13

CMYK color model

#AAD3E1 color CMYK value is (24,6,0,12).

  • cyan value is 24.44%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,6,0,12)
C24M6Y0K12 
(24%,6%,0%,12%)
(0.24/0.06/0.00/0.12)	

CMYK percentages

%24.44
%6.22
%0
%11.76

Codes

Color #AAD3E1 in popluar color models

AAD3E1
RGB170211225
HSL195°47.83%77.45%
HSB/HSV195°24.44%88.24%
CMYK24.44%6.22%0.00%
11.76%

Color #AAD3E1 in popluar number systems.

HEXAAD3E1
Decimal170211225
Binary101010101101001111100001
Octal252323341

Shades and tints

Shades of #AAD3E1

#AAD3E1
(170,211,225)
#9BC0CD
(155,192,205)
#8CADB9
(140,173,185)
#7D9AA5
(125,154,165)
#6E8791
(110,135,145)
#5F747D
(95,116,125)
#506169
(80,97,105)
#414E55
(65,78,85)
#323B41
(50,59,65)
#23282D
(35,40,45)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #AAD3E1

#AAD3E1
(170,211,225)
#B1D7E3
(177,215,227)
#B8DBE5
(184,219,229)
#BFDFE7
(191,223,231)
#C6E3E9
(198,227,233)
#CDE7EB
(205,231,235)
#D4EBED
(212,235,237)
#DBEFEF
(219,239,239)
#E2F3F1
(226,243,241)
#E9F7F3
(233,247,243)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD3E1; }

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

This text font color is #AAD3E1.


Background Color

.myBgColor { background-color: #AAD3E1; }

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

This div background color is #AAD3E1.


Border color

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

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

This div border color is #AAD3E1.


Opacity

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

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

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

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

This text has shadow with #AAD3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD3E1 on black background.


Color preview on white background

This text has color #AAD3E1 on white background.



Black color preview on #AAD3E1 background

This text has black color on #AAD3E1 background.


White color preview on #AAD3E1 background

This text has white color on #AAD3E1 background.