COLOR #AECDDB

HEX: #AECDDB RGB: (174,205,219)

Color info

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

RGB color model

#AECDDB color RGB value is (174,205,219).

RGB: (174,205,219) (68%, 80%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 219 of 255 = 86%

174
205
219

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

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 219 = 598 (100%)
R 174 of 598 ~ 29.1%
G 205 of 598 ~ 34.28%
B 219 of 598 ~ 36.62'%

%29.1
%34.28
%36.62

CMYK color model

#AECDDB color CMYK value is (21,6,0,14).

  • cyan value is 20.55%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (21,6,0,14) C21M6Y0K14 (21%,6%,0%,14%) (0.21/0.06/0.00/0.14) 

CMYK percentages

%20.55
%6.39
%0
%14.12

Codes

Color #AECDDB in popluar color models

AE CD DB
RGB 174 205 219
HSL 199° 38.46% 77.06%
HSB/HSV 199° 20.55% 85.88%
CMYK 20.55% 6.39% 0.00%
14.12%

Color #AECDDB in popluar number systems.

HEX AE CD DB
Decimal 174 205 219
Binary 10101110 11001101 11011011
Octal 256 315 333

Shades and tints

Shades of #AECDDB

#AECDDB
(174,205,219)
#9FBBC8
(159,187,200)
#90A9B5
(144,169,181)
#8197A2
(129,151,162)
#72858F
(114,133,143)
#63737C
(99,115,124)
#546169
(84,97,105)
#454F56
(69,79,86)
#363D43
(54,61,67)
#272B30
(39,43,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #AECDDB

#AECDDB
(174,205,219)
#B5D1DE
(181,209,222)
#BCD5E1
(188,213,225)
#C3D9E4
(195,217,228)
#CADDE7
(202,221,231)
#D1E1EA
(209,225,234)
#D8E5ED
(216,229,237)
#DFE9F0
(223,233,240)
#E6EDF3
(230,237,243)
#EDF1F6
(237,241,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDDB; }

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

This text font color is #AECDDB.

Background Color

.myBgColor { background-color: #AECDDB; }

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

This div background color is #AECDDB.

Border color

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

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

This div border color is #AECDDB.

Opacity

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

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

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

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

This text has shadow with #AECDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDDB.

Preview

Color preview on black background

This text has color #AECDDB on black background.


Color preview on white background

This text has color #AECDDB on white background.


Black color preview on #AECDDB background

This text has black color on #AECDDB background.


White color preview on #AECDDB background

This text has white color on #AECDDB background.


Related colors

Complementary color

Complementary color for #hex is #513224.


I love getcolorcode.com

Triadic colors

1 #DBAECD and #CDDBAE with #AECDDB are triadic colors.

2 #DBCDAE and #CDAEDB with #AECDDB are triadic colors.