COLOR #9FB093

HEX: #9FB093
RGB: (159,176,147)

Color info

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

RGB color model

#9FB093 color RGB value is (159,176,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 147 of 255 = 58%

159
176
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 176 + 147 = 482 (100%)
R 159 of 482 ~ 32.99%
G 176 of 482 ~ 36.51%
B 147 of 482 ~ 30.5%

%32.99
%36.51
%30.5

CMYK color model

#9FB093 color CMYK value is (10,0,16,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(10,0,16,31)
C10M0Y16K31 
(10%,0%,16%,31%)
(0.10/0.00/0.16/0.31)	

CMYK percentages

%9.66
%0
%16.48
%30.98

Codes

Color #9FB093 in popluar color models

9FB093
RGB159176147
HSL95°15.51%63.33%
HSB/HSV95°16.48%69.02%
CMYK9.66%0.00%16.48%
30.98%

Color #9FB093 in popluar number systems.

HEX9FB093
Decimal159176147
Binary100111111011000010010011
Octal237260223

Shades and tints

Shades of #9FB093

#9FB093
(159,176,147)
#91A086
(145,160,134)
#839079
(131,144,121)
#75806C
(117,128,108)
#67705F
(103,112,95)
#596052
(89,96,82)
#4B5045
(75,80,69)
#3D4038
(61,64,56)
#2F302B
(47,48,43)
#21201E
(33,32,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9FB093

#9FB093
(159,176,147)
#A7B79C
(167,183,156)
#AFBEA5
(175,190,165)
#B7C5AE
(183,197,174)
#BFCCB7
(191,204,183)
#C7D3C0
(199,211,192)
#CFDAC9
(207,218,201)
#D7E1D2
(215,225,210)
#DFE8DB
(223,232,219)
#E7EFE4
(231,239,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB093; }

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

This text font color is #9FB093.


Background Color

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

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

This div background color is #9FB093.


Border color

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

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

This div border color is #9FB093.


Opacity

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

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

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

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

This text has shadow with #9FB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB093 on black background.


Color preview on white background

This text has color #9FB093 on white background.



Black color preview on #9FB093 background

This text has black color on #9FB093 background.


White color preview on #9FB093 background

This text has white color on #9FB093 background.