COLOR #AEC0DF

HEX: #AEC0DF RGB: (174,192,223)

Color info

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

RGB color model

#AEC0DF color RGB value is (174,192,223).

RGB: (174,192,223) (68%, 75%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 223 of 255 = 87%

174
192
223

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 223 = 589 (100%)
R 174 of 589 ~ 29.54%
G 192 of 589 ~ 32.6%
B 223 of 589 ~ 37.86'%

%29.54
%32.6
%37.86

CMYK color model

#AEC0DF color CMYK value is (22,14,0,13).

  • cyan value is 21.97%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,14,0,13)
C22M14Y0K13 (22%, 14%, 0%, 13%)
(0.22 / 0.14 / 0.00 / 0.13)

CMYK percentages

%21.97
%13.9
%0
%12.55

Codes

Color #AEC0DF in popluar color models

AE C0 DF
RGB 174 192 223
HSL 218° 43.36% 77.84%
HSB/HSV 218° 21.97% 87.45%
CMYK 21.97% 13.90% 0.00%
12.55%

Color #AEC0DF in popluar number systems.

HEX AE C0 DF
Decimal 174 192 223
Binary 10101110 11000000 11011111
Octal 256 300 337

Shades and tints

Shades of #AEC0DF

#AEC0DF
(174,192,223)
#9FAFCB
(159,175,203)
#909EB7
(144,158,183)
#818DA3
(129,141,163)
#727C8F
(114,124,143)
#636B7B
(99,107,123)
#545A67
(84,90,103)
#454953
(69,73,83)
#36383F
(54,56,63)
#27272B
(39,39,43)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEC0DF

#AEC0DF
(174,192,223)
#B5C5E1
(181,197,225)
#BCCAE3
(188,202,227)
#C3CFE5
(195,207,229)
#CAD4E7
(202,212,231)
#D1D9E9
(209,217,233)
#D8DEEB
(216,222,235)
#DFE3ED
(223,227,237)
#E6E8EF
(230,232,239)
#EDEDF1
(237,237,241)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC0DF color. Also use rgb(174,192,223) instead hex code.

Text Font Color

.myTextColor { color: #AEC0DF; }

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

This text font color is #AEC0DF.

Background Color

.myBgColor { background-color: #AEC0DF; }

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

This div background color is #AEC0DF.

Border color

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

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

This div border color is #AEC0DF.

Opacity

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

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

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

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

This text has shadow with #AEC0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0DF.

Preview

Color preview on black background

This text has color #AEC0DF on black background.


Color preview on white background

This text has color #AEC0DF on white background.


Black color preview on #AEC0DF background

This text has black color on #AEC0DF background.


White color preview on #AEC0DF background

This text has white color on #AEC0DF background.


Related colors

Complementary color

Complementary color for #hex is #513F20.


I love getcolorcode.com

Triadic colors

1 #DFAEC0 and #C0DFAE with #AEC0DF are triadic colors.

2 #DFC0AE and #C0AEDF with #AEC0DF are triadic colors.