COLOR #9FB098

HEX: #9FB098
RGB: (159,176,152)

Color info

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

RGB color model

#9FB098 color RGB value is (159,176,152).

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

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 152 of 255 = 60%

159
176
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 176 + 152 = 487 (100%)
R 159 of 487 ~ 32.65%
G 176 of 487 ~ 36.14%
B 152 of 487 ~ 31.21%

%32.65
%36.14
%31.21

CMYK color model

#9FB098 color CMYK value is (10,0,14,31).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(10,0,14,31)
C10M0Y14K31 
(10%,0%,14%,31%)
(0.10/0.00/0.14/0.31)	

CMYK percentages

%9.66
%0
%13.64
%30.98

Codes

Color #9FB098 in popluar color models

9FB098
RGB159176152
HSL103°13.19%64.31%
HSB/HSV103°13.64%69.02%
CMYK9.66%0.00%13.64%
30.98%

Color #9FB098 in popluar number systems.

HEX9FB098
Decimal159176152
Binary100111111011000010011000
Octal237260230

Shades and tints

Shades of #9FB098

#9FB098
(159,176,152)
#91A08B
(145,160,139)
#83907E
(131,144,126)
#758071
(117,128,113)
#677064
(103,112,100)
#596057
(89,96,87)
#4B504A
(75,80,74)
#3D403D
(61,64,61)
#2F3030
(47,48,48)
#212023
(33,32,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9FB098

#9FB098
(159,176,152)
#A7B7A1
(167,183,161)
#AFBEAA
(175,190,170)
#B7C5B3
(183,197,179)
#BFCCBC
(191,204,188)
#C7D3C5
(199,211,197)
#CFDACE
(207,218,206)
#D7E1D7
(215,225,215)
#DFE8E0
(223,232,224)
#E7EFE9
(231,239,233)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB098; }

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

This text font color is #9FB098.


Background Color

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

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

This div background color is #9FB098.


Border color

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

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

This div border color is #9FB098.


Opacity

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

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

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

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

This text has shadow with #9FB098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB098 on black background.


Color preview on white background

This text has color #9FB098 on white background.



Black color preview on #9FB098 background

This text has black color on #9FB098 background.


White color preview on #9FB098 background

This text has white color on #9FB098 background.