COLOR #AEC8DA

HEX: #AEC8DA
RGB: (174,200,218)

Color info

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

RGB color model

#AEC8DA color RGB value is (174,200,218).

  • red value is 174;
  • green value is 200;
  • blue value is 218.
RGB:
(174,200,218)
(68%,78%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 218 of 255 = 85%

174
200
218

R + G + B ~ 77%. #AEC8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 218 = 592 (100%)
R 174 of 592 ~ 29.39%
G 200 of 592 ~ 33.78%
B 218 of 592 ~ 36.82%

%29.39
%33.78
%36.82

CMYK color model

#AEC8DA color CMYK value is (20,8,0,15).

  • cyan value is 20.18%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,8,0,15)
C20M8Y0K15 
(20%,8%,0%,15%)
(0.20/0.08/0.00/0.15)	

CMYK percentages

%20.18
%8.26
%0
%14.51

Codes

Color #AEC8DA in popluar color models

AEC8DA
RGB174200218
HSL205°37.29%76.86%
HSB/HSV205°20.18%85.49%
CMYK20.18%8.26%0.00%
14.51%

Color #AEC8DA in popluar number systems.

HEXAEC8DA
Decimal174200218
Binary101011101100100011011010
Octal256310332

Shades and tints

Shades of #AEC8DA

#AEC8DA
(174,200,218)
#9FB6C7
(159,182,199)
#90A4B4
(144,164,180)
#8192A1
(129,146,161)
#72808E
(114,128,142)
#636E7B
(99,110,123)
#545C68
(84,92,104)
#454A55
(69,74,85)
#363842
(54,56,66)
#27262F
(39,38,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #AEC8DA

#AEC8DA
(174,200,218)
#B5CDDD
(181,205,221)
#BCD2E0
(188,210,224)
#C3D7E3
(195,215,227)
#CADCE6
(202,220,230)
#D1E1E9
(209,225,233)
#D8E6EC
(216,230,236)
#DFEBEF
(223,235,239)
#E6F0F2
(230,240,242)
#EDF5F5
(237,245,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC8DA color. Also use rgb(174,200,218) instead hex code.

Text Font Color

.myTextColor { color: #AEC8DA; }

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

This text font color is #AEC8DA.


Background Color

.myBgColor { background-color: #AEC8DA; }

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

This div background color is #AEC8DA.


Border color

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

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

This div border color is #AEC8DA.


Opacity

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

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

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

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

This text has shadow with #AEC8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC8DA on black background.


Color preview on white background

This text has color #AEC8DA on white background.



Black color preview on #AEC8DA background

This text has black color on #AEC8DA background.


White color preview on #AEC8DA background

This text has white color on #AEC8DA background.