COLOR #9FBF98

HEX: #9FBF98
RGB: (159,191,152)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

159
191
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 152 = 502 (100%)
R 159 of 502 ~ 31.67%
G 191 of 502 ~ 38.05%
B 152 of 502 ~ 30.28%

%31.67
%38.05
%30.28

CMYK color model

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

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

CMYK percentages

%16.75
%0
%20.42
%25.1

Codes

Color #9FBF98 in popluar color models

9FBF98
RGB159191152
HSL109°23.35%67.25%
HSB/HSV109°20.42%74.90%
CMYK16.75%0.00%20.42%
25.10%

Color #9FBF98 in popluar number systems.

HEX9FBF98
Decimal159191152
Binary100111111011111110011000
Octal237277230

Shades and tints

Shades of #9FBF98

#9FBF98
(159,191,152)
#91AE8B
(145,174,139)
#839D7E
(131,157,126)
#758C71
(117,140,113)
#677B64
(103,123,100)
#596A57
(89,106,87)
#4B594A
(75,89,74)
#3D483D
(61,72,61)
#2F3730
(47,55,48)
#212623
(33,38,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FBF98

#9FBF98
(159,191,152)
#A7C4A1
(167,196,161)
#AFC9AA
(175,201,170)
#B7CEB3
(183,206,179)
#BFD3BC
(191,211,188)
#C7D8C5
(199,216,197)
#CFDDCE
(207,221,206)
#D7E2D7
(215,226,215)
#DFE7E0
(223,231,224)
#E7ECE9
(231,236,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBF98; }

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

This text font color is #9FBF98.


Background Color

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

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

This div background color is #9FBF98.


Border color

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

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

This div border color is #9FBF98.


Opacity

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

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

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

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

This text has shadow with #9FBF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBF98 on black background.


Color preview on white background

This text has color #9FBF98 on white background.



Black color preview on #9FBF98 background

This text has black color on #9FBF98 background.


White color preview on #9FBF98 background

This text has white color on #9FBF98 background.