COLOR #AEEEC9

HEX: #AEEEC9
RGB: (174,238,201)

Color info

#AEEEC9 contains mainly green and blue colors. Web safe color of #AEEEC9 is #99FFCC (or #9FC).

RGB color model

#AEEEC9 color RGB value is (174,238,201).

  • red value is 174;
  • green value is 238;
  • blue value is 201.
RGB:
(174,238,201)
(68%,93%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 238 of 255 = 93%
B 201 of 255 = 79%

174
238
201

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

Portions of RGB colors in percentages

R + G + B =
174 + 238 + 201 = 613 (100%)
R 174 of 613 ~ 28.38%
G 238 of 613 ~ 38.83%
B 201 of 613 ~ 32.79%

%28.38
%38.83
%32.79

CMYK color model

#AEEEC9 color CMYK value is (27,0,16,7).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(27,0,16,7)
C27M0Y16K7 
(27%,0%,16%,7%)
(0.27/0.00/0.16/0.07)	

CMYK percentages

%26.89
%0
%15.55
%6.67

Codes

Color #AEEEC9 in popluar color models

AEEEC9
RGB174238201
HSL145°65.31%80.78%
HSB/HSV145°26.89%93.33%
CMYK26.89%0.00%15.55%
6.67%

Color #AEEEC9 in popluar number systems.

HEXAEEEC9
Decimal174238201
Binary101011101110111011001001
Octal256356311

Shades and tints

Shades of #AEEEC9

#AEEEC9
(174,238,201)
#9FD9B7
(159,217,183)
#90C4A5
(144,196,165)
#81AF93
(129,175,147)
#729A81
(114,154,129)
#63856F
(99,133,111)
#54705D
(84,112,93)
#455B4B
(69,91,75)
#364639
(54,70,57)
#273127
(39,49,39)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #AEEEC9

#AEEEC9
(174,238,201)
#B5EFCD
(181,239,205)
#BCF0D1
(188,240,209)
#C3F1D5
(195,241,213)
#CAF2D9
(202,242,217)
#D1F3DD
(209,243,221)
#D8F4E1
(216,244,225)
#DFF5E5
(223,245,229)
#E6F6E9
(230,246,233)
#EDF7ED
(237,247,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEEC9 color. Also use rgb(174,238,201) instead hex code.

Text Font Color

.myTextColor { color: #AEEEC9; }

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

This text font color is #AEEEC9.


Background Color

.myBgColor { background-color: #AEEEC9; }

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

This div background color is #AEEEC9.


Border color

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

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

This div border color is #AEEEC9.


Opacity

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

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

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

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

This text has shadow with #AEEEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEEC9 on black background.


Color preview on white background

This text has color #AEEEC9 on white background.



Black color preview on #AEEEC9 background

This text has black color on #AEEEC9 background.


White color preview on #AEEEC9 background

This text has white color on #AEEEC9 background.