COLOR #9FB88C

HEX: #9FB88C
RGB: (159,184,140)

Color info

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

RGB color model

#9FB88C color RGB value is (159,184,140).

  • red value is 159;
  • green value is 184;
  • blue value is 140.
RGB:
(159,184,140)
(62%,72%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 140 of 255 = 55%

159
184
140

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

Portions of RGB colors in percentages

R + G + B =
159 + 184 + 140 = 483 (100%)
R 159 of 483 ~ 32.92%
G 184 of 483 ~ 38.1%
B 140 of 483 ~ 28.99%

%32.92
%38.1
%28.99

CMYK color model

#9FB88C color CMYK value is (14,0,24,28).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 27.84%
CMYK:
(14,0,24,28)
C14M0Y24K28 
(14%,0%,24%,28%)
(0.14/0.00/0.24/0.28)	

CMYK percentages

%13.59
%0
%23.91
%27.84

Codes

Color #9FB88C in popluar color models

9FB88C
RGB159184140
HSL94°23.66%63.53%
HSB/HSV94°23.91%72.16%
CMYK13.59%0.00%23.91%
27.84%

Color #9FB88C in popluar number systems.

HEX9FB88C
Decimal159184140
Binary100111111011100010001100
Octal237270214

Shades and tints

Shades of #9FB88C

#9FB88C
(159,184,140)
#91A880
(145,168,128)
#839874
(131,152,116)
#758868
(117,136,104)
#67785C
(103,120,92)
#596850
(89,104,80)
#4B5844
(75,88,68)
#3D4838
(61,72,56)
#2F382C
(47,56,44)
#212820
(33,40,32)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FB88C

#9FB88C
(159,184,140)
#A7BE96
(167,190,150)
#AFC4A0
(175,196,160)
#B7CAAA
(183,202,170)
#BFD0B4
(191,208,180)
#C7D6BE
(199,214,190)
#CFDCC8
(207,220,200)
#D7E2D2
(215,226,210)
#DFE8DC
(223,232,220)
#E7EEE6
(231,238,230)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB88C; }

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

This text font color is #9FB88C.


Background Color

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

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

This div background color is #9FB88C.


Border color

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

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

This div border color is #9FB88C.


Opacity

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

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

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

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

This text has shadow with #9FB88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB88C on black background.


Color preview on white background

This text has color #9FB88C on white background.



Black color preview on #9FB88C background

This text has black color on #9FB88C background.


White color preview on #9FB88C background

This text has white color on #9FB88C background.