COLOR #AADAD6

HEX: #AADAD6
RGB: (170,218,214)

Color info

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

RGB color model

#AADAD6 color RGB value is (170,218,214).

  • red value is 170;
  • green value is 218;
  • blue value is 214.
RGB:
(170,218,214)
(67%,85%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 214 of 255 = 84%

170
218
214

R + G + B ~ 79%. #AADAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 218 + 214 = 602 (100%)
R 170 of 602 ~ 28.24%
G 218 of 602 ~ 36.21%
B 214 of 602 ~ 35.55%

%28.24
%36.21
%35.55

CMYK color model

#AADAD6 color CMYK value is (22,0,2,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(22,0,2,15)
C22M0Y2K15 
(22%,0%,2%,15%)
(0.22/0.00/0.02/0.15)	

CMYK percentages

%22.02
%0
%1.83
%14.51

Codes

Color #AADAD6 in popluar color models

AADAD6
RGB170218214
HSL175°39.34%76.08%
HSB/HSV175°22.02%85.49%
CMYK22.02%0.00%1.83%
14.51%

Color #AADAD6 in popluar number systems.

HEXAADAD6
Decimal170218214
Binary101010101101101011010110
Octal252332326

Shades and tints

Shades of #AADAD6

#AADAD6
(170,218,214)
#9BC7C3
(155,199,195)
#8CB4B0
(140,180,176)
#7DA19D
(125,161,157)
#6E8E8A
(110,142,138)
#5F7B77
(95,123,119)
#506864
(80,104,100)
#415551
(65,85,81)
#32423E
(50,66,62)
#232F2B
(35,47,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #AADAD6

#AADAD6
(170,218,214)
#B1DDD9
(177,221,217)
#B8E0DC
(184,224,220)
#BFE3DF
(191,227,223)
#C6E6E2
(198,230,226)
#CDE9E5
(205,233,229)
#D4ECE8
(212,236,232)
#DBEFEB
(219,239,235)
#E2F2EE
(226,242,238)
#E9F5F1
(233,245,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADAD6 color. Also use rgb(170,218,214) instead hex code.

Text Font Color

.myTextColor { color: #AADAD6; }

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

This text font color is #AADAD6.


Background Color

.myBgColor { background-color: #AADAD6; }

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

This div background color is #AADAD6.


Border color

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

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

This div border color is #AADAD6.


Opacity

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

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

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

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

This text has shadow with #AADAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADAD6 on black background.


Color preview on white background

This text has color #AADAD6 on white background.



Black color preview on #AADAD6 background

This text has black color on #AADAD6 background.


White color preview on #AADAD6 background

This text has white color on #AADAD6 background.