COLOR #AEE9E3

HEX: #AEE9E3
RGB: (174,233,227)

Color info

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

RGB color model

#AEE9E3 color RGB value is (174,233,227).

  • red value is 174;
  • green value is 233;
  • blue value is 227.
RGB:
(174,233,227)
(68%,91%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 233 of 255 = 91%
B 227 of 255 = 89%

174
233
227

R + G + B ~ 83%. #AEE9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 233 + 227 = 634 (100%)
R 174 of 634 ~ 27.44%
G 233 of 634 ~ 36.75%
B 227 of 634 ~ 35.8%

%27.44
%36.75
%35.8

CMYK color model

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

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

CMYK percentages

%25.32
%0
%2.58
%8.63

Codes

Color #AEE9E3 in popluar color models

AEE9E3
RGB174233227
HSL174°57.28%79.80%
HSB/HSV174°25.32%91.37%
CMYK25.32%0.00%2.58%
8.63%

Color #AEE9E3 in popluar number systems.

HEXAEE9E3
Decimal174233227
Binary101011101110100111100011
Octal256351343

Shades and tints

Shades of #AEE9E3

#AEE9E3
(174,233,227)
#9FD4CF
(159,212,207)
#90BFBB
(144,191,187)
#81AAA7
(129,170,167)
#729593
(114,149,147)
#63807F
(99,128,127)
#546B6B
(84,107,107)
#455657
(69,86,87)
#364143
(54,65,67)
#272C2F
(39,44,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AEE9E3

#AEE9E3
(174,233,227)
#B5EBE5
(181,235,229)
#BCEDE7
(188,237,231)
#C3EFE9
(195,239,233)
#CAF1EB
(202,241,235)
#D1F3ED
(209,243,237)
#D8F5EF
(216,245,239)
#DFF7F1
(223,247,241)
#E6F9F3
(230,249,243)
#EDFBF5
(237,251,245)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE9E3 color. Also use rgb(174,233,227) instead hex code.

Text Font Color

.myTextColor { color: #AEE9E3; }

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

This text font color is #AEE9E3.


Background Color

.myBgColor { background-color: #AEE9E3; }

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

This div background color is #AEE9E3.


Border color

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

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

This div border color is #AEE9E3.


Opacity

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

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

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

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

This text has shadow with #AEE9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE9E3 on black background.


Color preview on white background

This text has color #AEE9E3 on white background.



Black color preview on #AEE9E3 background

This text has black color on #AEE9E3 background.


White color preview on #AEE9E3 background

This text has white color on #AEE9E3 background.