COLOR #9BA97F

HEX: #9BA97F
RGB: (155,169,127)

Color info

#9BA97F contains red, green and blue colors in about the same proportion. Web safe color of #9BA97F is #999966 (or #996).

RGB color model

#9BA97F color RGB value is (155,169,127).

  • red value is 155;
  • green value is 169;
  • blue value is 127.
RGB:
(155,169,127)
(61%,66%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 127 of 255 = 50%

155
169
127

R + G + B ~ 59%. #9BA97F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 127 = 451 (100%)
R 155 of 451 ~ 34.37%
G 169 of 451 ~ 37.47%
B 127 of 451 ~ 28.16%

%34.37
%37.47
%28.16

CMYK color model

#9BA97F color CMYK value is (8,0,25,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(8,0,25,34)
C8M0Y25K34 
(8%,0%,25%,34%)
(0.08/0.00/0.25/0.34)	

CMYK percentages

%8.28
%0
%24.85
%33.73

Codes

Color #9BA97F in popluar color models

9BA97F
RGB155169127
HSL80°19.63%58.04%
HSB/HSV80°24.85%66.27%
CMYK8.28%0.00%24.85%
33.73%

Color #9BA97F in popluar number systems.

HEX9BA97F
Decimal155169127
Binary10011011101010011111111
Octal233251177

Shades and tints

Shades of #9BA97F

#9BA97F
(155,169,127)
#8D9A74
(141,154,116)
#7F8B69
(127,139,105)
#717C5E
(113,124,94)
#636D53
(99,109,83)
#555E48
(85,94,72)
#474F3D
(71,79,61)
#394032
(57,64,50)
#2B3127
(43,49,39)
#1D221C
(29,34,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9BA97F

#9BA97F
(155,169,127)
#A4B08A
(164,176,138)
#ADB795
(173,183,149)
#B6BEA0
(182,190,160)
#BFC5AB
(191,197,171)
#C8CCB6
(200,204,182)
#D1D3C1
(209,211,193)
#DADACC
(218,218,204)
#E3E1D7
(227,225,215)
#ECE8E2
(236,232,226)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA97F color. Also use rgb(155,169,127) instead hex code.

Text Font Color

.myTextColor { color: #9BA97F; }

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

This text font color is #9BA97F.


Background Color

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

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

This div background color is #9BA97F.


Border color

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

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

This div border color is #9BA97F.


Opacity

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

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

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

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

This text has shadow with #9BA97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA97F on black background.


Color preview on white background

This text has color #9BA97F on white background.



Black color preview on #9BA97F background

This text has black color on #9BA97F background.


White color preview on #9BA97F background

This text has white color on #9BA97F background.