COLOR #9FB398

HEX: #9FB398
RGB: (159,179,152)

Color info

#9FB398 contains red, green and blue colors in about the same proportion. Web safe color of #9FB398 is #999999 (or #999).

RGB color model

#9FB398 color RGB value is (159,179,152).

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

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 152 of 255 = 60%

159
179
152

R + G + B ~ 64%. #9FB398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 152 = 490 (100%)
R 159 of 490 ~ 32.45%
G 179 of 490 ~ 36.53%
B 152 of 490 ~ 31.02%

%32.45
%36.53
%31.02

CMYK color model

#9FB398 color CMYK value is (11,0,15,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 29.80%
CMYK:
(11,0,15,30)
C11M0Y15K30 
(11%,0%,15%,30%)
(0.11/0.00/0.15/0.30)	

CMYK percentages

%11.17
%0
%15.08
%29.8

Codes

Color #9FB398 in popluar color models

9FB398
RGB159179152
HSL104°15.08%64.90%
HSB/HSV104°15.08%70.20%
CMYK11.17%0.00%15.08%
29.80%

Color #9FB398 in popluar number systems.

HEX9FB398
Decimal159179152
Binary100111111011001110011000
Octal237263230

Shades and tints

Shades of #9FB398

#9FB398
(159,179,152)
#91A38B
(145,163,139)
#83937E
(131,147,126)
#758371
(117,131,113)
#677364
(103,115,100)
#596357
(89,99,87)
#4B534A
(75,83,74)
#3D433D
(61,67,61)
#2F3330
(47,51,48)
#212323
(33,35,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9FB398

#9FB398
(159,179,152)
#A7B9A1
(167,185,161)
#AFBFAA
(175,191,170)
#B7C5B3
(183,197,179)
#BFCBBC
(191,203,188)
#C7D1C5
(199,209,197)
#CFD7CE
(207,215,206)
#D7DDD7
(215,221,215)
#DFE3E0
(223,227,224)
#E7E9E9
(231,233,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB398; }

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

This text font color is #9FB398.


Background Color

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

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

This div background color is #9FB398.


Border color

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

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

This div border color is #9FB398.


Opacity

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

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

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

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

This text has shadow with #9FB398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB398 on black background.


Color preview on white background

This text has color #9FB398 on white background.



Black color preview on #9FB398 background

This text has black color on #9FB398 background.


White color preview on #9FB398 background

This text has white color on #9FB398 background.