COLOR #AED5FC

HEX: #AED5FC
RGB: (174,213,252)

Color info

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

RGB color model

#AED5FC color RGB value is (174,213,252).

  • red value is 174;
  • green value is 213;
  • blue value is 252.
RGB:
(174,213,252)
(68%,84%,99%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 252 of 255 = 99%

174
213
252

R + G + B ~ 84%. #AED5FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 252 = 639 (100%)
R 174 of 639 ~ 27.23%
G 213 of 639 ~ 33.33%
B 252 of 639 ~ 39.44%

%27.23
%33.33
%39.44

CMYK color model

#AED5FC color CMYK value is (31,15,0,1).

  • cyan value is 30.95%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,15,0,1)
C31M15Y0K1 
(31%,15%,0%,1%)
(0.31/0.15/0.00/0.01)	

CMYK percentages

%30.95
%15.48
%0
%1.18

Codes

Color #AED5FC in popluar color models

AED5FC
RGB174213252
HSL210°92.86%83.53%
HSB/HSV210°30.95%98.82%
CMYK30.95%15.48%0.00%
1.18%

Color #AED5FC in popluar number systems.

HEXAED5FC
Decimal174213252
Binary101011101101010111111100
Octal256325374

Shades and tints

Shades of #AED5FC

#AED5FC
(174,213,252)
#9FC2E6
(159,194,230)
#90AFD0
(144,175,208)
#819CBA
(129,156,186)
#7289A4
(114,137,164)
#63768E
(99,118,142)
#546378
(84,99,120)
#455062
(69,80,98)
#363D4C
(54,61,76)
#272A36
(39,42,54)
#181720
(24,23,32)
#000000
(0,0,0)

Tints of #AED5FC

#AED5FC
(174,213,252)
#B5D8FC
(181,216,252)
#BCDBFC
(188,219,252)
#C3DEFC
(195,222,252)
#CAE1FC
(202,225,252)
#D1E4FC
(209,228,252)
#D8E7FC
(216,231,252)
#DFEAFC
(223,234,252)
#E6EDFC
(230,237,252)
#EDF0FC
(237,240,252)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5FC color. Also use rgb(174,213,252) instead hex code.

Text Font Color

.myTextColor { color: #AED5FC; }

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

This text font color is #AED5FC.


Background Color

.myBgColor { background-color: #AED5FC; }

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

This div background color is #AED5FC.


Border color

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

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

This div border color is #AED5FC.


Opacity

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

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

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

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

This text has shadow with #AED5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5FC on black background.


Color preview on white background

This text has color #AED5FC on white background.



Black color preview on #AED5FC background

This text has black color on #AED5FC background.


White color preview on #AED5FC background

This text has white color on #AED5FC background.