COLOR #AEC0D4

HEX: #AEC0D4
RGB: (174,192,212)

Color info

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

RGB color model

#AEC0D4 color RGB value is (174,192,212).

  • red value is 174;
  • green value is 192;
  • blue value is 212.
RGB:
(174,192,212)
(68%,75%,83%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 212 of 255 = 83%

174
192
212

R + G + B ~ 75%. #AEC0D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 212 = 578 (100%)
R 174 of 578 ~ 30.1%
G 192 of 578 ~ 33.22%
B 212 of 578 ~ 36.68%

%30.1
%33.22
%36.68

CMYK color model

#AEC0D4 color CMYK value is (18,9,0,17).

  • cyan value is 17.92%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,9,0,17)
C18M9Y0K17 
(18%,9%,0%,17%)
(0.18/0.09/0.00/0.17)	

CMYK percentages

%17.92
%9.43
%0
%16.86

Codes

Color #AEC0D4 in popluar color models

AEC0D4
RGB174192212
HSL212°30.65%75.69%
HSB/HSV212°17.92%83.14%
CMYK17.92%9.43%0.00%
16.86%

Color #AEC0D4 in popluar number systems.

HEXAEC0D4
Decimal174192212
Binary101011101100000011010100
Octal256300324

Shades and tints

Shades of #AEC0D4

#AEC0D4
(174,192,212)
#9FAFC1
(159,175,193)
#909EAE
(144,158,174)
#818D9B
(129,141,155)
#727C88
(114,124,136)
#636B75
(99,107,117)
#545A62
(84,90,98)
#45494F
(69,73,79)
#36383C
(54,56,60)
#272729
(39,39,41)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #AEC0D4

#AEC0D4
(174,192,212)
#B5C5D7
(181,197,215)
#BCCADA
(188,202,218)
#C3CFDD
(195,207,221)
#CAD4E0
(202,212,224)
#D1D9E3
(209,217,227)
#D8DEE6
(216,222,230)
#DFE3E9
(223,227,233)
#E6E8EC
(230,232,236)
#EDEDEF
(237,237,239)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0D4; }

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

This text font color is #AEC0D4.


Background Color

.myBgColor { background-color: #AEC0D4; }

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

This div background color is #AEC0D4.


Border color

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

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

This div border color is #AEC0D4.


Opacity

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

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

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

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

This text has shadow with #AEC0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0D4 on black background.


Color preview on white background

This text has color #AEC0D4 on white background.



Black color preview on #AEC0D4 background

This text has black color on #AEC0D4 background.


White color preview on #AEC0D4 background

This text has white color on #AEC0D4 background.