COLOR #AEC4EF

HEX: #AEC4EF
RGB: (174,196,239)

Color info

#AEC4EF contains mainly green and blue colors. Web safe color of #AEC4EF is #99CCFF (or #9CF).

RGB color model

#AEC4EF color RGB value is (174,196,239).

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

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 239 of 255 = 94%

174
196
239

R + G + B ~ 80%. #AEC4EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 239 = 609 (100%)
R 174 of 609 ~ 28.57%
G 196 of 609 ~ 32.18%
B 239 of 609 ~ 39.24%

%28.57
%32.18
%39.24

CMYK color model

#AEC4EF color CMYK value is (27,18,0,6).

  • cyan value is 27.20%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(27,18,0,6)
C27M18Y0K6 
(27%,18%,0%,6%)
(0.27/0.18/0.00/0.06)	

CMYK percentages

%27.2
%17.99
%0
%6.27

Codes

Color #AEC4EF in popluar color models

AEC4EF
RGB174196239
HSL220°67.01%80.98%
HSB/HSV220°27.20%93.73%
CMYK27.20%17.99%0.00%
6.27%

Color #AEC4EF in popluar number systems.

HEXAEC4EF
Decimal174196239
Binary101011101100010011101111
Octal256304357

Shades and tints

Shades of #AEC4EF

#AEC4EF
(174,196,239)
#9FB3DA
(159,179,218)
#90A2C5
(144,162,197)
#8191B0
(129,145,176)
#72809B
(114,128,155)
#636F86
(99,111,134)
#545E71
(84,94,113)
#454D5C
(69,77,92)
#363C47
(54,60,71)
#272B32
(39,43,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #AEC4EF

#AEC4EF
(174,196,239)
#B5C9F0
(181,201,240)
#BCCEF1
(188,206,241)
#C3D3F2
(195,211,242)
#CAD8F3
(202,216,243)
#D1DDF4
(209,221,244)
#D8E2F5
(216,226,245)
#DFE7F6
(223,231,246)
#E6ECF7
(230,236,247)
#EDF1F8
(237,241,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC4EF; }

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

This text font color is #AEC4EF.


Background Color

.myBgColor { background-color: #AEC4EF; }

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

This div background color is #AEC4EF.


Border color

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

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

This div border color is #AEC4EF.


Opacity

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

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

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

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

This text has shadow with #AEC4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC4EF on black background.


Color preview on white background

This text has color #AEC4EF on white background.



Black color preview on #AEC4EF background

This text has black color on #AEC4EF background.


White color preview on #AEC4EF background

This text has white color on #AEC4EF background.