COLOR #AEC3F5

HEX: #AEC3F5
RGB: (174,195,245)

Color info

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

RGB color model

#AEC3F5 color RGB value is (174,195,245).

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

RGB channels and saturation

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

174
195
245

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 245 = 614 (100%)
R 174 of 614 ~ 28.34%
G 195 of 614 ~ 31.76%
B 245 of 614 ~ 39.9%

%28.34
%31.76
%39.9

CMYK color model

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

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

CMYK percentages

%28.98
%20.41
%0
%3.92

Codes

Color #AEC3F5 in popluar color models

AEC3F5
RGB174195245
HSL222°78.02%82.16%
HSB/HSV222°28.98%96.08%
CMYK28.98%20.41%0.00%
3.92%

Color #AEC3F5 in popluar number systems.

HEXAEC3F5
Decimal174195245
Binary101011101100001111110101
Octal256303365

Shades and tints

Shades of #AEC3F5

#AEC3F5
(174,195,245)
#9FB2DF
(159,178,223)
#90A1C9
(144,161,201)
#8190B3
(129,144,179)
#727F9D
(114,127,157)
#636E87
(99,110,135)
#545D71
(84,93,113)
#454C5B
(69,76,91)
#363B45
(54,59,69)
#272A2F
(39,42,47)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEC3F5

#AEC3F5
(174,195,245)
#B5C8F5
(181,200,245)
#BCCDF5
(188,205,245)
#C3D2F5
(195,210,245)
#CAD7F5
(202,215,245)
#D1DCF5
(209,220,245)
#D8E1F5
(216,225,245)
#DFE6F5
(223,230,245)
#E6EBF5
(230,235,245)
#EDF0F5
(237,240,245)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3F5; }

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

This text font color is #AEC3F5.


Background Color

.myBgColor { background-color: #AEC3F5; }

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

This div background color is #AEC3F5.


Border color

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

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

This div border color is #AEC3F5.


Opacity

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

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

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

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

This text has shadow with #AEC3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3F5 on black background.


Color preview on white background

This text has color #AEC3F5 on white background.



Black color preview on #AEC3F5 background

This text has black color on #AEC3F5 background.


White color preview on #AEC3F5 background

This text has white color on #AEC3F5 background.