COLOR #AEC4DF

HEX: #AEC4DF
RGB: (174,196,223)

Color info

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

RGB color model

#AEC4DF color RGB value is (174,196,223).

  • red value is 174;
  • green value is 196;
  • blue value is 223.
RGB:
(174,196,223)
(68%,77%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 223 of 255 = 87%

174
196
223

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

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 223 = 593 (100%)
R 174 of 593 ~ 29.34%
G 196 of 593 ~ 33.05%
B 223 of 593 ~ 37.61%

%29.34
%33.05
%37.61

CMYK color model

#AEC4DF color CMYK value is (22,12,0,13).

  • cyan value is 21.97%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,12,0,13)
C22M12Y0K13 
(22%,12%,0%,13%)
(0.22/0.12/0.00/0.13)	

CMYK percentages

%21.97
%12.11
%0
%12.55

Codes

Color #AEC4DF in popluar color models

AEC4DF
RGB174196223
HSL213°43.36%77.84%
HSB/HSV213°21.97%87.45%
CMYK21.97%12.11%0.00%
12.55%

Color #AEC4DF in popluar number systems.

HEXAEC4DF
Decimal174196223
Binary101011101100010011011111
Octal256304337

Shades and tints

Shades of #AEC4DF

#AEC4DF
(174,196,223)
#9FB3CB
(159,179,203)
#90A2B7
(144,162,183)
#8191A3
(129,145,163)
#72808F
(114,128,143)
#636F7B
(99,111,123)
#545E67
(84,94,103)
#454D53
(69,77,83)
#363C3F
(54,60,63)
#272B2B
(39,43,43)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #AEC4DF

#AEC4DF
(174,196,223)
#B5C9E1
(181,201,225)
#BCCEE3
(188,206,227)
#C3D3E5
(195,211,229)
#CAD8E7
(202,216,231)
#D1DDE9
(209,221,233)
#D8E2EB
(216,226,235)
#DFE7ED
(223,231,237)
#E6ECEF
(230,236,239)
#EDF1F1
(237,241,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC4DF color. Also use rgb(174,196,223) instead hex code.

Text Font Color

.myTextColor { color: #AEC4DF; }

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

This text font color is #AEC4DF.


Background Color

.myBgColor { background-color: #AEC4DF; }

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

This div background color is #AEC4DF.


Border color

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

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

This div border color is #AEC4DF.


Opacity

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

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

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

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

This text has shadow with #AEC4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC4DF on black background.


Color preview on white background

This text has color #AEC4DF on white background.



Black color preview on #AEC4DF background

This text has black color on #AEC4DF background.


White color preview on #AEC4DF background

This text has white color on #AEC4DF background.