COLOR #9ADEB3

HEX: #9ADEB3
RGB: (154,222,179)

Color info

#9ADEB3 contains mainly green and blue colors. Web safe color of #9ADEB3 is #99CC99 (or #9C9).

RGB color model

#9ADEB3 color RGB value is (154,222,179).

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

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 179 of 255 = 70%

154
222
179

R + G + B ~ 72%. #9ADEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 222 + 179 = 555 (100%)
R 154 of 555 ~ 27.75%
G 222 of 555 ~ 40%
B 179 of 555 ~ 32.25%

%27.75
%40
%32.25

CMYK color model

#9ADEB3 color CMYK value is (31,0,19,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(31,0,19,13)
C31M0Y19K13 
(31%,0%,19%,13%)
(0.31/0.00/0.19/0.13)	

CMYK percentages

%30.63
%0
%19.37
%12.94

Codes

Color #9ADEB3 in popluar color models

9ADEB3
RGB154222179
HSL142°50.75%73.73%
HSB/HSV142°30.63%87.06%
CMYK30.63%0.00%19.37%
12.94%

Color #9ADEB3 in popluar number systems.

HEX9ADEB3
Decimal154222179
Binary100110101101111010110011
Octal232336263

Shades and tints

Shades of #9ADEB3

#9ADEB3
(154,222,179)
#8CCAA3
(140,202,163)
#7EB693
(126,182,147)
#70A283
(112,162,131)
#628E73
(98,142,115)
#547A63
(84,122,99)
#466653
(70,102,83)
#385243
(56,82,67)
#2A3E33
(42,62,51)
#1C2A23
(28,42,35)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9ADEB3

#9ADEB3
(154,222,179)
#A3E1B9
(163,225,185)
#ACE4BF
(172,228,191)
#B5E7C5
(181,231,197)
#BEEACB
(190,234,203)
#C7EDD1
(199,237,209)
#D0F0D7
(208,240,215)
#D9F3DD
(217,243,221)
#E2F6E3
(226,246,227)
#EBF9E9
(235,249,233)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEB3; }

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

This text font color is #9ADEB3.


Background Color

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

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

This div background color is #9ADEB3.


Border color

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

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

This div border color is #9ADEB3.


Opacity

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

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

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

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

This text has shadow with #9ADEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADEB3 on black background.


Color preview on white background

This text has color #9ADEB3 on white background.



Black color preview on #9ADEB3 background

This text has black color on #9ADEB3 background.


White color preview on #9ADEB3 background

This text has white color on #9ADEB3 background.