COLOR #9E9795

HEX: #9E9795
RGB: (158,151,149)

Color info

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

RGB color model

#9E9795 color RGB value is (158,151,149).

  • red value is 158;
  • green value is 151;
  • blue value is 149.
RGB:
(158,151,149)
(62%,59%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 149 of 255 = 58%

158
151
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 149 = 458 (100%)
R 158 of 458 ~ 34.5%
G 151 of 458 ~ 32.97%
B 149 of 458 ~ 32.53%

%34.5
%32.97
%32.53

CMYK color model

#9E9795 color CMYK value is (0,4,6,38).

  • cyan value is 0.00%
  • magenta value is 4.43%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,4,6,38)
C0M4Y6K38 
(0%,4%,6%,38%)
(0.00/0.04/0.06/0.38)	

CMYK percentages

%0
%4.43
%5.7
%38.04

Codes

Color #9E9795 in popluar color models

9E9795
RGB158151149
HSL13°4.43%60.20%
HSB/HSV13°5.70%61.96%
CMYK0.00%4.43%5.70%
38.04%

Color #9E9795 in popluar number systems.

HEX9E9795
Decimal158151149
Binary100111101001011110010101
Octal236227225

Shades and tints

Shades of #9E9795

#9E9795
(158,151,149)
#908A88
(144,138,136)
#827D7B
(130,125,123)
#74706E
(116,112,110)
#666361
(102,99,97)
#585654
(88,86,84)
#4A4947
(74,73,71)
#3C3C3A
(60,60,58)
#2E2F2D
(46,47,45)
#202220
(32,34,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9E9795

#9E9795
(158,151,149)
#A6A09E
(166,160,158)
#AEA9A7
(174,169,167)
#B6B2B0
(182,178,176)
#BEBBB9
(190,187,185)
#C6C4C2
(198,196,194)
#CECDCB
(206,205,203)
#D6D6D4
(214,214,212)
#DEDFDD
(222,223,221)
#E6E8E6
(230,232,230)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9795; }

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

This text font color is #9E9795.


Background Color

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

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

This div background color is #9E9795.


Border color

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

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

This div border color is #9E9795.


Opacity

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

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

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

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

This text has shadow with #9E9795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9795 on black background.


Color preview on white background

This text has color #9E9795 on white background.



Black color preview on #9E9795 background

This text has black color on #9E9795 background.


White color preview on #9E9795 background

This text has white color on #9E9795 background.