COLOR #AEE1D8

HEX: #AEE1D8
RGB: (174,225,216)

Color info

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

RGB color model

#AEE1D8 color RGB value is (174,225,216).

  • red value is 174;
  • green value is 225;
  • blue value is 216.
RGB:
(174,225,216)
(68%,88%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 225 of 255 = 88%
B 216 of 255 = 85%

174
225
216

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

Portions of RGB colors in percentages

R + G + B =
174 + 225 + 216 = 615 (100%)
R 174 of 615 ~ 28.29%
G 225 of 615 ~ 36.59%
B 216 of 615 ~ 35.12%

%28.29
%36.59
%35.12

CMYK color model

#AEE1D8 color CMYK value is (23,0,4,12).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 11.76%
CMYK:
(23,0,4,12)
C23M0Y4K12 
(23%,0%,4%,12%)
(0.23/0.00/0.04/0.12)	

CMYK percentages

%22.67
%0
%4
%11.76

Codes

Color #AEE1D8 in popluar color models

AEE1D8
RGB174225216
HSL169°45.95%78.24%
HSB/HSV169°22.67%88.24%
CMYK22.67%0.00%4.00%
11.76%

Color #AEE1D8 in popluar number systems.

HEXAEE1D8
Decimal174225216
Binary101011101110000111011000
Octal256341330

Shades and tints

Shades of #AEE1D8

#AEE1D8
(174,225,216)
#9FCDC5
(159,205,197)
#90B9B2
(144,185,178)
#81A59F
(129,165,159)
#72918C
(114,145,140)
#637D79
(99,125,121)
#546966
(84,105,102)
#455553
(69,85,83)
#364140
(54,65,64)
#272D2D
(39,45,45)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEE1D8

#AEE1D8
(174,225,216)
#B5E3DB
(181,227,219)
#BCE5DE
(188,229,222)
#C3E7E1
(195,231,225)
#CAE9E4
(202,233,228)
#D1EBE7
(209,235,231)
#D8EDEA
(216,237,234)
#DFEFED
(223,239,237)
#E6F1F0
(230,241,240)
#EDF3F3
(237,243,243)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE1D8 color. Also use rgb(174,225,216) instead hex code.

Text Font Color

.myTextColor { color: #AEE1D8; }

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

This text font color is #AEE1D8.


Background Color

.myBgColor { background-color: #AEE1D8; }

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

This div background color is #AEE1D8.


Border color

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

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

This div border color is #AEE1D8.


Opacity

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

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

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

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

This text has shadow with #AEE1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE1D8 on black background.


Color preview on white background

This text has color #AEE1D8 on white background.



Black color preview on #AEE1D8 background

This text has black color on #AEE1D8 background.


White color preview on #AEE1D8 background

This text has white color on #AEE1D8 background.