COLOR #AADEF5

HEX: #AADEF5
RGB: (170,222,245)

Color info

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

RGB color model

#AADEF5 color RGB value is (170,222,245).

  • red value is 170;
  • green value is 222;
  • blue value is 245.
RGB:
(170,222,245)
(67%,87%,96%)

RGB channels and saturation

R 170 of 255 = 67%
G 222 of 255 = 87%
B 245 of 255 = 96%

170
222
245

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

Portions of RGB colors in percentages

R + G + B =
170 + 222 + 245 = 637 (100%)
R 170 of 637 ~ 26.69%
G 222 of 637 ~ 34.85%
B 245 of 637 ~ 38.46%

%26.69
%34.85
%38.46

CMYK color model

#AADEF5 color CMYK value is (31,9,0,4).

  • cyan value is 30.61%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(31,9,0,4)
C31M9Y0K4 
(31%,9%,0%,4%)
(0.31/0.09/0.00/0.04)	

CMYK percentages

%30.61
%9.39
%0
%3.92

Codes

Color #AADEF5 in popluar color models

AADEF5
RGB170222245
HSL198°78.95%81.37%
HSB/HSV198°30.61%96.08%
CMYK30.61%9.39%0.00%
3.92%

Color #AADEF5 in popluar number systems.

HEXAADEF5
Decimal170222245
Binary101010101101111011110101
Octal252336365

Shades and tints

Shades of #AADEF5

#AADEF5
(170,222,245)
#9BCADF
(155,202,223)
#8CB6C9
(140,182,201)
#7DA2B3
(125,162,179)
#6E8E9D
(110,142,157)
#5F7A87
(95,122,135)
#506671
(80,102,113)
#41525B
(65,82,91)
#323E45
(50,62,69)
#232A2F
(35,42,47)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #AADEF5

#AADEF5
(170,222,245)
#B1E1F5
(177,225,245)
#B8E4F5
(184,228,245)
#BFE7F5
(191,231,245)
#C6EAF5
(198,234,245)
#CDEDF5
(205,237,245)
#D4F0F5
(212,240,245)
#DBF3F5
(219,243,245)
#E2F6F5
(226,246,245)
#E9F9F5
(233,249,245)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADEF5 color. Also use rgb(170,222,245) instead hex code.

Text Font Color

.myTextColor { color: #AADEF5; }

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

This text font color is #AADEF5.


Background Color

.myBgColor { background-color: #AADEF5; }

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

This div background color is #AADEF5.


Border color

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

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

This div border color is #AADEF5.


Opacity

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

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

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

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

This text has shadow with #AADEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADEF5 on black background.


Color preview on white background

This text has color #AADEF5 on white background.



Black color preview on #AADEF5 background

This text has black color on #AADEF5 background.


White color preview on #AADEF5 background

This text has white color on #AADEF5 background.