COLOR #AEE6DC

HEX: #AEE6DC
RGB: (174,230,220)

Color info

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

RGB color model

#AEE6DC color RGB value is (174,230,220).

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

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 220 of 255 = 86%

174
230
220

R + G + B ~ 81%. #AEE6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 220 = 624 (100%)
R 174 of 624 ~ 27.88%
G 230 of 624 ~ 36.86%
B 220 of 624 ~ 35.26%

%27.88
%36.86
%35.26

CMYK color model

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

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(24,0,4,10)
C24M0Y4K10 
(24%,0%,4%,10%)
(0.24/0.00/0.04/0.10)	

CMYK percentages

%24.35
%0
%4.35
%9.8

Codes

Color #AEE6DC in popluar color models

AEE6DC
RGB174230220
HSL169°52.83%79.22%
HSB/HSV169°24.35%90.20%
CMYK24.35%0.00%4.35%
9.80%

Color #AEE6DC in popluar number systems.

HEXAEE6DC
Decimal174230220
Binary101011101110011011011100
Octal256346334

Shades and tints

Shades of #AEE6DC

#AEE6DC
(174,230,220)
#9FD2C8
(159,210,200)
#90BEB4
(144,190,180)
#81AAA0
(129,170,160)
#72968C
(114,150,140)
#638278
(99,130,120)
#546E64
(84,110,100)
#455A50
(69,90,80)
#36463C
(54,70,60)
#273228
(39,50,40)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #AEE6DC

#AEE6DC
(174,230,220)
#B5E8DF
(181,232,223)
#BCEAE2
(188,234,226)
#C3ECE5
(195,236,229)
#CAEEE8
(202,238,232)
#D1F0EB
(209,240,235)
#D8F2EE
(216,242,238)
#DFF4F1
(223,244,241)
#E6F6F4
(230,246,244)
#EDF8F7
(237,248,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE6DC; }

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

This text font color is #AEE6DC.


Background Color

.myBgColor { background-color: #AEE6DC; }

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

This div background color is #AEE6DC.


Border color

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

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

This div border color is #AEE6DC.


Opacity

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

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

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

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

This text has shadow with #AEE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE6DC on black background.


Color preview on white background

This text has color #AEE6DC on white background.



Black color preview on #AEE6DC background

This text has black color on #AEE6DC background.


White color preview on #AEE6DC background

This text has white color on #AEE6DC background.