COLOR #AED0F2

HEX: #AED0F2
RGB: (174,208,242)

Color info

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

RGB color model

#AED0F2 color RGB value is (174,208,242).

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

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 242 of 255 = 95%

174
208
242

R + G + B ~ 82%. #AED0F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 242 = 624 (100%)
R 174 of 624 ~ 27.88%
G 208 of 624 ~ 33.33%
B 242 of 624 ~ 38.78%

%27.88
%33.33
%38.78

CMYK color model

#AED0F2 color CMYK value is (28,14,0,5).

  • cyan value is 28.10%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(28,14,0,5)
C28M14Y0K5 
(28%,14%,0%,5%)
(0.28/0.14/0.00/0.05)	

CMYK percentages

%28.1
%14.05
%0
%5.1

Codes

Color #AED0F2 in popluar color models

AED0F2
RGB174208242
HSL210°72.34%81.57%
HSB/HSV210°28.10%94.90%
CMYK28.10%14.05%0.00%
5.10%

Color #AED0F2 in popluar number systems.

HEXAED0F2
Decimal174208242
Binary101011101101000011110010
Octal256320362

Shades and tints

Shades of #AED0F2

#AED0F2
(174,208,242)
#9FBEDC
(159,190,220)
#90ACC6
(144,172,198)
#819AB0
(129,154,176)
#72889A
(114,136,154)
#637684
(99,118,132)
#54646E
(84,100,110)
#455258
(69,82,88)
#364042
(54,64,66)
#272E2C
(39,46,44)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #AED0F2

#AED0F2
(174,208,242)
#B5D4F3
(181,212,243)
#BCD8F4
(188,216,244)
#C3DCF5
(195,220,245)
#CAE0F6
(202,224,246)
#D1E4F7
(209,228,247)
#D8E8F8
(216,232,248)
#DFECF9
(223,236,249)
#E6F0FA
(230,240,250)
#EDF4FB
(237,244,251)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0F2; }

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

This text font color is #AED0F2.


Background Color

.myBgColor { background-color: #AED0F2; }

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

This div background color is #AED0F2.


Border color

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

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

This div border color is #AED0F2.


Opacity

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

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

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

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

This text has shadow with #AED0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0F2 on black background.


Color preview on white background

This text has color #AED0F2 on white background.



Black color preview on #AED0F2 background

This text has black color on #AED0F2 background.


White color preview on #AED0F2 background

This text has white color on #AED0F2 background.