COLOR #AED5E5

HEX: #AED5E5
RGB: (174,213,229)

Color info

#AED5E5 contains red, green and blue colors in about the same proportion. Web safe color of #AED5E5 is #99CCCC (or #9CC).

RGB color model

#AED5E5 color RGB value is (174,213,229).

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

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 229 of 255 = 90%

174
213
229

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

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 229 = 616 (100%)
R 174 of 616 ~ 28.25%
G 213 of 616 ~ 34.58%
B 229 of 616 ~ 37.18%

%28.25
%34.58
%37.18

CMYK color model

#AED5E5 color CMYK value is (24,7,0,10).

  • cyan value is 24.02%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,7,0,10)
C24M7Y0K10 
(24%,7%,0%,10%)
(0.24/0.07/0.00/0.10)	

CMYK percentages

%24.02
%6.99
%0
%10.2

Codes

Color #AED5E5 in popluar color models

AED5E5
RGB174213229
HSL197°51.40%79.02%
HSB/HSV197°24.02%89.80%
CMYK24.02%6.99%0.00%
10.20%

Color #AED5E5 in popluar number systems.

HEXAED5E5
Decimal174213229
Binary101011101101010111100101
Octal256325345

Shades and tints

Shades of #AED5E5

#AED5E5
(174,213,229)
#9FC2D1
(159,194,209)
#90AFBD
(144,175,189)
#819CA9
(129,156,169)
#728995
(114,137,149)
#637681
(99,118,129)
#54636D
(84,99,109)
#455059
(69,80,89)
#363D45
(54,61,69)
#272A31
(39,42,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #AED5E5

#AED5E5
(174,213,229)
#B5D8E7
(181,216,231)
#BCDBE9
(188,219,233)
#C3DEEB
(195,222,235)
#CAE1ED
(202,225,237)
#D1E4EF
(209,228,239)
#D8E7F1
(216,231,241)
#DFEAF3
(223,234,243)
#E6EDF5
(230,237,245)
#EDF0F7
(237,240,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5E5; }

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

This text font color is #AED5E5.


Background Color

.myBgColor { background-color: #AED5E5; }

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

This div background color is #AED5E5.


Border color

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

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

This div border color is #AED5E5.


Opacity

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

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

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

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

This text has shadow with #AED5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5E5 on black background.


Color preview on white background

This text has color #AED5E5 on white background.



Black color preview on #AED5E5 background

This text has black color on #AED5E5 background.


White color preview on #AED5E5 background

This text has white color on #AED5E5 background.