COLOR #AED2EF

HEX: #AED2EF
RGB: (174,210,239)

Color info

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

RGB color model

#AED2EF color RGB value is (174,210,239).

  • red value is 174;
  • green value is 210;
  • blue value is 239.
RGB:
(174,210,239)
(68%,82%,94%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 239 of 255 = 94%

174
210
239

R + G + B ~ 81%. #AED2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 239 = 623 (100%)
R 174 of 623 ~ 27.93%
G 210 of 623 ~ 33.71%
B 239 of 623 ~ 38.36%

%27.93
%33.71
%38.36

CMYK color model

#AED2EF color CMYK value is (27,12,0,6).

  • cyan value is 27.20%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(27,12,0,6)
C27M12Y0K6 
(27%,12%,0%,6%)
(0.27/0.12/0.00/0.06)	

CMYK percentages

%27.2
%12.13
%0
%6.27

Codes

Color #AED2EF in popluar color models

AED2EF
RGB174210239
HSL207°67.01%80.98%
HSB/HSV207°27.20%93.73%
CMYK27.20%12.13%0.00%
6.27%

Color #AED2EF in popluar number systems.

HEXAED2EF
Decimal174210239
Binary101011101101001011101111
Octal256322357

Shades and tints

Shades of #AED2EF

#AED2EF
(174,210,239)
#9FBFDA
(159,191,218)
#90ACC5
(144,172,197)
#8199B0
(129,153,176)
#72869B
(114,134,155)
#637386
(99,115,134)
#546071
(84,96,113)
#454D5C
(69,77,92)
#363A47
(54,58,71)
#272732
(39,39,50)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #AED2EF

#AED2EF
(174,210,239)
#B5D6F0
(181,214,240)
#BCDAF1
(188,218,241)
#C3DEF2
(195,222,242)
#CAE2F3
(202,226,243)
#D1E6F4
(209,230,244)
#D8EAF5
(216,234,245)
#DFEEF6
(223,238,246)
#E6F2F7
(230,242,247)
#EDF6F8
(237,246,248)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED2EF color. Also use rgb(174,210,239) instead hex code.

Text Font Color

.myTextColor { color: #AED2EF; }

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

This text font color is #AED2EF.


Background Color

.myBgColor { background-color: #AED2EF; }

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

This div background color is #AED2EF.


Border color

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

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

This div border color is #AED2EF.


Opacity

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

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

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

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

This text has shadow with #AED2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED2EF on black background.


Color preview on white background

This text has color #AED2EF on white background.



Black color preview on #AED2EF background

This text has black color on #AED2EF background.


White color preview on #AED2EF background

This text has white color on #AED2EF background.