COLOR #9AB39F

HEX: #9AB39F
RGB: (154,179,159)

Color info

#9AB39F contains red, green and blue colors in about the same proportion. Web safe color of #9AB39F is #999999 (or #999).

RGB color model

#9AB39F color RGB value is (154,179,159).

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

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 159 of 255 = 62%

154
179
159

R + G + B ~ 64%. #9AB39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 159 = 492 (100%)
R 154 of 492 ~ 31.3%
G 179 of 492 ~ 36.38%
B 159 of 492 ~ 32.32%

%31.3
%36.38
%32.32

CMYK color model

#9AB39F color CMYK value is (14,0,11,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(14,0,11,30)
C14M0Y11K30 
(14%,0%,11%,30%)
(0.14/0.00/0.11/0.30)	

CMYK percentages

%13.97
%0
%11.17
%29.8

Codes

Color #9AB39F in popluar color models

9AB39F
RGB154179159
HSL132°14.12%65.29%
HSB/HSV132°13.97%70.20%
CMYK13.97%0.00%11.17%
29.80%

Color #9AB39F in popluar number systems.

HEX9AB39F
Decimal154179159
Binary100110101011001110011111
Octal232263237

Shades and tints

Shades of #9AB39F

#9AB39F
(154,179,159)
#8CA391
(140,163,145)
#7E9383
(126,147,131)
#708375
(112,131,117)
#627367
(98,115,103)
#546359
(84,99,89)
#46534B
(70,83,75)
#38433D
(56,67,61)
#2A332F
(42,51,47)
#1C2321
(28,35,33)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #9AB39F

#9AB39F
(154,179,159)
#A3B9A7
(163,185,167)
#ACBFAF
(172,191,175)
#B5C5B7
(181,197,183)
#BECBBF
(190,203,191)
#C7D1C7
(199,209,199)
#D0D7CF
(208,215,207)
#D9DDD7
(217,221,215)
#E2E3DF
(226,227,223)
#EBE9E7
(235,233,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB39F; }

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

This text font color is #9AB39F.


Background Color

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

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

This div background color is #9AB39F.


Border color

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

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

This div border color is #9AB39F.


Opacity

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

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

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

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

This text has shadow with #9AB39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB39F on black background.


Color preview on white background

This text has color #9AB39F on white background.



Black color preview on #9AB39F background

This text has black color on #9AB39F background.


White color preview on #9AB39F background

This text has white color on #9AB39F background.