COLOR #9FB092

HEX: #9FB092
RGB: (159,176,146)

Color info

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

RGB color model

#9FB092 color RGB value is (159,176,146).

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

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 146 of 255 = 57%

159
176
146

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

Portions of RGB colors in percentages

R + G + B =
159 + 176 + 146 = 481 (100%)
R 159 of 481 ~ 33.06%
G 176 of 481 ~ 36.59%
B 146 of 481 ~ 30.35%

%33.06
%36.59
%30.35

CMYK color model

#9FB092 color CMYK value is (10,0,17,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(10,0,17,31)
C10M0Y17K31 
(10%,0%,17%,31%)
(0.10/0.00/0.17/0.31)	

CMYK percentages

%9.66
%0
%17.05
%30.98

Codes

Color #9FB092 in popluar color models

9FB092
RGB159176146
HSL94°15.96%63.14%
HSB/HSV94°17.05%69.02%
CMYK9.66%0.00%17.05%
30.98%

Color #9FB092 in popluar number systems.

HEX9FB092
Decimal159176146
Binary100111111011000010010010
Octal237260222

Shades and tints

Shades of #9FB092

#9FB092
(159,176,146)
#91A085
(145,160,133)
#839078
(131,144,120)
#75806B
(117,128,107)
#67705E
(103,112,94)
#596051
(89,96,81)
#4B5044
(75,80,68)
#3D4037
(61,64,55)
#2F302A
(47,48,42)
#21201D
(33,32,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9FB092

#9FB092
(159,176,146)
#A7B79B
(167,183,155)
#AFBEA4
(175,190,164)
#B7C5AD
(183,197,173)
#BFCCB6
(191,204,182)
#C7D3BF
(199,211,191)
#CFDAC8
(207,218,200)
#D7E1D1
(215,225,209)
#DFE8DA
(223,232,218)
#E7EFE3
(231,239,227)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB092; }

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

This text font color is #9FB092.


Background Color

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

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

This div background color is #9FB092.


Border color

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

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

This div border color is #9FB092.


Opacity

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

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

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

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

This text has shadow with #9FB092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB092 on black background.


Color preview on white background

This text has color #9FB092 on white background.



Black color preview on #9FB092 background

This text has black color on #9FB092 background.


White color preview on #9FB092 background

This text has white color on #9FB092 background.