COLOR #9ADEF6

HEX: #9ADEF6
RGB: (154,222,246)

Color info

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

RGB color model

#9ADEF6 color RGB value is (154,222,246).

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

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 246 of 255 = 96%

154
222
246

R + G + B ~ 81%. #9ADEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 246 = 622 (100%)
R 154 of 622 ~ 24.76%
G 222 of 622 ~ 35.69%
B 246 of 622 ~ 39.55%

%24.76
%35.69
%39.55

CMYK color model

#9ADEF6 color CMYK value is (37,10,0,4).

  • cyan value is 37.40%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(37,10,0,4)
C37M10Y0K4 
(37%,10%,0%,4%)
(0.37/0.10/0.00/0.04)	

CMYK percentages

%37.4
%9.76
%0
%3.53

Codes

Color #9ADEF6 in popluar color models

9ADEF6
RGB154222246
HSL196°83.64%78.43%
HSB/HSV196°37.40%96.47%
CMYK37.40%9.76%0.00%
3.53%

Color #9ADEF6 in popluar number systems.

HEX9ADEF6
Decimal154222246
Binary100110101101111011110110
Octal232336366

Shades and tints

Shades of #9ADEF6

#9ADEF6
(154,222,246)
#8CCAE0
(140,202,224)
#7EB6CA
(126,182,202)
#70A2B4
(112,162,180)
#628E9E
(98,142,158)
#547A88
(84,122,136)
#466672
(70,102,114)
#38525C
(56,82,92)
#2A3E46
(42,62,70)
#1C2A30
(28,42,48)
#0E161A
(14,22,26)
#000000
(0,0,0)

Tints of #9ADEF6

#9ADEF6
(154,222,246)
#A3E1F6
(163,225,246)
#ACE4F6
(172,228,246)
#B5E7F6
(181,231,246)
#BEEAF6
(190,234,246)
#C7EDF6
(199,237,246)
#D0F0F6
(208,240,246)
#D9F3F6
(217,243,246)
#E2F6F6
(226,246,246)
#EBF9F6
(235,249,246)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEF6; }

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

This text font color is #9ADEF6.


Background Color

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

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

This div background color is #9ADEF6.


Border color

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

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

This div border color is #9ADEF6.


Opacity

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

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

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

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

This text has shadow with #9ADEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEF6 on black background.


Color preview on white background

This text has color #9ADEF6 on white background.



Black color preview on #9ADEF6 background

This text has black color on #9ADEF6 background.


White color preview on #9ADEF6 background

This text has white color on #9ADEF6 background.