COLOR #AEC2F5

HEX: #AEC2F5
RGB: (174,194,245)

Color info

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

RGB color model

#AEC2F5 color RGB value is (174,194,245).

  • red value is 174;
  • green value is 194;
  • blue value is 245.
RGB:
(174,194,245)
(68%,76%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 245 of 255 = 96%

174
194
245

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 245 = 613 (100%)
R 174 of 613 ~ 28.38%
G 194 of 613 ~ 31.65%
B 245 of 613 ~ 39.97%

%28.38
%31.65
%39.97

CMYK color model

#AEC2F5 color CMYK value is (29,21,0,4).

  • cyan value is 28.98%
  • magenta value is 20.82%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,21,0,4)
C29M21Y0K4 
(29%,21%,0%,4%)
(0.29/0.21/0.00/0.04)	

CMYK percentages

%28.98
%20.82
%0
%3.92

Codes

Color #AEC2F5 in popluar color models

AEC2F5
RGB174194245
HSL223°78.02%82.16%
HSB/HSV223°28.98%96.08%
CMYK28.98%20.82%0.00%
3.92%

Color #AEC2F5 in popluar number systems.

HEXAEC2F5
Decimal174194245
Binary101011101100001011110101
Octal256302365

Shades and tints

Shades of #AEC2F5

#AEC2F5
(174,194,245)
#9FB1DF
(159,177,223)
#90A0C9
(144,160,201)
#818FB3
(129,143,179)
#727E9D
(114,126,157)
#636D87
(99,109,135)
#545C71
(84,92,113)
#454B5B
(69,75,91)
#363A45
(54,58,69)
#27292F
(39,41,47)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEC2F5

#AEC2F5
(174,194,245)
#B5C7F5
(181,199,245)
#BCCCF5
(188,204,245)
#C3D1F5
(195,209,245)
#CAD6F5
(202,214,245)
#D1DBF5
(209,219,245)
#D8E0F5
(216,224,245)
#DFE5F5
(223,229,245)
#E6EAF5
(230,234,245)
#EDEFF5
(237,239,245)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC2F5 color. Also use rgb(174,194,245) instead hex code.

Text Font Color

.myTextColor { color: #AEC2F5; }

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

This text font color is #AEC2F5.


Background Color

.myBgColor { background-color: #AEC2F5; }

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

This div background color is #AEC2F5.


Border color

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

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

This div border color is #AEC2F5.


Opacity

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

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

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

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

This text has shadow with #AEC2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC2F5 on black background.


Color preview on white background

This text has color #AEC2F5 on white background.



Black color preview on #AEC2F5 background

This text has black color on #AEC2F5 background.


White color preview on #AEC2F5 background

This text has white color on #AEC2F5 background.