COLOR #9FBE87

HEX: #9FBE87
RGB: (159,190,135)

Color info

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

RGB color model

#9FBE87 color RGB value is (159,190,135).

  • red value is 159;
  • green value is 190;
  • blue value is 135.
RGB:
(159,190,135)
(62%,75%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 135 of 255 = 53%

159
190
135

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

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 135 = 484 (100%)
R 159 of 484 ~ 32.85%
G 190 of 484 ~ 39.26%
B 135 of 484 ~ 27.89%

%32.85
%39.26
%27.89

CMYK color model

#9FBE87 color CMYK value is (16,0,29,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(16,0,29,25)
C16M0Y29K25 
(16%,0%,29%,25%)
(0.16/0.00/0.29/0.25)	

CMYK percentages

%16.32
%0
%28.95
%25.49

Codes

Color #9FBE87 in popluar color models

9FBE87
RGB159190135
HSL94°29.73%63.73%
HSB/HSV94°28.95%74.51%
CMYK16.32%0.00%28.95%
25.49%

Color #9FBE87 in popluar number systems.

HEX9FBE87
Decimal159190135
Binary100111111011111010000111
Octal237276207

Shades and tints

Shades of #9FBE87

#9FBE87
(159,190,135)
#91AD7B
(145,173,123)
#839C6F
(131,156,111)
#758B63
(117,139,99)
#677A57
(103,122,87)
#59694B
(89,105,75)
#4B583F
(75,88,63)
#3D4733
(61,71,51)
#2F3627
(47,54,39)
#21251B
(33,37,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9FBE87

#9FBE87
(159,190,135)
#A7C391
(167,195,145)
#AFC89B
(175,200,155)
#B7CDA5
(183,205,165)
#BFD2AF
(191,210,175)
#C7D7B9
(199,215,185)
#CFDCC3
(207,220,195)
#D7E1CD
(215,225,205)
#DFE6D7
(223,230,215)
#E7EBE1
(231,235,225)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBE87 color. Also use rgb(159,190,135) instead hex code.

Text Font Color

.myTextColor { color: #9FBE87; }

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

This text font color is #9FBE87.


Background Color

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

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

This div background color is #9FBE87.


Border color

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

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

This div border color is #9FBE87.


Opacity

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

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

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

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

This text has shadow with #9FBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBE87 on black background.


Color preview on white background

This text has color #9FBE87 on white background.



Black color preview on #9FBE87 background

This text has black color on #9FBE87 background.


White color preview on #9FBE87 background

This text has white color on #9FBE87 background.