COLOR #9FA095

HEX: #9FA095
RGB: (159,160,149)

Color info

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

RGB color model

#9FA095 color RGB value is (159,160,149).

  • red value is 159;
  • green value is 160;
  • blue value is 149.
RGB:
(159,160,149)
(62%,63%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 160 of 255 = 63%
B 149 of 255 = 58%

159
160
149

R + G + B ~ 61%. #9FA095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 160 + 149 = 468 (100%)
R 159 of 468 ~ 33.97%
G 160 of 468 ~ 34.19%
B 149 of 468 ~ 31.84%

%33.97
%34.19
%31.84

CMYK color model

#9FA095 color CMYK value is (1,0,7,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(1,0,7,37)
C1M0Y7K37 
(1%,0%,7%,37%)
(0.01/0.00/0.07/0.37)	

CMYK percentages

%0.62
%0
%6.87
%37.25

Codes

Color #9FA095 in popluar color models

9FA095
RGB159160149
HSL65°5.47%60.59%
HSB/HSV65°6.87%62.75%
CMYK0.62%0.00%6.87%
37.25%

Color #9FA095 in popluar number systems.

HEX9FA095
Decimal159160149
Binary100111111010000010010101
Octal237240225

Shades and tints

Shades of #9FA095

#9FA095
(159,160,149)
#919288
(145,146,136)
#83847B
(131,132,123)
#75766E
(117,118,110)
#676861
(103,104,97)
#595A54
(89,90,84)
#4B4C47
(75,76,71)
#3D3E3A
(61,62,58)
#2F302D
(47,48,45)
#212220
(33,34,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FA095

#9FA095
(159,160,149)
#A7A89E
(167,168,158)
#AFB0A7
(175,176,167)
#B7B8B0
(183,184,176)
#BFC0B9
(191,192,185)
#C7C8C2
(199,200,194)
#CFD0CB
(207,208,203)
#D7D8D4
(215,216,212)
#DFE0DD
(223,224,221)
#E7E8E6
(231,232,230)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA095 color. Also use rgb(159,160,149) instead hex code.

Text Font Color

.myTextColor { color: #9FA095; }

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

This text font color is #9FA095.


Background Color

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

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

This div background color is #9FA095.


Border color

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

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

This div border color is #9FA095.


Opacity

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

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

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

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

This text has shadow with #9FA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA095 on black background.


Color preview on white background

This text has color #9FA095 on white background.



Black color preview on #9FA095 background

This text has black color on #9FA095 background.


White color preview on #9FA095 background

This text has white color on #9FA095 background.