COLOR #AEE2D7

HEX: #AEE2D7
RGB: (174,226,215)

Color info

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

RGB color model

#AEE2D7 color RGB value is (174,226,215).

  • red value is 174;
  • green value is 226;
  • blue value is 215.
RGB:
(174,226,215)
(68%,89%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 226 of 255 = 89%
B 215 of 255 = 84%

174
226
215

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

Portions of RGB colors in percentages

R + G + B =
174 + 226 + 215 = 615 (100%)
R 174 of 615 ~ 28.29%
G 226 of 615 ~ 36.75%
B 215 of 615 ~ 34.96%

%28.29
%36.75
%34.96

CMYK color model

#AEE2D7 color CMYK value is (23,0,5,11).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(23,0,5,11)
C23M0Y5K11 
(23%,0%,5%,11%)
(0.23/0.00/0.05/0.11)	

CMYK percentages

%23.01
%0
%4.87
%11.37

Codes

Color #AEE2D7 in popluar color models

AEE2D7
RGB174226215
HSL167°47.27%78.43%
HSB/HSV167°23.01%88.63%
CMYK23.01%0.00%4.87%
11.37%

Color #AEE2D7 in popluar number systems.

HEXAEE2D7
Decimal174226215
Binary101011101110001011010111
Octal256342327

Shades and tints

Shades of #AEE2D7

#AEE2D7
(174,226,215)
#9FCEC4
(159,206,196)
#90BAB1
(144,186,177)
#81A69E
(129,166,158)
#72928B
(114,146,139)
#637E78
(99,126,120)
#546A65
(84,106,101)
#455652
(69,86,82)
#36423F
(54,66,63)
#272E2C
(39,46,44)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #AEE2D7

#AEE2D7
(174,226,215)
#B5E4DA
(181,228,218)
#BCE6DD
(188,230,221)
#C3E8E0
(195,232,224)
#CAEAE3
(202,234,227)
#D1ECE6
(209,236,230)
#D8EEE9
(216,238,233)
#DFF0EC
(223,240,236)
#E6F2EF
(230,242,239)
#EDF4F2
(237,244,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE2D7 color. Also use rgb(174,226,215) instead hex code.

Text Font Color

.myTextColor { color: #AEE2D7; }

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

This text font color is #AEE2D7.


Background Color

.myBgColor { background-color: #AEE2D7; }

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

This div background color is #AEE2D7.


Border color

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

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

This div border color is #AEE2D7.


Opacity

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

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

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

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

This text has shadow with #AEE2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE2D7 on black background.


Color preview on white background

This text has color #AEE2D7 on white background.



Black color preview on #AEE2D7 background

This text has black color on #AEE2D7 background.


White color preview on #AEE2D7 background

This text has white color on #AEE2D7 background.