COLOR #9ADEE6

HEX: #9ADEE6
RGB: (154,222,230)

Color info

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

RGB color model

#9ADEE6 color RGB value is (154,222,230).

  • red value is 154;
  • green value is 222;
  • blue value is 230.
RGB:
(154,222,230)
(60%,87%,90%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 230 of 255 = 90%

154
222
230

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

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 230 = 606 (100%)
R 154 of 606 ~ 25.41%
G 222 of 606 ~ 36.63%
B 230 of 606 ~ 37.95%

%25.41
%36.63
%37.95

CMYK color model

#9ADEE6 color CMYK value is (33,3,0,10).

  • cyan value is 33.04%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(33,3,0,10)
C33M3Y0K10 
(33%,3%,0%,10%)
(0.33/0.03/0.00/0.10)	

CMYK percentages

%33.04
%3.48
%0
%9.8

Codes

Color #9ADEE6 in popluar color models

9ADEE6
RGB154222230
HSL186°60.32%75.29%
HSB/HSV186°33.04%90.20%
CMYK33.04%3.48%0.00%
9.80%

Color #9ADEE6 in popluar number systems.

HEX9ADEE6
Decimal154222230
Binary100110101101111011100110
Octal232336346

Shades and tints

Shades of #9ADEE6

#9ADEE6
(154,222,230)
#8CCAD2
(140,202,210)
#7EB6BE
(126,182,190)
#70A2AA
(112,162,170)
#628E96
(98,142,150)
#547A82
(84,122,130)
#46666E
(70,102,110)
#38525A
(56,82,90)
#2A3E46
(42,62,70)
#1C2A32
(28,42,50)
#0E161E
(14,22,30)
#000000
(0,0,0)

Tints of #9ADEE6

#9ADEE6
(154,222,230)
#A3E1E8
(163,225,232)
#ACE4EA
(172,228,234)
#B5E7EC
(181,231,236)
#BEEAEE
(190,234,238)
#C7EDF0
(199,237,240)
#D0F0F2
(208,240,242)
#D9F3F4
(217,243,244)
#E2F6F6
(226,246,246)
#EBF9F8
(235,249,248)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADEE6 color. Also use rgb(154,222,230) instead hex code.

Text Font Color

.myTextColor { color: #9ADEE6; }

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

This text font color is #9ADEE6.


Background Color

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

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

This div background color is #9ADEE6.


Border color

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

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

This div border color is #9ADEE6.


Opacity

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

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

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

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

This text has shadow with #9ADEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEE6 on black background.


Color preview on white background

This text has color #9ADEE6 on white background.



Black color preview on #9ADEE6 background

This text has black color on #9ADEE6 background.


White color preview on #9ADEE6 background

This text has white color on #9ADEE6 background.