COLOR #9E967E

HEX: #9E967E
RGB: (158,150,126)

Color info

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

RGB color model

#9E967E color RGB value is (158,150,126).

  • red value is 158;
  • green value is 150;
  • blue value is 126.
RGB:
(158,150,126)
(62%,59%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 126 of 255 = 49%

158
150
126

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

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 126 = 434 (100%)
R 158 of 434 ~ 36.41%
G 150 of 434 ~ 34.56%
B 126 of 434 ~ 29.03%

%36.41
%34.56
%29.03

CMYK color model

#9E967E color CMYK value is (0,5,20,38).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(0,5,20,38)
C0M5Y20K38 
(0%,5%,20%,38%)
(0.00/0.05/0.20/0.38)	

CMYK percentages

%0
%5.06
%20.25
%38.04

Codes

Color #9E967E in popluar color models

9E967E
RGB158150126
HSL45°14.16%55.69%
HSB/HSV45°20.25%61.96%
CMYK0.00%5.06%20.25%
38.04%

Color #9E967E in popluar number systems.

HEX9E967E
Decimal158150126
Binary10011110100101101111110
Octal236226176

Shades and tints

Shades of #9E967E

#9E967E
(158,150,126)
#908973
(144,137,115)
#827C68
(130,124,104)
#746F5D
(116,111,93)
#666252
(102,98,82)
#585547
(88,85,71)
#4A483C
(74,72,60)
#3C3B31
(60,59,49)
#2E2E26
(46,46,38)
#20211B
(32,33,27)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9E967E

#9E967E
(158,150,126)
#A69F89
(166,159,137)
#AEA894
(174,168,148)
#B6B19F
(182,177,159)
#BEBAAA
(190,186,170)
#C6C3B5
(198,195,181)
#CECCC0
(206,204,192)
#D6D5CB
(214,213,203)
#DEDED6
(222,222,214)
#E6E7E1
(230,231,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E967E color. Also use rgb(158,150,126) instead hex code.

Text Font Color

.myTextColor { color: #9E967E; }

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

This text font color is #9E967E.


Background Color

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

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

This div background color is #9E967E.


Border color

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

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

This div border color is #9E967E.


Opacity

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

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

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

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

This text has shadow with #9E967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E967E on black background.


Color preview on white background

This text has color #9E967E on white background.



Black color preview on #9E967E background

This text has black color on #9E967E background.


White color preview on #9E967E background

This text has white color on #9E967E background.