COLOR #9AB39C

HEX: #9AB39C
RGB: (154,179,156)

Color info

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

RGB color model

#9AB39C color RGB value is (154,179,156).

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

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 156 of 255 = 61%

154
179
156

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 156 = 489 (100%)
R 154 of 489 ~ 31.49%
G 179 of 489 ~ 36.61%
B 156 of 489 ~ 31.9%

%31.49
%36.61
%31.9

CMYK color model

#9AB39C color CMYK value is (14,0,13,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK:
(14,0,13,30)
C14M0Y13K30 
(14%,0%,13%,30%)
(0.14/0.00/0.13/0.30)	

CMYK percentages

%13.97
%0
%12.85
%29.8

Codes

Color #9AB39C in popluar color models

9AB39C
RGB154179156
HSL125°14.12%65.29%
HSB/HSV125°13.97%70.20%
CMYK13.97%0.00%12.85%
29.80%

Color #9AB39C in popluar number systems.

HEX9AB39C
Decimal154179156
Binary100110101011001110011100
Octal232263234

Shades and tints

Shades of #9AB39C

#9AB39C
(154,179,156)
#8CA38E
(140,163,142)
#7E9380
(126,147,128)
#708372
(112,131,114)
#627364
(98,115,100)
#546356
(84,99,86)
#465348
(70,83,72)
#38433A
(56,67,58)
#2A332C
(42,51,44)
#1C231E
(28,35,30)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #9AB39C

#9AB39C
(154,179,156)
#A3B9A5
(163,185,165)
#ACBFAE
(172,191,174)
#B5C5B7
(181,197,183)
#BECBC0
(190,203,192)
#C7D1C9
(199,209,201)
#D0D7D2
(208,215,210)
#D9DDDB
(217,221,219)
#E2E3E4
(226,227,228)
#EBE9ED
(235,233,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB39C; }

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

This text font color is #9AB39C.


Background Color

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

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

This div background color is #9AB39C.


Border color

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

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

This div border color is #9AB39C.


Opacity

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

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

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

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

This text has shadow with #9AB39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB39C on black background.


Color preview on white background

This text has color #9AB39C on white background.



Black color preview on #9AB39C background

This text has black color on #9AB39C background.


White color preview on #9AB39C background

This text has white color on #9AB39C background.