COLOR #9ADEEF

HEX: #9ADEEF
RGB: (154,222,239)

Color info

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

RGB color model

#9ADEEF color RGB value is (154,222,239).

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

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 239 of 255 = 94%

154
222
239

R + G + B ~ 80%. #9ADEEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 239 = 615 (100%)
R 154 of 615 ~ 25.04%
G 222 of 615 ~ 36.1%
B 239 of 615 ~ 38.86%

%25.04
%36.1
%38.86

CMYK color model

#9ADEEF color CMYK value is (36,7,0,6).

  • cyan value is 35.56%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(36,7,0,6)
C36M7Y0K6 
(36%,7%,0%,6%)
(0.36/0.07/0.00/0.06)	

CMYK percentages

%35.56
%7.11
%0
%6.27

Codes

Color #9ADEEF in popluar color models

9ADEEF
RGB154222239
HSL192°72.65%77.06%
HSB/HSV192°35.56%93.73%
CMYK35.56%7.11%0.00%
6.27%

Color #9ADEEF in popluar number systems.

HEX9ADEEF
Decimal154222239
Binary100110101101111011101111
Octal232336357

Shades and tints

Shades of #9ADEEF

#9ADEEF
(154,222,239)
#8CCADA
(140,202,218)
#7EB6C5
(126,182,197)
#70A2B0
(112,162,176)
#628E9B
(98,142,155)
#547A86
(84,122,134)
#466671
(70,102,113)
#38525C
(56,82,92)
#2A3E47
(42,62,71)
#1C2A32
(28,42,50)
#0E161D
(14,22,29)
#000000
(0,0,0)

Tints of #9ADEEF

#9ADEEF
(154,222,239)
#A3E1F0
(163,225,240)
#ACE4F1
(172,228,241)
#B5E7F2
(181,231,242)
#BEEAF3
(190,234,243)
#C7EDF4
(199,237,244)
#D0F0F5
(208,240,245)
#D9F3F6
(217,243,246)
#E2F6F7
(226,246,247)
#EBF9F8
(235,249,248)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEEF; }

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

This text font color is #9ADEEF.


Background Color

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

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

This div background color is #9ADEEF.


Border color

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

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

This div border color is #9ADEEF.


Opacity

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

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

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

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

This text has shadow with #9ADEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEEF on black background.


Color preview on white background

This text has color #9ADEEF on white background.



Black color preview on #9ADEEF background

This text has black color on #9ADEEF background.


White color preview on #9ADEEF background

This text has white color on #9ADEEF background.