COLOR #AEC5D9

HEX: #AEC5D9 RGB: (174,197,217)

Color info

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

RGB color model

#AEC5D9 color RGB value is (174,197,217).

RGB: (174,197,217) (68%, 77%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 217 of 255 = 85%

174
197
217

R + G + B ~ 77%. #AEC5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 197 + 217 = 588 (100%)
R 174 of 588 ~ 29.59%
G 197 of 588 ~ 33.5%
B 217 of 588 ~ 36.9'%

%29.59
%33.5
%36.9

CMYK color model

#AEC5D9 color CMYK value is (20,9,0,15).

  • cyan value is 19.82%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (20,9,0,15)
C20M9Y0K15 (20%, 9%, 0%, 15%)
(0.20 / 0.09 / 0.00 / 0.15)

CMYK percentages

%19.82
%9.22
%0
%14.9

Codes

Color #AEC5D9 in popluar color models

AE C5 D9
RGB 174 197 217
HSL 208° 36.13% 76.67%
HSB/HSV 208° 19.82% 85.10%
CMYK 19.82% 9.22% 0.00%
14.90%

Color #AEC5D9 in popluar number systems.

HEX AE C5 D9
Decimal 174 197 217
Binary 10101110 11000101 11011001
Octal 256 305 331

Shades and tints

Shades of #AEC5D9

#AEC5D9
(174,197,217)
#9FB4C6
(159,180,198)
#90A3B3
(144,163,179)
#8192A0
(129,146,160)
#72818D
(114,129,141)
#63707A
(99,112,122)
#545F67
(84,95,103)
#454E54
(69,78,84)
#363D41
(54,61,65)
#272C2E
(39,44,46)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #AEC5D9

#AEC5D9
(174,197,217)
#B5CADC
(181,202,220)
#BCCFDF
(188,207,223)
#C3D4E2
(195,212,226)
#CAD9E5
(202,217,229)
#D1DEE8
(209,222,232)
#D8E3EB
(216,227,235)
#DFE8EE
(223,232,238)
#E6EDF1
(230,237,241)
#EDF2F4
(237,242,244)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC5D9; }

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

This text font color is #AEC5D9.

Background Color

.myBgColor { background-color: #AEC5D9; }

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

This div background color is #AEC5D9.

Border color

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

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

This div border color is #AEC5D9.

Opacity

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

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

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

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

This text has shadow with #AEC5D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC5D9.

Preview

Color preview on black background

This text has color #AEC5D9 on black background.


Color preview on white background

This text has color #AEC5D9 on white background.


Black color preview on #AEC5D9 background

This text has black color on #AEC5D9 background.


White color preview on #AEC5D9 background

This text has white color on #AEC5D9 background.


Related colors

Complementary color

Complementary color for #hex is #513A26.


I love getcolorcode.com

Triadic colors

1 #D9AEC5 and #C5D9AE with #AEC5D9 are triadic colors.

2 #D9C5AE and #C5AED9 with #AEC5D9 are triadic colors.