COLOR #9FA38C

HEX: #9FA38C
RGB: (159,163,140)

Color info

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

RGB color model

#9FA38C color RGB value is (159,163,140).

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

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 140 of 255 = 55%

159
163
140

R + G + B ~ 60%. #9FA38C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 140 = 462 (100%)
R 159 of 462 ~ 34.42%
G 163 of 462 ~ 35.28%
B 140 of 462 ~ 30.3%

%34.42
%35.28
%30.3

CMYK color model

#9FA38C color CMYK value is (2,0,14,36).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK:
(2,0,14,36)
C2M0Y14K36 
(2%,0%,14%,36%)
(0.02/0.00/0.14/0.36)	

CMYK percentages

%2.45
%0
%14.11
%36.08

Codes

Color #9FA38C in popluar color models

9FA38C
RGB159163140
HSL70°11.11%59.41%
HSB/HSV70°14.11%63.92%
CMYK2.45%0.00%14.11%
36.08%

Color #9FA38C in popluar number systems.

HEX9FA38C
Decimal159163140
Binary100111111010001110001100
Octal237243214

Shades and tints

Shades of #9FA38C

#9FA38C
(159,163,140)
#919580
(145,149,128)
#838774
(131,135,116)
#757968
(117,121,104)
#676B5C
(103,107,92)
#595D50
(89,93,80)
#4B4F44
(75,79,68)
#3D4138
(61,65,56)
#2F332C
(47,51,44)
#212520
(33,37,32)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FA38C

#9FA38C
(159,163,140)
#A7AB96
(167,171,150)
#AFB3A0
(175,179,160)
#B7BBAA
(183,187,170)
#BFC3B4
(191,195,180)
#C7CBBE
(199,203,190)
#CFD3C8
(207,211,200)
#D7DBD2
(215,219,210)
#DFE3DC
(223,227,220)
#E7EBE6
(231,235,230)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA38C; }

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

This text font color is #9FA38C.


Background Color

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

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

This div background color is #9FA38C.


Border color

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

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

This div border color is #9FA38C.


Opacity

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

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

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

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

This text has shadow with #9FA38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA38C on black background.


Color preview on white background

This text has color #9FA38C on white background.



Black color preview on #9FA38C background

This text has black color on #9FA38C background.


White color preview on #9FA38C background

This text has white color on #9FA38C background.