COLOR #AEE8CE

HEX: #AEE8CE RGB: (174,232,206)

Color info

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

RGB color model

#AEE8CE color RGB value is (174,232,206).

RGB: (174,232,206) (68%, 91%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 232 of 255 = 91%
B 206 of 255 = 81%

174
232
206

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

Portions of RGB colors in percentages

R + G + B = 174 + 232 + 206 = 612 (100%)
R 174 of 612 ~ 28.43%
G 232 of 612 ~ 37.91%
B 206 of 612 ~ 33.66'%

%28.43
%37.91
%33.66

CMYK color model

#AEE8CE color CMYK value is (25,0,11,9).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 9.02%

CMYK: (25,0,11,9)
C25M0Y11K9 (25%, 0%, 11%, 9%)
(0.25 / 0.00 / 0.11 / 0.09)

CMYK percentages

%25
%0
%11.21
%9.02

Codes

Color #AEE8CE in popluar color models

AE E8 CE
RGB 174 232 206
HSL 153° 55.77% 79.61%
HSB/HSV 153° 25.00% 90.98%
CMYK 25.00% 0.00% 11.21%
9.02%

Color #AEE8CE in popluar number systems.

HEX AE E8 CE
Decimal 174 232 206
Binary 10101110 11101000 11001110
Octal 256 350 316

Shades and tints

Shades of #AEE8CE

#AEE8CE
(174,232,206)
#9FD3BC
(159,211,188)
#90BEAA
(144,190,170)
#81A998
(129,169,152)
#729486
(114,148,134)
#637F74
(99,127,116)
#546A62
(84,106,98)
#455550
(69,85,80)
#36403E
(54,64,62)
#272B2C
(39,43,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #AEE8CE

#AEE8CE
(174,232,206)
#B5EAD2
(181,234,210)
#BCECD6
(188,236,214)
#C3EEDA
(195,238,218)
#CAF0DE
(202,240,222)
#D1F2E2
(209,242,226)
#D8F4E6
(216,244,230)
#DFF6EA
(223,246,234)
#E6F8EE
(230,248,238)
#EDFAF2
(237,250,242)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE8CE color. Also use rgb(174,232,206) instead hex code.

Text Font Color

.myTextColor { color: #AEE8CE; }

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

This text font color is #AEE8CE.

Background Color

.myBgColor { background-color: #AEE8CE; }

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

This div background color is #AEE8CE.

Border color

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

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

This div border color is #AEE8CE.

Opacity

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

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

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

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

This text has shadow with #AEE8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE8CE.

Preview

Color preview on black background

This text has color #AEE8CE on black background.


Color preview on white background

This text has color #AEE8CE on white background.


Black color preview on #AEE8CE background

This text has black color on #AEE8CE background.


White color preview on #AEE8CE background

This text has white color on #AEE8CE background.


Related colors

Complementary color

Complementary color for #hex is #511731.


I love getcolorcode.com

Triadic colors

1 #CEAEE8 and #E8CEAE with #AEE8CE are triadic colors.

2 #CEE8AE and #E8AECE with #AEE8CE are triadic colors.