COLOR #9FBF9F

HEX: #9FBF9F
RGB: (159,191,159)

Color info

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

RGB color model

#9FBF9F color RGB value is (159,191,159).

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

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 159 of 255 = 62%

159
191
159

R + G + B ~ 66%. #9FBF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 159 = 509 (100%)
R 159 of 509 ~ 31.24%
G 191 of 509 ~ 37.52%
B 159 of 509 ~ 31.24%

%31.24
%37.52
%31.24

CMYK color model

#9FBF9F color CMYK value is (17,0,17,25).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 25.10%
CMYK:
(17,0,17,25)
C17M0Y17K25 
(17%,0%,17%,25%)
(0.17/0.00/0.17/0.25)	

CMYK percentages

%16.75
%0
%16.75
%25.1

Codes

Color #9FBF9F in popluar color models

9FBF9F
RGB159191159
HSL120°20.00%68.63%
HSB/HSV120°16.75%74.90%
CMYK16.75%0.00%16.75%
25.10%

Color #9FBF9F in popluar number systems.

HEX9FBF9F
Decimal159191159
Binary100111111011111110011111
Octal237277237

Shades and tints

Shades of #9FBF9F

#9FBF9F
(159,191,159)
#91AE91
(145,174,145)
#839D83
(131,157,131)
#758C75
(117,140,117)
#677B67
(103,123,103)
#596A59
(89,106,89)
#4B594B
(75,89,75)
#3D483D
(61,72,61)
#2F372F
(47,55,47)
#212621
(33,38,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #9FBF9F

#9FBF9F
(159,191,159)
#A7C4A7
(167,196,167)
#AFC9AF
(175,201,175)
#B7CEB7
(183,206,183)
#BFD3BF
(191,211,191)
#C7D8C7
(199,216,199)
#CFDDCF
(207,221,207)
#D7E2D7
(215,226,215)
#DFE7DF
(223,231,223)
#E7ECE7
(231,236,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBF9F; }

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

This text font color is #9FBF9F.


Background Color

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

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

This div background color is #9FBF9F.


Border color

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

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

This div border color is #9FBF9F.


Opacity

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

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

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

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

This text has shadow with #9FBF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBF9F on black background.


Color preview on white background

This text has color #9FBF9F on white background.



Black color preview on #9FBF9F background

This text has black color on #9FBF9F background.


White color preview on #9FBF9F background

This text has white color on #9FBF9F background.