COLOR #AEC0D6

HEX: #AEC0D6 RGB: (174,192,214)

Color info

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

RGB color model

#AEC0D6 color RGB value is (174,192,214).

RGB: (174,192,214) (68%, 75%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 214 of 255 = 84%

174
192
214

R + G + B ~ 76%. #AEC0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 214 = 580 (100%)
R 174 of 580 ~ 30%
G 192 of 580 ~ 33.1%
B 214 of 580 ~ 36.9'%

%30
%33.1
%36.9

CMYK color model

#AEC0D6 color CMYK value is (19,10,0,16).

  • cyan value is 18.69%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,10,0,16)
C19M10Y0K16 (19%, 10%, 0%, 16%)
(0.19 / 0.10 / 0.00 / 0.16)

CMYK percentages

%18.69
%10.28
%0
%16.08

Codes

Color #AEC0D6 in popluar color models

AE C0 D6
RGB 174 192 214
HSL 213° 32.79% 76.08%
HSB/HSV 213° 18.69% 83.92%
CMYK 18.69% 10.28% 0.00%
16.08%

Color #AEC0D6 in popluar number systems.

HEX AE C0 D6
Decimal 174 192 214
Binary 10101110 11000000 11010110
Octal 256 300 326

Shades and tints

Shades of #AEC0D6

#AEC0D6
(174,192,214)
#9FAFC3
(159,175,195)
#909EB0
(144,158,176)
#818D9D
(129,141,157)
#727C8A
(114,124,138)
#636B77
(99,107,119)
#545A64
(84,90,100)
#454951
(69,73,81)
#36383E
(54,56,62)
#27272B
(39,39,43)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AEC0D6

#AEC0D6
(174,192,214)
#B5C5D9
(181,197,217)
#BCCADC
(188,202,220)
#C3CFDF
(195,207,223)
#CAD4E2
(202,212,226)
#D1D9E5
(209,217,229)
#D8DEE8
(216,222,232)
#DFE3EB
(223,227,235)
#E6E8EE
(230,232,238)
#EDEDF1
(237,237,241)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0D6; }

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

This text font color is #AEC0D6.

Background Color

.myBgColor { background-color: #AEC0D6; }

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

This div background color is #AEC0D6.

Border color

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

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

This div border color is #AEC0D6.

Opacity

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

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

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

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

This text has shadow with #AEC0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0D6.

Preview

Color preview on black background

This text has color #AEC0D6 on black background.


Color preview on white background

This text has color #AEC0D6 on white background.


Black color preview on #AEC0D6 background

This text has black color on #AEC0D6 background.


White color preview on #AEC0D6 background

This text has white color on #AEC0D6 background.


Related colors

Complementary color

Complementary color for #hex is #513F29.


I love getcolorcode.com

Triadic colors

1 #D6AEC0 and #C0D6AE with #AEC0D6 are triadic colors.

2 #D6C0AE and #C0AED6 with #AEC0D6 are triadic colors.