COLOR #9AB79B

HEX: #9AB79B
RGB: (154,183,155)

Color info

#9AB79B contains red, green and blue colors in about the same proportion. Web safe color of #9AB79B is #99CC99 (or #9C9).

RGB color model

#9AB79B color RGB value is (154,183,155).

  • red value is 154;
  • green value is 183;
  • blue value is 155.
RGB:
(154,183,155)
(60%,72%,61%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 155 of 255 = 61%

154
183
155

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

Portions of RGB colors in percentages

R + G + B =
154 + 183 + 155 = 492 (100%)
R 154 of 492 ~ 31.3%
G 183 of 492 ~ 37.2%
B 155 of 492 ~ 31.5%

%31.3
%37.2
%31.5

CMYK color model

#9AB79B color CMYK value is (16,0,15,28).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(16,0,15,28)
C16M0Y15K28 
(16%,0%,15%,28%)
(0.16/0.00/0.15/0.28)	

CMYK percentages

%15.85
%0
%15.3
%28.24

Codes

Color #9AB79B in popluar color models

9AB79B
RGB154183155
HSL122°16.76%66.08%
HSB/HSV122°15.85%71.76%
CMYK15.85%0.00%15.30%
28.24%

Color #9AB79B in popluar number systems.

HEX9AB79B
Decimal154183155
Binary100110101011011110011011
Octal232267233

Shades and tints

Shades of #9AB79B

#9AB79B
(154,183,155)
#8CA78D
(140,167,141)
#7E977F
(126,151,127)
#708771
(112,135,113)
#627763
(98,119,99)
#546755
(84,103,85)
#465747
(70,87,71)
#384739
(56,71,57)
#2A372B
(42,55,43)
#1C271D
(28,39,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #9AB79B

#9AB79B
(154,183,155)
#A3BDA4
(163,189,164)
#ACC3AD
(172,195,173)
#B5C9B6
(181,201,182)
#BECFBF
(190,207,191)
#C7D5C8
(199,213,200)
#D0DBD1
(208,219,209)
#D9E1DA
(217,225,218)
#E2E7E3
(226,231,227)
#EBEDEC
(235,237,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB79B color. Also use rgb(154,183,155) instead hex code.

Text Font Color

.myTextColor { color: #9AB79B; }

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

This text font color is #9AB79B.


Background Color

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

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

This div background color is #9AB79B.


Border color

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

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

This div border color is #9AB79B.


Opacity

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

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

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

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

This text has shadow with #9AB79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB79B on black background.


Color preview on white background

This text has color #9AB79B on white background.



Black color preview on #9AB79B background

This text has black color on #9AB79B background.


White color preview on #9AB79B background

This text has white color on #9AB79B background.