COLOR #AEE7D5

HEX: #AEE7D5
RGB: (174,231,213)

Color info

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

RGB color model

#AEE7D5 color RGB value is (174,231,213).

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

RGB channels and saturation

R 174 of 255 = 68%
G 231 of 255 = 91%
B 213 of 255 = 84%

174
231
213

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

Portions of RGB colors in percentages

R + G + B =
174 + 231 + 213 = 618 (100%)
R 174 of 618 ~ 28.16%
G 231 of 618 ~ 37.38%
B 213 of 618 ~ 34.47%

%28.16
%37.38
%34.47

CMYK color model

#AEE7D5 color CMYK value is (25,0,8,9).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(25,0,8,9)
C25M0Y8K9 
(25%,0%,8%,9%)
(0.25/0.00/0.08/0.09)	

CMYK percentages

%24.68
%0
%7.79
%9.41

Codes

Color #AEE7D5 in popluar color models

AEE7D5
RGB174231213
HSL161°54.29%79.41%
HSB/HSV161°24.68%90.59%
CMYK24.68%0.00%7.79%
9.41%

Color #AEE7D5 in popluar number systems.

HEXAEE7D5
Decimal174231213
Binary101011101110011111010101
Octal256347325

Shades and tints

Shades of #AEE7D5

#AEE7D5
(174,231,213)
#9FD2C2
(159,210,194)
#90BDAF
(144,189,175)
#81A89C
(129,168,156)
#729389
(114,147,137)
#637E76
(99,126,118)
#546963
(84,105,99)
#455450
(69,84,80)
#363F3D
(54,63,61)
#272A2A
(39,42,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEE7D5

#AEE7D5
(174,231,213)
#B5E9D8
(181,233,216)
#BCEBDB
(188,235,219)
#C3EDDE
(195,237,222)
#CAEFE1
(202,239,225)
#D1F1E4
(209,241,228)
#D8F3E7
(216,243,231)
#DFF5EA
(223,245,234)
#E6F7ED
(230,247,237)
#EDF9F0
(237,249,240)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE7D5; }

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

This text font color is #AEE7D5.


Background Color

.myBgColor { background-color: #AEE7D5; }

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

This div background color is #AEE7D5.


Border color

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

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

This div border color is #AEE7D5.


Opacity

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

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

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

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

This text has shadow with #AEE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE7D5 on black background.


Color preview on white background

This text has color #AEE7D5 on white background.



Black color preview on #AEE7D5 background

This text has black color on #AEE7D5 background.


White color preview on #AEE7D5 background

This text has white color on #AEE7D5 background.