COLOR #9ADAD6

HEX: #9ADAD6
RGB: (154,218,214)

Color info

#9ADAD6 contains mainly green and blue colors. Web safe color of #9ADAD6 is #99CCCC (or #9CC).

RGB color model

#9ADAD6 color RGB value is (154,218,214).

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

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 214 of 255 = 84%

154
218
214

R + G + B ~ 76%. #9ADAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 218 + 214 = 586 (100%)
R 154 of 586 ~ 26.28%
G 218 of 586 ~ 37.2%
B 214 of 586 ~ 36.52%

%26.28
%37.2
%36.52

CMYK color model

#9ADAD6 color CMYK value is (29,0,2,15).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(29,0,2,15)
C29M0Y2K15 
(29%,0%,2%,15%)
(0.29/0.00/0.02/0.15)	

CMYK percentages

%29.36
%0
%1.83
%14.51

Codes

Color #9ADAD6 in popluar color models

9ADAD6
RGB154218214
HSL176°46.38%72.94%
HSB/HSV176°29.36%85.49%
CMYK29.36%0.00%1.83%
14.51%

Color #9ADAD6 in popluar number systems.

HEX9ADAD6
Decimal154218214
Binary100110101101101011010110
Octal232332326

Shades and tints

Shades of #9ADAD6

#9ADAD6
(154,218,214)
#8CC7C3
(140,199,195)
#7EB4B0
(126,180,176)
#70A19D
(112,161,157)
#628E8A
(98,142,138)
#547B77
(84,123,119)
#466864
(70,104,100)
#385551
(56,85,81)
#2A423E
(42,66,62)
#1C2F2B
(28,47,43)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #9ADAD6

#9ADAD6
(154,218,214)
#A3DDD9
(163,221,217)
#ACE0DC
(172,224,220)
#B5E3DF
(181,227,223)
#BEE6E2
(190,230,226)
#C7E9E5
(199,233,229)
#D0ECE8
(208,236,232)
#D9EFEB
(217,239,235)
#E2F2EE
(226,242,238)
#EBF5F1
(235,245,241)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADAD6; }

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

This text font color is #9ADAD6.


Background Color

.myBgColor { background-color: #9ADAD6; }

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

This div background color is #9ADAD6.


Border color

.myBorderColor { border: 1px solid #9ADAD6; }

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

This div border color is #9ADAD6.


Opacity

.myOpacity80 { color: #9ADAD6; opacity: 0.8; }

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

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

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

This text has shadow with #9ADAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADAD6 on black background.


Color preview on white background

This text has color #9ADAD6 on white background.



Black color preview on #9ADAD6 background

This text has black color on #9ADAD6 background.


White color preview on #9ADAD6 background

This text has white color on #9ADAD6 background.