COLOR #9E9B95

HEX: #9E9B95
RGB: (158,155,149)

Color info

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

RGB color model

#9E9B95 color RGB value is (158,155,149).

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

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 149 of 255 = 58%

158
155
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 149 = 462 (100%)
R 158 of 462 ~ 34.2%
G 155 of 462 ~ 33.55%
B 149 of 462 ~ 32.25%

%34.2
%33.55
%32.25

CMYK color model

#9E9B95 color CMYK value is (0,2,6,38).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,2,6,38)
C0M2Y6K38 
(0%,2%,6%,38%)
(0.00/0.02/0.06/0.38)	

CMYK percentages

%0
%1.9
%5.7
%38.04

Codes

Color #9E9B95 in popluar color models

9E9B95
RGB158155149
HSL40°4.43%60.20%
HSB/HSV40°5.70%61.96%
CMYK0.00%1.90%5.70%
38.04%

Color #9E9B95 in popluar number systems.

HEX9E9B95
Decimal158155149
Binary100111101001101110010101
Octal236233225

Shades and tints

Shades of #9E9B95

#9E9B95
(158,155,149)
#908D88
(144,141,136)
#827F7B
(130,127,123)
#74716E
(116,113,110)
#666361
(102,99,97)
#585554
(88,85,84)
#4A4747
(74,71,71)
#3C393A
(60,57,58)
#2E2B2D
(46,43,45)
#201D20
(32,29,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #9E9B95

#9E9B95
(158,155,149)
#A6A49E
(166,164,158)
#AEADA7
(174,173,167)
#B6B6B0
(182,182,176)
#BEBFB9
(190,191,185)
#C6C8C2
(198,200,194)
#CED1CB
(206,209,203)
#D6DAD4
(214,218,212)
#DEE3DD
(222,227,221)
#E6ECE6
(230,236,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9B95; }

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

This text font color is #9E9B95.


Background Color

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

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

This div background color is #9E9B95.


Border color

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

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

This div border color is #9E9B95.


Opacity

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

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

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

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

This text has shadow with #9E9B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9B95 on black background.


Color preview on white background

This text has color #9E9B95 on white background.



Black color preview on #9E9B95 background

This text has black color on #9E9B95 background.


White color preview on #9E9B95 background

This text has white color on #9E9B95 background.