COLOR #9ADB9F

HEX: #9ADB9F
RGB: (154,219,159)

Color info

#9ADB9F contains mainly green color. Web safe color of #9ADB9F is #99CC99 (or #9C9).

RGB color model

#9ADB9F color RGB value is (154,219,159).

  • red value is 154;
  • green value is 219;
  • blue value is 159.
RGB:
(154,219,159)
(60%,86%,62%)

RGB channels and saturation

R 154 of 255 = 60%
G 219 of 255 = 86%
B 159 of 255 = 62%

154
219
159

R + G + B ~ 69%. #9ADB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 219 + 159 = 532 (100%)
R 154 of 532 ~ 28.95%
G 219 of 532 ~ 41.17%
B 159 of 532 ~ 29.89%

%28.95
%41.17
%29.89

CMYK color model

#9ADB9F color CMYK value is (30,0,27,14).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 14.12%
CMYK:
(30,0,27,14)
C30M0Y27K14 
(30%,0%,27%,14%)
(0.30/0.00/0.27/0.14)	

CMYK percentages

%29.68
%0
%27.4
%14.12

Codes

Color #9ADB9F in popluar color models

9ADB9F
RGB154219159
HSL125°47.45%73.14%
HSB/HSV125°29.68%85.88%
CMYK29.68%0.00%27.40%
14.12%

Color #9ADB9F in popluar number systems.

HEX9ADB9F
Decimal154219159
Binary100110101101101110011111
Octal232333237

Shades and tints

Shades of #9ADB9F

#9ADB9F
(154,219,159)
#8CC891
(140,200,145)
#7EB583
(126,181,131)
#70A275
(112,162,117)
#628F67
(98,143,103)
#547C59
(84,124,89)
#46694B
(70,105,75)
#38563D
(56,86,61)
#2A432F
(42,67,47)
#1C3021
(28,48,33)
#0E1D13
(14,29,19)
#000000
(0,0,0)

Tints of #9ADB9F

#9ADB9F
(154,219,159)
#A3DEA7
(163,222,167)
#ACE1AF
(172,225,175)
#B5E4B7
(181,228,183)
#BEE7BF
(190,231,191)
#C7EAC7
(199,234,199)
#D0EDCF
(208,237,207)
#D9F0D7
(217,240,215)
#E2F3DF
(226,243,223)
#EBF6E7
(235,246,231)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADB9F color. Also use rgb(154,219,159) instead hex code.

Text Font Color

.myTextColor { color: #9ADB9F; }

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

This text font color is #9ADB9F.


Background Color

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

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

This div background color is #9ADB9F.


Border color

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

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

This div border color is #9ADB9F.


Opacity

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

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

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

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

This text has shadow with #9ADB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADB9F on black background.


Color preview on white background

This text has color #9ADB9F on white background.



Black color preview on #9ADB9F background

This text has black color on #9ADB9F background.


White color preview on #9ADB9F background

This text has white color on #9ADB9F background.