COLOR #AAD7E3

HEX: #AAD7E3 RGB: (170,215,227)

Color info

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

RGB color model

#AAD7E3 color RGB value is (170,215,227).

RGB: (170,215,227) (67%, 84%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 227 of 255 = 89%

170
215
227

R + G + B ~ 80%. #AAD7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 215 + 227 = 612 (100%)
R 170 of 612 ~ 27.78%
G 215 of 612 ~ 35.13%
B 227 of 612 ~ 37.09'%

%27.78
%35.13
%37.09

CMYK color model

#AAD7E3 color CMYK value is (25,5,0,11).

  • cyan value is 25.11%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,5,0,11)
C25M5Y0K11 (25%, 5%, 0%, 11%)
(0.25 / 0.05 / 0.00 / 0.11)

CMYK percentages

%25.11
%5.29
%0
%10.98

Codes

Color #AAD7E3 in popluar color models

AA D7 E3
RGB 170 215 227
HSL 193° 50.44% 77.84%
HSB/HSV 193° 25.11% 89.02%
CMYK 25.11% 5.29% 0.00%
10.98%

Color #AAD7E3 in popluar number systems.

HEX AA D7 E3
Decimal 170 215 227
Binary 10101010 11010111 11100011
Octal 252 327 343

Shades and tints

Shades of #AAD7E3

#AAD7E3
(170,215,227)
#9BC4CF
(155,196,207)
#8CB1BB
(140,177,187)
#7D9EA7
(125,158,167)
#6E8B93
(110,139,147)
#5F787F
(95,120,127)
#50656B
(80,101,107)
#415257
(65,82,87)
#323F43
(50,63,67)
#232C2F
(35,44,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #AAD7E3

#AAD7E3
(170,215,227)
#B1DAE5
(177,218,229)
#B8DDE7
(184,221,231)
#BFE0E9
(191,224,233)
#C6E3EB
(198,227,235)
#CDE6ED
(205,230,237)
#D4E9EF
(212,233,239)
#DBECF1
(219,236,241)
#E2EFF3
(226,239,243)
#E9F2F5
(233,242,245)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD7E3; }

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

This text font color is #AAD7E3.

Background Color

.myBgColor { background-color: #AAD7E3; }

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

This div background color is #AAD7E3.

Border color

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

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

This div border color is #AAD7E3.

Opacity

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

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

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

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

This text has shadow with #AAD7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD7E3.

Preview

Color preview on black background

This text has color #AAD7E3 on black background.


Color preview on white background

This text has color #AAD7E3 on white background.


Black color preview on #AAD7E3 background

This text has black color on #AAD7E3 background.


White color preview on #AAD7E3 background

This text has white color on #AAD7E3 background.


Related colors

Complementary color

Complementary color for #hex is #55281C.


I love getcolorcode.com

Triadic colors

1 #E3AAD7 and #D7E3AA with #AAD7E3 are triadic colors.

2 #E3D7AA and #D7AAE3 with #AAD7E3 are triadic colors.