COLOR #AEC0F2

HEX: #AEC0F2
RGB: (174,192,242)

Color info

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

RGB color model

#AEC0F2 color RGB value is (174,192,242).

  • red value is 174;
  • green value is 192;
  • blue value is 242.
RGB:
(174,192,242)
(68%,75%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 242 of 255 = 95%

174
192
242

R + G + B ~ 79%. #AEC0F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 242 = 608 (100%)
R 174 of 608 ~ 28.62%
G 192 of 608 ~ 31.58%
B 242 of 608 ~ 39.8%

%28.62
%31.58
%39.8

CMYK color model

#AEC0F2 color CMYK value is (28,21,0,5).

  • cyan value is 28.10%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(28,21,0,5)
C28M21Y0K5 
(28%,21%,0%,5%)
(0.28/0.21/0.00/0.05)	

CMYK percentages

%28.1
%20.66
%0
%5.1

Codes

Color #AEC0F2 in popluar color models

AEC0F2
RGB174192242
HSL224°72.34%81.57%
HSB/HSV224°28.10%94.90%
CMYK28.10%20.66%0.00%
5.10%

Color #AEC0F2 in popluar number systems.

HEXAEC0F2
Decimal174192242
Binary101011101100000011110010
Octal256300362

Shades and tints

Shades of #AEC0F2

#AEC0F2
(174,192,242)
#9FAFDC
(159,175,220)
#909EC6
(144,158,198)
#818DB0
(129,141,176)
#727C9A
(114,124,154)
#636B84
(99,107,132)
#545A6E
(84,90,110)
#454958
(69,73,88)
#363842
(54,56,66)
#27272C
(39,39,44)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #AEC0F2

#AEC0F2
(174,192,242)
#B5C5F3
(181,197,243)
#BCCAF4
(188,202,244)
#C3CFF5
(195,207,245)
#CAD4F6
(202,212,246)
#D1D9F7
(209,217,247)
#D8DEF8
(216,222,248)
#DFE3F9
(223,227,249)
#E6E8FA
(230,232,250)
#EDEDFB
(237,237,251)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC0F2 color. Also use rgb(174,192,242) instead hex code.

Text Font Color

.myTextColor { color: #AEC0F2; }

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

This text font color is #AEC0F2.


Background Color

.myBgColor { background-color: #AEC0F2; }

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

This div background color is #AEC0F2.


Border color

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

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

This div border color is #AEC0F2.


Opacity

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

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

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

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

This text has shadow with #AEC0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0F2 on black background.


Color preview on white background

This text has color #AEC0F2 on white background.



Black color preview on #AEC0F2 background

This text has black color on #AEC0F2 background.


White color preview on #AEC0F2 background

This text has white color on #AEC0F2 background.