COLOR #9BA17F

HEX: #9BA17F
RGB: (155,161,127)

Color info

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

RGB color model

#9BA17F color RGB value is (155,161,127).

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

RGB channels and saturation

R 155 of 255 = 61%
G 161 of 255 = 63%
B 127 of 255 = 50%

155
161
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 161 + 127 = 443 (100%)
R 155 of 443 ~ 34.99%
G 161 of 443 ~ 36.34%
B 127 of 443 ~ 28.67%

%34.99
%36.34
%28.67

CMYK color model

#9BA17F color CMYK value is (4,0,21,37).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(4,0,21,37)
C4M0Y21K37 
(4%,0%,21%,37%)
(0.04/0.00/0.21/0.37)	

CMYK percentages

%3.73
%0
%21.12
%36.86

Codes

Color #9BA17F in popluar color models

9BA17F
RGB155161127
HSL71°15.32%56.47%
HSB/HSV71°21.12%63.14%
CMYK3.73%0.00%21.12%
36.86%

Color #9BA17F in popluar number systems.

HEX9BA17F
Decimal155161127
Binary10011011101000011111111
Octal233241177

Shades and tints

Shades of #9BA17F

#9BA17F
(155,161,127)
#8D9374
(141,147,116)
#7F8569
(127,133,105)
#71775E
(113,119,94)
#636953
(99,105,83)
#555B48
(85,91,72)
#474D3D
(71,77,61)
#393F32
(57,63,50)
#2B3127
(43,49,39)
#1D231C
(29,35,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9BA17F

#9BA17F
(155,161,127)
#A4A98A
(164,169,138)
#ADB195
(173,177,149)
#B6B9A0
(182,185,160)
#BFC1AB
(191,193,171)
#C8C9B6
(200,201,182)
#D1D1C1
(209,209,193)
#DAD9CC
(218,217,204)
#E3E1D7
(227,225,215)
#ECE9E2
(236,233,226)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA17F; }

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

This text font color is #9BA17F.


Background Color

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

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

This div background color is #9BA17F.


Border color

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

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

This div border color is #9BA17F.


Opacity

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

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

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

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

This text has shadow with #9BA17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA17F on black background.


Color preview on white background

This text has color #9BA17F on white background.



Black color preview on #9BA17F background

This text has black color on #9BA17F background.


White color preview on #9BA17F background

This text has white color on #9BA17F background.