COLOR #AEE6D0

HEX: #AEE6D0
RGB: (174,230,208)

Color info

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

RGB color model

#AEE6D0 color RGB value is (174,230,208).

  • red value is 174;
  • green value is 230;
  • blue value is 208.
RGB:
(174,230,208)
(68%,90%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 208 of 255 = 82%

174
230
208

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

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 208 = 612 (100%)
R 174 of 612 ~ 28.43%
G 230 of 612 ~ 37.58%
B 208 of 612 ~ 33.99%

%28.43
%37.58
%33.99

CMYK color model

#AEE6D0 color CMYK value is (24,0,10,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(24,0,10,10)
C24M0Y10K10 
(24%,0%,10%,10%)
(0.24/0.00/0.10/0.10)	

CMYK percentages

%24.35
%0
%9.57
%9.8

Codes

Color #AEE6D0 in popluar color models

AEE6D0
RGB174230208
HSL156°52.83%79.22%
HSB/HSV156°24.35%90.20%
CMYK24.35%0.00%9.57%
9.80%

Color #AEE6D0 in popluar number systems.

HEXAEE6D0
Decimal174230208
Binary101011101110011011010000
Octal256346320

Shades and tints

Shades of #AEE6D0

#AEE6D0
(174,230,208)
#9FD2BE
(159,210,190)
#90BEAC
(144,190,172)
#81AA9A
(129,170,154)
#729688
(114,150,136)
#638276
(99,130,118)
#546E64
(84,110,100)
#455A52
(69,90,82)
#364640
(54,70,64)
#27322E
(39,50,46)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #AEE6D0

#AEE6D0
(174,230,208)
#B5E8D4
(181,232,212)
#BCEAD8
(188,234,216)
#C3ECDC
(195,236,220)
#CAEEE0
(202,238,224)
#D1F0E4
(209,240,228)
#D8F2E8
(216,242,232)
#DFF4EC
(223,244,236)
#E6F6F0
(230,246,240)
#EDF8F4
(237,248,244)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE6D0 color. Also use rgb(174,230,208) instead hex code.

Text Font Color

.myTextColor { color: #AEE6D0; }

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

This text font color is #AEE6D0.


Background Color

.myBgColor { background-color: #AEE6D0; }

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

This div background color is #AEE6D0.


Border color

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

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

This div border color is #AEE6D0.


Opacity

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

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

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

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

This text has shadow with #AEE6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE6D0 on black background.


Color preview on white background

This text has color #AEE6D0 on white background.



Black color preview on #AEE6D0 background

This text has black color on #AEE6D0 background.


White color preview on #AEE6D0 background

This text has white color on #AEE6D0 background.