COLOR #AEE7E0

HEX: #AEE7E0
RGB: (174,231,224)

Color info

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

RGB color model

#AEE7E0 color RGB value is (174,231,224).

  • red value is 174;
  • green value is 231;
  • blue value is 224.
RGB:
(174,231,224)
(68%,91%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 231 of 255 = 91%
B 224 of 255 = 88%

174
231
224

R + G + B ~ 82%. #AEE7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 231 + 224 = 629 (100%)
R 174 of 629 ~ 27.66%
G 231 of 629 ~ 36.72%
B 224 of 629 ~ 35.61%

%27.66
%36.72
%35.61

CMYK color model

#AEE7E0 color CMYK value is (25,0,3,9).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(25,0,3,9)
C25M0Y3K9 
(25%,0%,3%,9%)
(0.25/0.00/0.03/0.09)	

CMYK percentages

%24.68
%0
%3.03
%9.41

Codes

Color #AEE7E0 in popluar color models

AEE7E0
RGB174231224
HSL173°54.29%79.41%
HSB/HSV173°24.68%90.59%
CMYK24.68%0.00%3.03%
9.41%

Color #AEE7E0 in popluar number systems.

HEXAEE7E0
Decimal174231224
Binary101011101110011111100000
Octal256347340

Shades and tints

Shades of #AEE7E0

#AEE7E0
(174,231,224)
#9FD2CC
(159,210,204)
#90BDB8
(144,189,184)
#81A8A4
(129,168,164)
#729390
(114,147,144)
#637E7C
(99,126,124)
#546968
(84,105,104)
#455454
(69,84,84)
#363F40
(54,63,64)
#272A2C
(39,42,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEE7E0

#AEE7E0
(174,231,224)
#B5E9E2
(181,233,226)
#BCEBE4
(188,235,228)
#C3EDE6
(195,237,230)
#CAEFE8
(202,239,232)
#D1F1EA
(209,241,234)
#D8F3EC
(216,243,236)
#DFF5EE
(223,245,238)
#E6F7F0
(230,247,240)
#EDF9F2
(237,249,242)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE7E0 color. Also use rgb(174,231,224) instead hex code.

Text Font Color

.myTextColor { color: #AEE7E0; }

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

This text font color is #AEE7E0.


Background Color

.myBgColor { background-color: #AEE7E0; }

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

This div background color is #AEE7E0.


Border color

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

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

This div border color is #AEE7E0.


Opacity

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

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

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

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

This text has shadow with #AEE7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE7E0 on black background.


Color preview on white background

This text has color #AEE7E0 on white background.



Black color preview on #AEE7E0 background

This text has black color on #AEE7E0 background.


White color preview on #AEE7E0 background

This text has white color on #AEE7E0 background.