COLOR #AEE9C5

HEX: #AEE9C5
RGB: (174,233,197)

Color info

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

RGB color model

#AEE9C5 color RGB value is (174,233,197).

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

RGB channels and saturation

R 174 of 255 = 68%
G 233 of 255 = 91%
B 197 of 255 = 77%

174
233
197

R + G + B ~ 79%. #AEE9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 233 + 197 = 604 (100%)
R 174 of 604 ~ 28.81%
G 233 of 604 ~ 38.58%
B 197 of 604 ~ 32.62%

%28.81
%38.58
%32.62

CMYK color model

#AEE9C5 color CMYK value is (25,0,15,9).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(25,0,15,9)
C25M0Y15K9 
(25%,0%,15%,9%)
(0.25/0.00/0.15/0.09)	

CMYK percentages

%25.32
%0
%15.45
%8.63

Codes

Color #AEE9C5 in popluar color models

AEE9C5
RGB174233197
HSL143°57.28%79.80%
HSB/HSV143°25.32%91.37%
CMYK25.32%0.00%15.45%
8.63%

Color #AEE9C5 in popluar number systems.

HEXAEE9C5
Decimal174233197
Binary101011101110100111000101
Octal256351305

Shades and tints

Shades of #AEE9C5

#AEE9C5
(174,233,197)
#9FD4B4
(159,212,180)
#90BFA3
(144,191,163)
#81AA92
(129,170,146)
#729581
(114,149,129)
#638070
(99,128,112)
#546B5F
(84,107,95)
#45564E
(69,86,78)
#36413D
(54,65,61)
#272C2C
(39,44,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AEE9C5

#AEE9C5
(174,233,197)
#B5EBCA
(181,235,202)
#BCEDCF
(188,237,207)
#C3EFD4
(195,239,212)
#CAF1D9
(202,241,217)
#D1F3DE
(209,243,222)
#D8F5E3
(216,245,227)
#DFF7E8
(223,247,232)
#E6F9ED
(230,249,237)
#EDFBF2
(237,251,242)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE9C5; }

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

This text font color is #AEE9C5.


Background Color

.myBgColor { background-color: #AEE9C5; }

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

This div background color is #AEE9C5.


Border color

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

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

This div border color is #AEE9C5.


Opacity

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

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

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

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

This text has shadow with #AEE9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE9C5 on black background.


Color preview on white background

This text has color #AEE9C5 on white background.



Black color preview on #AEE9C5 background

This text has black color on #AEE9C5 background.


White color preview on #AEE9C5 background

This text has white color on #AEE9C5 background.