COLOR #AAE3DE

HEX: #AAE3DE
RGB: (170,227,222)

Color info

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

RGB color model

#AAE3DE color RGB value is (170,227,222).

  • red value is 170;
  • green value is 227;
  • blue value is 222.
RGB:
(170,227,222)
(67%,89%,87%)

RGB channels and saturation

R 170 of 255 = 67%
G 227 of 255 = 89%
B 222 of 255 = 87%

170
227
222

R + G + B ~ 81%. #AAE3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 227 + 222 = 619 (100%)
R 170 of 619 ~ 27.46%
G 227 of 619 ~ 36.67%
B 222 of 619 ~ 35.86%

%27.46
%36.67
%35.86

CMYK color model

#AAE3DE color CMYK value is (25,0,2,11).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(25,0,2,11)
C25M0Y2K11 
(25%,0%,2%,11%)
(0.25/0.00/0.02/0.11)	

CMYK percentages

%25.11
%0
%2.2
%10.98

Codes

Color #AAE3DE in popluar color models

AAE3DE
RGB170227222
HSL175°50.44%77.84%
HSB/HSV175°25.11%89.02%
CMYK25.11%0.00%2.20%
10.98%

Color #AAE3DE in popluar number systems.

HEXAAE3DE
Decimal170227222
Binary101010101110001111011110
Octal252343336

Shades and tints

Shades of #AAE3DE

#AAE3DE
(170,227,222)
#9BCFCA
(155,207,202)
#8CBBB6
(140,187,182)
#7DA7A2
(125,167,162)
#6E938E
(110,147,142)
#5F7F7A
(95,127,122)
#506B66
(80,107,102)
#415752
(65,87,82)
#32433E
(50,67,62)
#232F2A
(35,47,42)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #AAE3DE

#AAE3DE
(170,227,222)
#B1E5E1
(177,229,225)
#B8E7E4
(184,231,228)
#BFE9E7
(191,233,231)
#C6EBEA
(198,235,234)
#CDEDED
(205,237,237)
#D4EFF0
(212,239,240)
#DBF1F3
(219,241,243)
#E2F3F6
(226,243,246)
#E9F5F9
(233,245,249)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE3DE; }

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

This text font color is #AAE3DE.


Background Color

.myBgColor { background-color: #AAE3DE; }

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

This div background color is #AAE3DE.


Border color

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

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

This div border color is #AAE3DE.


Opacity

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

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

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

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

This text has shadow with #AAE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE3DE on black background.


Color preview on white background

This text has color #AAE3DE on white background.



Black color preview on #AAE3DE background

This text has black color on #AAE3DE background.


White color preview on #AAE3DE background

This text has white color on #AAE3DE background.