COLOR #AEC0E6

HEX: #AEC0E6 RGB: (174,192,230)

Color info

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

RGB color model

#AEC0E6 color RGB value is (174,192,230).

RGB: (174,192,230) (68%, 75%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 230 of 255 = 90%

174
192
230

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 230 = 596 (100%)
R 174 of 596 ~ 29.19%
G 192 of 596 ~ 32.21%
B 230 of 596 ~ 38.59'%

%29.19
%32.21
%38.59

CMYK color model

#AEC0E6 color CMYK value is (24,17,0,10).

  • cyan value is 24.35%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (24,17,0,10)
C24M17Y0K10 (24%, 17%, 0%, 10%)
(0.24 / 0.17 / 0.00 / 0.10)

CMYK percentages

%24.35
%16.52
%0
%9.8

Codes

Color #AEC0E6 in popluar color models

AE C0 E6
RGB 174 192 230
HSL 221° 52.83% 79.22%
HSB/HSV 221° 24.35% 90.20%
CMYK 24.35% 16.52% 0.00%
9.80%

Color #AEC0E6 in popluar number systems.

HEX AE C0 E6
Decimal 174 192 230
Binary 10101110 11000000 11100110
Octal 256 300 346

Shades and tints

Shades of #AEC0E6

#AEC0E6
(174,192,230)
#9FAFD2
(159,175,210)
#909EBE
(144,158,190)
#818DAA
(129,141,170)
#727C96
(114,124,150)
#636B82
(99,107,130)
#545A6E
(84,90,110)
#45495A
(69,73,90)
#363846
(54,56,70)
#272732
(39,39,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #AEC0E6

#AEC0E6
(174,192,230)
#B5C5E8
(181,197,232)
#BCCAEA
(188,202,234)
#C3CFEC
(195,207,236)
#CAD4EE
(202,212,238)
#D1D9F0
(209,217,240)
#D8DEF2
(216,222,242)
#DFE3F4
(223,227,244)
#E6E8F6
(230,232,246)
#EDEDF8
(237,237,248)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0E6; }

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

This text font color is #AEC0E6.

Background Color

.myBgColor { background-color: #AEC0E6; }

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

This div background color is #AEC0E6.

Border color

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

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

This div border color is #AEC0E6.

Opacity

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

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

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

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

This text has shadow with #AEC0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0E6.

Preview

Color preview on black background

This text has color #AEC0E6 on black background.


Color preview on white background

This text has color #AEC0E6 on white background.


Black color preview on #AEC0E6 background

This text has black color on #AEC0E6 background.


White color preview on #AEC0E6 background

This text has white color on #AEC0E6 background.


Related colors

Complementary color

Complementary color for #hex is #513F19.


I love getcolorcode.com

Triadic colors

1 #E6AEC0 and #C0E6AE with #AEC0E6 are triadic colors.

2 #E6C0AE and #C0AEE6 with #AEC0E6 are triadic colors.