COLOR #9FBB9D

HEX: #9FBB9D
RGB: (159,187,157)

Color info

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

RGB color model

#9FBB9D color RGB value is (159,187,157).

  • red value is 159;
  • green value is 187;
  • blue value is 157.
RGB:
(159,187,157)
(62%,73%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 157 of 255 = 62%

159
187
157

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

Portions of RGB colors in percentages

R + G + B =
159 + 187 + 157 = 503 (100%)
R 159 of 503 ~ 31.61%
G 187 of 503 ~ 37.18%
B 157 of 503 ~ 31.21%

%31.61
%37.18
%31.21

CMYK color model

#9FBB9D color CMYK value is (15,0,16,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(15,0,16,27)
C15M0Y16K27 
(15%,0%,16%,27%)
(0.15/0.00/0.16/0.27)	

CMYK percentages

%14.97
%0
%16.04
%26.67

Codes

Color #9FBB9D in popluar color models

9FBB9D
RGB159187157
HSL116°18.07%67.45%
HSB/HSV116°16.04%73.33%
CMYK14.97%0.00%16.04%
26.67%

Color #9FBB9D in popluar number systems.

HEX9FBB9D
Decimal159187157
Binary100111111011101110011101
Octal237273235

Shades and tints

Shades of #9FBB9D

#9FBB9D
(159,187,157)
#91AA8F
(145,170,143)
#839981
(131,153,129)
#758873
(117,136,115)
#677765
(103,119,101)
#596657
(89,102,87)
#4B5549
(75,85,73)
#3D443B
(61,68,59)
#2F332D
(47,51,45)
#21221F
(33,34,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9FBB9D

#9FBB9D
(159,187,157)
#A7C1A5
(167,193,165)
#AFC7AD
(175,199,173)
#B7CDB5
(183,205,181)
#BFD3BD
(191,211,189)
#C7D9C5
(199,217,197)
#CFDFCD
(207,223,205)
#D7E5D5
(215,229,213)
#DFEBDD
(223,235,221)
#E7F1E5
(231,241,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBB9D; }

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

This text font color is #9FBB9D.


Background Color

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

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

This div background color is #9FBB9D.


Border color

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

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

This div border color is #9FBB9D.


Opacity

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

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

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

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

This text has shadow with #9FBB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBB9D on black background.


Color preview on white background

This text has color #9FBB9D on white background.



Black color preview on #9FBB9D background

This text has black color on #9FBB9D background.


White color preview on #9FBB9D background

This text has white color on #9FBB9D background.