COLOR #9E9292

HEX: #9E9292
RGB: (158,146,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
146
146

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 146 = 450 (100%)
R 158 of 450 ~ 35.11%
G 146 of 450 ~ 32.44%
B 146 of 450 ~ 32.44%

%35.11
%32.44
%32.44

CMYK color model

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

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

CMYK percentages

%0
%7.59
%7.59
%38.04

Codes

Color #9E9292 in popluar color models

9E9292
RGB158146146
HSL5.83%59.61%
HSB/HSV7.59%61.96%
CMYK0.00%7.59%7.59%
38.04%

Color #9E9292 in popluar number systems.

HEX9E9292
Decimal158146146
Binary100111101001001010010010
Octal236222222

Shades and tints

Shades of #9E9292

#9E9292
(158,146,146)
#908585
(144,133,133)
#827878
(130,120,120)
#746B6B
(116,107,107)
#665E5E
(102,94,94)
#585151
(88,81,81)
#4A4444
(74,68,68)
#3C3737
(60,55,55)
#2E2A2A
(46,42,42)
#201D1D
(32,29,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9E9292

#9E9292
(158,146,146)
#A69B9B
(166,155,155)
#AEA4A4
(174,164,164)
#B6ADAD
(182,173,173)
#BEB6B6
(190,182,182)
#C6BFBF
(198,191,191)
#CEC8C8
(206,200,200)
#D6D1D1
(214,209,209)
#DEDADA
(222,218,218)
#E6E3E3
(230,227,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9292; }

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

This text font color is #9E9292.


Background Color

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

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

This div background color is #9E9292.


Border color

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

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

This div border color is #9E9292.


Opacity

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

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

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

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

This text has shadow with #9E9292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9292 on black background.


Color preview on white background

This text has color #9E9292 on white background.



Black color preview on #9E9292 background

This text has black color on #9E9292 background.


White color preview on #9E9292 background

This text has white color on #9E9292 background.