COLOR #9FB292

HEX: #9FB292
RGB: (159,178,146)

Color info

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

RGB color model

#9FB292 color RGB value is (159,178,146).

  • red value is 159;
  • green value is 178;
  • blue value is 146.
RGB:
(159,178,146)
(62%,70%,57%)

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 146 of 255 = 57%

159
178
146

R + G + B ~ 63%. #9FB292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 146 = 483 (100%)
R 159 of 483 ~ 32.92%
G 178 of 483 ~ 36.85%
B 146 of 483 ~ 30.23%

%32.92
%36.85
%30.23

CMYK color model

#9FB292 color CMYK value is (11,0,18,30).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(11,0,18,30)
C11M0Y18K30 
(11%,0%,18%,30%)
(0.11/0.00/0.18/0.30)	

CMYK percentages

%10.67
%0
%17.98
%30.2

Codes

Color #9FB292 in popluar color models

9FB292
RGB159178146
HSL96°17.20%63.53%
HSB/HSV96°17.98%69.80%
CMYK10.67%0.00%17.98%
30.20%

Color #9FB292 in popluar number systems.

HEX9FB292
Decimal159178146
Binary100111111011001010010010
Octal237262222

Shades and tints

Shades of #9FB292

#9FB292
(159,178,146)
#91A285
(145,162,133)
#839278
(131,146,120)
#75826B
(117,130,107)
#67725E
(103,114,94)
#596251
(89,98,81)
#4B5244
(75,82,68)
#3D4237
(61,66,55)
#2F322A
(47,50,42)
#21221D
(33,34,29)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9FB292

#9FB292
(159,178,146)
#A7B99B
(167,185,155)
#AFC0A4
(175,192,164)
#B7C7AD
(183,199,173)
#BFCEB6
(191,206,182)
#C7D5BF
(199,213,191)
#CFDCC8
(207,220,200)
#D7E3D1
(215,227,209)
#DFEADA
(223,234,218)
#E7F1E3
(231,241,227)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB292 color. Also use rgb(159,178,146) instead hex code.

Text Font Color

.myTextColor { color: #9FB292; }

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

This text font color is #9FB292.


Background Color

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

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

This div background color is #9FB292.


Border color

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

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

This div border color is #9FB292.


Opacity

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

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

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

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

This text has shadow with #9FB292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB292 on black background.


Color preview on white background

This text has color #9FB292 on white background.



Black color preview on #9FB292 background

This text has black color on #9FB292 background.


White color preview on #9FB292 background

This text has white color on #9FB292 background.