COLOR #AED7F4

HEX: #AED7F4
RGB: (174,215,244)

Color info

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

RGB color model

#AED7F4 color RGB value is (174,215,244).

  • red value is 174;
  • green value is 215;
  • blue value is 244.
RGB:
(174,215,244)
(68%,84%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 215 of 255 = 84%
B 244 of 255 = 96%

174
215
244

R + G + B ~ 83%. #AED7F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 215 + 244 = 633 (100%)
R 174 of 633 ~ 27.49%
G 215 of 633 ~ 33.97%
B 244 of 633 ~ 38.55%

%27.49
%33.97
%38.55

CMYK color model

#AED7F4 color CMYK value is (29,12,0,4).

  • cyan value is 28.69%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(29,12,0,4)
C29M12Y0K4 
(29%,12%,0%,4%)
(0.29/0.12/0.00/0.04)	

CMYK percentages

%28.69
%11.89
%0
%4.31

Codes

Color #AED7F4 in popluar color models

AED7F4
RGB174215244
HSL205°76.09%81.96%
HSB/HSV205°28.69%95.69%
CMYK28.69%11.89%0.00%
4.31%

Color #AED7F4 in popluar number systems.

HEXAED7F4
Decimal174215244
Binary101011101101011111110100
Octal256327364

Shades and tints

Shades of #AED7F4

#AED7F4
(174,215,244)
#9FC4DE
(159,196,222)
#90B1C8
(144,177,200)
#819EB2
(129,158,178)
#728B9C
(114,139,156)
#637886
(99,120,134)
#546570
(84,101,112)
#45525A
(69,82,90)
#363F44
(54,63,68)
#272C2E
(39,44,46)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AED7F4

#AED7F4
(174,215,244)
#B5DAF5
(181,218,245)
#BCDDF6
(188,221,246)
#C3E0F7
(195,224,247)
#CAE3F8
(202,227,248)
#D1E6F9
(209,230,249)
#D8E9FA
(216,233,250)
#DFECFB
(223,236,251)
#E6EFFC
(230,239,252)
#EDF2FD
(237,242,253)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED7F4 color. Also use rgb(174,215,244) instead hex code.

Text Font Color

.myTextColor { color: #AED7F4; }

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

This text font color is #AED7F4.


Background Color

.myBgColor { background-color: #AED7F4; }

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

This div background color is #AED7F4.


Border color

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

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

This div border color is #AED7F4.


Opacity

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

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

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

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

This text has shadow with #AED7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED7F4 on black background.


Color preview on white background

This text has color #AED7F4 on white background.



Black color preview on #AED7F4 background

This text has black color on #AED7F4 background.


White color preview on #AED7F4 background

This text has white color on #AED7F4 background.