COLOR #AECDD9

HEX: #AECDD9 RGB: (174,205,217)

Color info

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

RGB color model

#AECDD9 color RGB value is (174,205,217).

RGB: (174,205,217) (68%, 80%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 217 of 255 = 85%

174
205
217

R + G + B ~ 78%. #AECDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 217 = 596 (100%)
R 174 of 596 ~ 29.19%
G 205 of 596 ~ 34.4%
B 217 of 596 ~ 36.41'%

%29.19
%34.4
%36.41

CMYK color model

#AECDD9 color CMYK value is (20,6,0,15).

  • cyan value is 19.82%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (20,6,0,15) C20M6Y0K15 (20%,6%,0%,15%) (0.20/0.06/0.00/0.15) 

CMYK percentages

%19.82
%5.53
%0
%14.9

Codes

Color #AECDD9 in popluar color models

AE CD D9
RGB 174 205 217
HSL 197° 36.13% 76.67%
HSB/HSV 197° 19.82% 85.10%
CMYK 19.82% 5.53% 0.00%
14.90%

Color #AECDD9 in popluar number systems.

HEX AE CD D9
Decimal 174 205 217
Binary 10101110 11001101 11011001
Octal 256 315 331

Shades and tints

Shades of #AECDD9

#AECDD9
(174,205,217)
#9FBBC6
(159,187,198)
#90A9B3
(144,169,179)
#8197A0
(129,151,160)
#72858D
(114,133,141)
#63737A
(99,115,122)
#546167
(84,97,103)
#454F54
(69,79,84)
#363D41
(54,61,65)
#272B2E
(39,43,46)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #AECDD9

#AECDD9
(174,205,217)
#B5D1DC
(181,209,220)
#BCD5DF
(188,213,223)
#C3D9E2
(195,217,226)
#CADDE5
(202,221,229)
#D1E1E8
(209,225,232)
#D8E5EB
(216,229,235)
#DFE9EE
(223,233,238)
#E6EDF1
(230,237,241)
#EDF1F4
(237,241,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDD9; }

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

This text font color is #AECDD9.

Background Color

.myBgColor { background-color: #AECDD9; }

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

This div background color is #AECDD9.

Border color

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

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

This div border color is #AECDD9.

Opacity

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

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

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

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

This text has shadow with #AECDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDD9.

Preview

Color preview on black background

This text has color #AECDD9 on black background.


Color preview on white background

This text has color #AECDD9 on white background.


Black color preview on #AECDD9 background

This text has black color on #AECDD9 background.


White color preview on #AECDD9 background

This text has white color on #AECDD9 background.


Related colors

Complementary color

Complementary color for #hex is #513226.


I love getcolorcode.com

Triadic colors

1 #D9AECD and #CDD9AE with #AECDD9 are triadic colors.

2 #D9CDAE and #CDAED9 with #AECDD9 are triadic colors.