COLOR #9FB99A

HEX: #9FB99A
RGB: (159,185,154)

Color info

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

RGB color model

#9FB99A color RGB value is (159,185,154).

  • red value is 159;
  • green value is 185;
  • blue value is 154.
RGB:
(159,185,154)
(62%,73%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 154 of 255 = 60%

159
185
154

R + G + B ~ 65%. #9FB99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 185 + 154 = 498 (100%)
R 159 of 498 ~ 31.93%
G 185 of 498 ~ 37.15%
B 154 of 498 ~ 30.92%

%31.93
%37.15
%30.92

CMYK color model

#9FB99A color CMYK value is (14,0,17,27).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(14,0,17,27)
C14M0Y17K27 
(14%,0%,17%,27%)
(0.14/0.00/0.17/0.27)	

CMYK percentages

%14.05
%0
%16.76
%27.45

Codes

Color #9FB99A in popluar color models

9FB99A
RGB159185154
HSL110°18.13%66.47%
HSB/HSV110°16.76%72.55%
CMYK14.05%0.00%16.76%
27.45%

Color #9FB99A in popluar number systems.

HEX9FB99A
Decimal159185154
Binary100111111011100110011010
Octal237271232

Shades and tints

Shades of #9FB99A

#9FB99A
(159,185,154)
#91A98C
(145,169,140)
#83997E
(131,153,126)
#758970
(117,137,112)
#677962
(103,121,98)
#596954
(89,105,84)
#4B5946
(75,89,70)
#3D4938
(61,73,56)
#2F392A
(47,57,42)
#21291C
(33,41,28)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #9FB99A

#9FB99A
(159,185,154)
#A7BFA3
(167,191,163)
#AFC5AC
(175,197,172)
#B7CBB5
(183,203,181)
#BFD1BE
(191,209,190)
#C7D7C7
(199,215,199)
#CFDDD0
(207,221,208)
#D7E3D9
(215,227,217)
#DFE9E2
(223,233,226)
#E7EFEB
(231,239,235)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB99A; }

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

This text font color is #9FB99A.


Background Color

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

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

This div background color is #9FB99A.


Border color

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

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

This div border color is #9FB99A.


Opacity

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

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

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

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

This text has shadow with #9FB99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB99A on black background.


Color preview on white background

This text has color #9FB99A on white background.



Black color preview on #9FB99A background

This text has black color on #9FB99A background.


White color preview on #9FB99A background

This text has white color on #9FB99A background.