COLOR #AEC3D9

HEX: #AEC3D9
RGB: (174,195,217)

Color info

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

RGB color model

#AEC3D9 color RGB value is (174,195,217).

  • red value is 174;
  • green value is 195;
  • blue value is 217.
RGB:
(174,195,217)
(68%,76%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 217 of 255 = 85%

174
195
217

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 217 = 586 (100%)
R 174 of 586 ~ 29.69%
G 195 of 586 ~ 33.28%
B 217 of 586 ~ 37.03%

%29.69
%33.28
%37.03

CMYK color model

#AEC3D9 color CMYK value is (20,10,0,15).

  • cyan value is 19.82%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,10,0,15)
C20M10Y0K15 
(20%,10%,0%,15%)
(0.20/0.10/0.00/0.15)	

CMYK percentages

%19.82
%10.14
%0
%14.9

Codes

Color #AEC3D9 in popluar color models

AEC3D9
RGB174195217
HSL211°36.13%76.67%
HSB/HSV211°19.82%85.10%
CMYK19.82%10.14%0.00%
14.90%

Color #AEC3D9 in popluar number systems.

HEXAEC3D9
Decimal174195217
Binary101011101100001111011001
Octal256303331

Shades and tints

Shades of #AEC3D9

#AEC3D9
(174,195,217)
#9FB2C6
(159,178,198)
#90A1B3
(144,161,179)
#8190A0
(129,144,160)
#727F8D
(114,127,141)
#636E7A
(99,110,122)
#545D67
(84,93,103)
#454C54
(69,76,84)
#363B41
(54,59,65)
#272A2E
(39,42,46)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #AEC3D9

#AEC3D9
(174,195,217)
#B5C8DC
(181,200,220)
#BCCDDF
(188,205,223)
#C3D2E2
(195,210,226)
#CAD7E5
(202,215,229)
#D1DCE8
(209,220,232)
#D8E1EB
(216,225,235)
#DFE6EE
(223,230,238)
#E6EBF1
(230,235,241)
#EDF0F4
(237,240,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC3D9 color. Also use rgb(174,195,217) instead hex code.

Text Font Color

.myTextColor { color: #AEC3D9; }

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

This text font color is #AEC3D9.


Background Color

.myBgColor { background-color: #AEC3D9; }

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

This div background color is #AEC3D9.


Border color

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

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

This div border color is #AEC3D9.


Opacity

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

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

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

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

This text has shadow with #AEC3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3D9 on black background.


Color preview on white background

This text has color #AEC3D9 on white background.



Black color preview on #AEC3D9 background

This text has black color on #AEC3D9 background.


White color preview on #AEC3D9 background

This text has white color on #AEC3D9 background.