COLOR #AECDE4

HEX: #AECDE4 RGB: (174,205,228)

Color info

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

RGB color model

#AECDE4 color RGB value is (174,205,228).

RGB: (174,205,228) (68%, 80%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 228 of 255 = 89%

174
205
228

R + G + B ~ 79%. #AECDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 228 = 607 (100%)
R 174 of 607 ~ 28.67%
G 205 of 607 ~ 33.77%
B 228 of 607 ~ 37.56'%

%28.67
%33.77
%37.56

CMYK color model

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

  • cyan value is 23.68%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (24,10,0,11)
C24M10Y0K11 (24%, 10%, 0%, 11%)
(0.24 / 0.10 / 0.00 / 0.11)

CMYK percentages

%23.68
%10.09
%0
%10.59

Codes

Color #AECDE4 in popluar color models

AE CD E4
RGB 174 205 228
HSL 206° 50.00% 78.82%
HSB/HSV 206° 23.68% 89.41%
CMYK 23.68% 10.09% 0.00%
10.59%

Color #AECDE4 in popluar number systems.

HEX AE CD E4
Decimal 174 205 228
Binary 10101110 11001101 11100100
Octal 256 315 344

Shades and tints

Shades of #AECDE4

#AECDE4
(174,205,228)
#9FBBD0
(159,187,208)
#90A9BC
(144,169,188)
#8197A8
(129,151,168)
#728594
(114,133,148)
#637380
(99,115,128)
#54616C
(84,97,108)
#454F58
(69,79,88)
#363D44
(54,61,68)
#272B30
(39,43,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AECDE4

#AECDE4
(174,205,228)
#B5D1E6
(181,209,230)
#BCD5E8
(188,213,232)
#C3D9EA
(195,217,234)
#CADDEC
(202,221,236)
#D1E1EE
(209,225,238)
#D8E5F0
(216,229,240)
#DFE9F2
(223,233,242)
#E6EDF4
(230,237,244)
#EDF1F6
(237,241,246)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDE4; }

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

This text font color is #AECDE4.

Background Color

.myBgColor { background-color: #AECDE4; }

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

This div background color is #AECDE4.

Border color

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

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

This div border color is #AECDE4.

Opacity

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

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

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

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

This text has shadow with #AECDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDE4.

Preview

Color preview on black background

This text has color #AECDE4 on black background.


Color preview on white background

This text has color #AECDE4 on white background.


Black color preview on #AECDE4 background

This text has black color on #AECDE4 background.


White color preview on #AECDE4 background

This text has white color on #AECDE4 background.


Related colors

Complementary color

Complementary color for #hex is #51321B.


I love getcolorcode.com

Triadic colors

1 #E4AECD and #CDE4AE with #AECDE4 are triadic colors.

2 #E4CDAE and #CDAEE4 with #AECDE4 are triadic colors.