COLOR #9E9289

HEX: #9E9289
RGB: (158,146,137)

Color info

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

RGB color model

#9E9289 color RGB value is (158,146,137).

  • red value is 158;
  • green value is 146;
  • blue value is 137.
RGB:
(158,146,137)
(62%,57%,54%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 137 of 255 = 54%

158
146
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 137 = 441 (100%)
R 158 of 441 ~ 35.83%
G 146 of 441 ~ 33.11%
B 137 of 441 ~ 31.07%

%35.83
%33.11
%31.07

CMYK color model

#9E9289 color CMYK value is (0,8,13,38).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(0,8,13,38)
C0M8Y13K38 
(0%,8%,13%,38%)
(0.00/0.08/0.13/0.38)	

CMYK percentages

%0
%7.59
%13.29
%38.04

Codes

Color #9E9289 in popluar color models

9E9289
RGB158146137
HSL26°9.77%57.84%
HSB/HSV26°13.29%61.96%
CMYK0.00%7.59%13.29%
38.04%

Color #9E9289 in popluar number systems.

HEX9E9289
Decimal158146137
Binary100111101001001010001001
Octal236222211

Shades and tints

Shades of #9E9289

#9E9289
(158,146,137)
#90857D
(144,133,125)
#827871
(130,120,113)
#746B65
(116,107,101)
#665E59
(102,94,89)
#58514D
(88,81,77)
#4A4441
(74,68,65)
#3C3735
(60,55,53)
#2E2A29
(46,42,41)
#201D1D
(32,29,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9E9289

#9E9289
(158,146,137)
#A69B93
(166,155,147)
#AEA49D
(174,164,157)
#B6ADA7
(182,173,167)
#BEB6B1
(190,182,177)
#C6BFBB
(198,191,187)
#CEC8C5
(206,200,197)
#D6D1CF
(214,209,207)
#DEDAD9
(222,218,217)
#E6E3E3
(230,227,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9289 color. Also use rgb(158,146,137) instead hex code.

Text Font Color

.myTextColor { color: #9E9289; }

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

This text font color is #9E9289.


Background Color

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

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

This div background color is #9E9289.


Border color

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

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

This div border color is #9E9289.


Opacity

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

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

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

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

This text has shadow with #9E9289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9289 on black background.


Color preview on white background

This text has color #9E9289 on white background.



Black color preview on #9E9289 background

This text has black color on #9E9289 background.


White color preview on #9E9289 background

This text has white color on #9E9289 background.