COLOR #AEE5DC

HEX: #AEE5DC RGB: (174,229,220)

Color info

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

RGB color model

#AEE5DC color RGB value is (174,229,220).

RGB: (174,229,220) (68%, 90%, 86%)

RGB channels and saturation

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

174
229
220

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

Portions of RGB colors in percentages

R + G + B = 174 + 229 + 220 = 623 (100%)
R 174 of 623 ~ 27.93%
G 229 of 623 ~ 36.76%
B 220 of 623 ~ 35.31'%

%27.93
%36.76
%35.31

CMYK color model

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

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

CMYK percentages

%24.02
%0
%3.93
%10.2

Codes

Color #AEE5DC in popluar color models

AE E5 DC
RGB 174 229 220
HSL 170° 51.40% 79.02%
HSB/HSV 170° 24.02% 89.80%
CMYK 24.02% 0.00% 3.93%
10.20%

Color #AEE5DC in popluar number systems.

HEX AE E5 DC
Decimal 174 229 220
Binary 10101110 11100101 11011100
Octal 256 345 334

Shades and tints

Shades of #AEE5DC

#AEE5DC
(174,229,220)
#9FD1C8
(159,209,200)
#90BDB4
(144,189,180)
#81A9A0
(129,169,160)
#72958C
(114,149,140)
#638178
(99,129,120)
#546D64
(84,109,100)
#455950
(69,89,80)
#36453C
(54,69,60)
#273128
(39,49,40)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #AEE5DC

#AEE5DC
(174,229,220)
#B5E7DF
(181,231,223)
#BCE9E2
(188,233,226)
#C3EBE5
(195,235,229)
#CAEDE8
(202,237,232)
#D1EFEB
(209,239,235)
#D8F1EE
(216,241,238)
#DFF3F1
(223,243,241)
#E6F5F4
(230,245,244)
#EDF7F7
(237,247,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE5DC; }

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

This text font color is #AEE5DC.

Background Color

.myBgColor { background-color: #AEE5DC; }

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

This div background color is #AEE5DC.

Border color

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

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

This div border color is #AEE5DC.

Opacity

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

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

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

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

This text has shadow with #AEE5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE5DC.

Preview

Color preview on black background

This text has color #AEE5DC on black background.


Color preview on white background

This text has color #AEE5DC on white background.


Black color preview on #AEE5DC background

This text has black color on #AEE5DC background.


White color preview on #AEE5DC background

This text has white color on #AEE5DC background.


Related colors

Complementary color

Complementary color for #hex is #511A23.


I love getcolorcode.com

Triadic colors

1 #DCAEE5 and #E5DCAE with #AEE5DC are triadic colors.

2 #DCE5AE and #E5AEDC with #AEE5DC are triadic colors.