COLOR #9FB595

HEX: #9FB595
RGB: (159,181,149)

Color info

#9FB595 contains red, green and blue colors in about the same proportion. Web safe color of #9FB595 is #99CC99 (or #9C9).

RGB color model

#9FB595 color RGB value is (159,181,149).

  • red value is 159;
  • green value is 181;
  • blue value is 149.
RGB:
(159,181,149)
(62%,71%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 149 of 255 = 58%

159
181
149

R + G + B ~ 64%. #9FB595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 149 = 489 (100%)
R 159 of 489 ~ 32.52%
G 181 of 489 ~ 37.01%
B 149 of 489 ~ 30.47%

%32.52
%37.01
%30.47

CMYK color model

#9FB595 color CMYK value is (12,0,18,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(12,0,18,29)
C12M0Y18K29 
(12%,0%,18%,29%)
(0.12/0.00/0.18/0.29)	

CMYK percentages

%12.15
%0
%17.68
%29.02

Codes

Color #9FB595 in popluar color models

9FB595
RGB159181149
HSL101°17.78%64.71%
HSB/HSV101°17.68%70.98%
CMYK12.15%0.00%17.68%
29.02%

Color #9FB595 in popluar number systems.

HEX9FB595
Decimal159181149
Binary100111111011010110010101
Octal237265225

Shades and tints

Shades of #9FB595

#9FB595
(159,181,149)
#91A588
(145,165,136)
#83957B
(131,149,123)
#75856E
(117,133,110)
#677561
(103,117,97)
#596554
(89,101,84)
#4B5547
(75,85,71)
#3D453A
(61,69,58)
#2F352D
(47,53,45)
#212520
(33,37,32)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #9FB595

#9FB595
(159,181,149)
#A7BB9E
(167,187,158)
#AFC1A7
(175,193,167)
#B7C7B0
(183,199,176)
#BFCDB9
(191,205,185)
#C7D3C2
(199,211,194)
#CFD9CB
(207,217,203)
#D7DFD4
(215,223,212)
#DFE5DD
(223,229,221)
#E7EBE6
(231,235,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB595 color. Also use rgb(159,181,149) instead hex code.

Text Font Color

.myTextColor { color: #9FB595; }

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

This text font color is #9FB595.


Background Color

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

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

This div background color is #9FB595.


Border color

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

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

This div border color is #9FB595.


Opacity

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

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

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

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

This text has shadow with #9FB595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB595 on black background.


Color preview on white background

This text has color #9FB595 on white background.



Black color preview on #9FB595 background

This text has black color on #9FB595 background.


White color preview on #9FB595 background

This text has white color on #9FB595 background.