COLOR #9FA27E

HEX: #9FA27E
RGB: (159,162,126)

Color info

#9FA27E contains red, green and blue colors in about the same proportion. Web safe color of #9FA27E is #999966 (or #996).

RGB color model

#9FA27E color RGB value is (159,162,126).

  • red value is 159;
  • green value is 162;
  • blue value is 126.
RGB:
(159,162,126)
(62%,64%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 126 of 255 = 49%

159
162
126

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 126 = 447 (100%)
R 159 of 447 ~ 35.57%
G 162 of 447 ~ 36.24%
B 126 of 447 ~ 28.19%

%35.57
%36.24
%28.19

CMYK color model

#9FA27E color CMYK value is (2,0,22,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(2,0,22,36)
C2M0Y22K36 
(2%,0%,22%,36%)
(0.02/0.00/0.22/0.36)	

CMYK percentages

%1.85
%0
%22.22
%36.47

Codes

Color #9FA27E in popluar color models

9FA27E
RGB159162126
HSL65°16.22%56.47%
HSB/HSV65°22.22%63.53%
CMYK1.85%0.00%22.22%
36.47%

Color #9FA27E in popluar number systems.

HEX9FA27E
Decimal159162126
Binary10011111101000101111110
Octal237242176

Shades and tints

Shades of #9FA27E

#9FA27E
(159,162,126)
#919473
(145,148,115)
#838668
(131,134,104)
#75785D
(117,120,93)
#676A52
(103,106,82)
#595C47
(89,92,71)
#4B4E3C
(75,78,60)
#3D4031
(61,64,49)
#2F3226
(47,50,38)
#21241B
(33,36,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #9FA27E

#9FA27E
(159,162,126)
#A7AA89
(167,170,137)
#AFB294
(175,178,148)
#B7BA9F
(183,186,159)
#BFC2AA
(191,194,170)
#C7CAB5
(199,202,181)
#CFD2C0
(207,210,192)
#D7DACB
(215,218,203)
#DFE2D6
(223,226,214)
#E7EAE1
(231,234,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA27E color. Also use rgb(159,162,126) instead hex code.

Text Font Color

.myTextColor { color: #9FA27E; }

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

This text font color is #9FA27E.


Background Color

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

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

This div background color is #9FA27E.


Border color

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

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

This div border color is #9FA27E.


Opacity

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

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

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

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

This text has shadow with #9FA27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA27E on black background.


Color preview on white background

This text has color #9FA27E on white background.



Black color preview on #9FA27E background

This text has black color on #9FA27E background.


White color preview on #9FA27E background

This text has white color on #9FA27E background.