COLOR #9ADEC8

HEX: #9ADEC8
RGB: (154,222,200)

Color info

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

RGB color model

#9ADEC8 color RGB value is (154,222,200).

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

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 200 of 255 = 78%

154
222
200

R + G + B ~ 75%. #9ADEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 200 = 576 (100%)
R 154 of 576 ~ 26.74%
G 222 of 576 ~ 38.54%
B 200 of 576 ~ 34.72%

%26.74
%38.54
%34.72

CMYK color model

#9ADEC8 color CMYK value is (31,0,10,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(31,0,10,13)
C31M0Y10K13 
(31%,0%,10%,13%)
(0.31/0.00/0.10/0.13)	

CMYK percentages

%30.63
%0
%9.91
%12.94

Codes

Color #9ADEC8 in popluar color models

9ADEC8
RGB154222200
HSL161°50.75%73.73%
HSB/HSV161°30.63%87.06%
CMYK30.63%0.00%9.91%
12.94%

Color #9ADEC8 in popluar number systems.

HEX9ADEC8
Decimal154222200
Binary100110101101111011001000
Octal232336310

Shades and tints

Shades of #9ADEC8

#9ADEC8
(154,222,200)
#8CCAB6
(140,202,182)
#7EB6A4
(126,182,164)
#70A292
(112,162,146)
#628E80
(98,142,128)
#547A6E
(84,122,110)
#46665C
(70,102,92)
#38524A
(56,82,74)
#2A3E38
(42,62,56)
#1C2A26
(28,42,38)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #9ADEC8

#9ADEC8
(154,222,200)
#A3E1CD
(163,225,205)
#ACE4D2
(172,228,210)
#B5E7D7
(181,231,215)
#BEEADC
(190,234,220)
#C7EDE1
(199,237,225)
#D0F0E6
(208,240,230)
#D9F3EB
(217,243,235)
#E2F6F0
(226,246,240)
#EBF9F5
(235,249,245)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEC8; }

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

This text font color is #9ADEC8.


Background Color

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

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

This div background color is #9ADEC8.


Border color

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

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

This div border color is #9ADEC8.


Opacity

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

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

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

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

This text has shadow with #9ADEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEC8 on black background.


Color preview on white background

This text has color #9ADEC8 on white background.



Black color preview on #9ADEC8 background

This text has black color on #9ADEC8 background.


White color preview on #9ADEC8 background

This text has white color on #9ADEC8 background.