COLOR #AEC9DE

HEX: #AEC9DE
RGB: (174,201,222)

Color info

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

RGB color model

#AEC9DE color RGB value is (174,201,222).

  • red value is 174;
  • green value is 201;
  • blue value is 222.
RGB:
(174,201,222)
(68%,79%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 222 of 255 = 87%

174
201
222

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

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 222 = 597 (100%)
R 174 of 597 ~ 29.15%
G 201 of 597 ~ 33.67%
B 222 of 597 ~ 37.19%

%29.15
%33.67
%37.19

CMYK color model

#AEC9DE color CMYK value is (22,9,0,13).

  • cyan value is 21.62%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,9,0,13)
C22M9Y0K13 
(22%,9%,0%,13%)
(0.22/0.09/0.00/0.13)	

CMYK percentages

%21.62
%9.46
%0
%12.94

Codes

Color #AEC9DE in popluar color models

AEC9DE
RGB174201222
HSL206°42.11%77.65%
HSB/HSV206°21.62%87.06%
CMYK21.62%9.46%0.00%
12.94%

Color #AEC9DE in popluar number systems.

HEXAEC9DE
Decimal174201222
Binary101011101100100111011110
Octal256311336

Shades and tints

Shades of #AEC9DE

#AEC9DE
(174,201,222)
#9FB7CA
(159,183,202)
#90A5B6
(144,165,182)
#8193A2
(129,147,162)
#72818E
(114,129,142)
#636F7A
(99,111,122)
#545D66
(84,93,102)
#454B52
(69,75,82)
#36393E
(54,57,62)
#27272A
(39,39,42)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEC9DE

#AEC9DE
(174,201,222)
#B5CDE1
(181,205,225)
#BCD1E4
(188,209,228)
#C3D5E7
(195,213,231)
#CAD9EA
(202,217,234)
#D1DDED
(209,221,237)
#D8E1F0
(216,225,240)
#DFE5F3
(223,229,243)
#E6E9F6
(230,233,246)
#EDEDF9
(237,237,249)
#F4F1FC
(244,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC9DE color. Also use rgb(174,201,222) instead hex code.

Text Font Color

.myTextColor { color: #AEC9DE; }

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

This text font color is #AEC9DE.


Background Color

.myBgColor { background-color: #AEC9DE; }

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

This div background color is #AEC9DE.


Border color

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

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

This div border color is #AEC9DE.


Opacity

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

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

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

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

This text has shadow with #AEC9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9DE on black background.


Color preview on white background

This text has color #AEC9DE on white background.



Black color preview on #AEC9DE background

This text has black color on #AEC9DE background.


White color preview on #AEC9DE background

This text has white color on #AEC9DE background.