COLOR #AEC5F6

HEX: #AEC5F6
RGB: (174,197,246)

Color info

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

RGB color model

#AEC5F6 color RGB value is (174,197,246).

  • red value is 174;
  • green value is 197;
  • blue value is 246.
RGB:
(174,197,246)
(68%,77%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 246 of 255 = 96%

174
197
246

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

Portions of RGB colors in percentages

R + G + B =
174 + 197 + 246 = 617 (100%)
R 174 of 617 ~ 28.2%
G 197 of 617 ~ 31.93%
B 246 of 617 ~ 39.87%

%28.2
%31.93
%39.87

CMYK color model

#AEC5F6 color CMYK value is (29,20,0,4).

  • cyan value is 29.27%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,20,0,4)
C29M20Y0K4 
(29%,20%,0%,4%)
(0.29/0.20/0.00/0.04)	

CMYK percentages

%29.27
%19.92
%0
%3.53

Codes

Color #AEC5F6 in popluar color models

AEC5F6
RGB174197246
HSL221°80.00%82.35%
HSB/HSV221°29.27%96.47%
CMYK29.27%19.92%0.00%
3.53%

Color #AEC5F6 in popluar number systems.

HEXAEC5F6
Decimal174197246
Binary101011101100010111110110
Octal256305366

Shades and tints

Shades of #AEC5F6

#AEC5F6
(174,197,246)
#9FB4E0
(159,180,224)
#90A3CA
(144,163,202)
#8192B4
(129,146,180)
#72819E
(114,129,158)
#637088
(99,112,136)
#545F72
(84,95,114)
#454E5C
(69,78,92)
#363D46
(54,61,70)
#272C30
(39,44,48)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #AEC5F6

#AEC5F6
(174,197,246)
#B5CAF6
(181,202,246)
#BCCFF6
(188,207,246)
#C3D4F6
(195,212,246)
#CAD9F6
(202,217,246)
#D1DEF6
(209,222,246)
#D8E3F6
(216,227,246)
#DFE8F6
(223,232,246)
#E6EDF6
(230,237,246)
#EDF2F6
(237,242,246)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC5F6 color. Also use rgb(174,197,246) instead hex code.

Text Font Color

.myTextColor { color: #AEC5F6; }

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

This text font color is #AEC5F6.


Background Color

.myBgColor { background-color: #AEC5F6; }

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

This div background color is #AEC5F6.


Border color

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

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

This div border color is #AEC5F6.


Opacity

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

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

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

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

This text has shadow with #AEC5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC5F6 on black background.


Color preview on white background

This text has color #AEC5F6 on white background.



Black color preview on #AEC5F6 background

This text has black color on #AEC5F6 background.


White color preview on #AEC5F6 background

This text has white color on #AEC5F6 background.