COLOR #9E9895

HEX: #9E9895 RGB: (158,152,149)

Color info

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

RGB color model

#9E9895 color RGB value is (158,152,149).

RGB: (158,152,149) (62%, 60%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 149 of 255 = 58%

158
152
149

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

Portions of RGB colors in percentages

R + G + B = 158 + 152 + 149 = 459 (100%)
R 158 of 459 ~ 34.42%
G 152 of 459 ~ 33.12%
B 149 of 459 ~ 32.46'%

%34.42
%33.12
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.80%
  • 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
%3.8
%5.7
%38.04

Codes

Color #9E9895 in popluar color models

9E 98 95
RGB 158 152 149
HSL 20° 4.43% 60.20%
HSB/HSV 20° 5.70% 61.96%
CMYK 0.00% 3.80% 5.70%
38.04%

Color #9E9895 in popluar number systems.

HEX 9E 98 95
Decimal 158 152 149
Binary 10011110 10011000 10010101
Octal 236 230 225

Shades and tints

Shades of #9E9895

#9E9895
(158,152,149)
#908B88
(144,139,136)
#827E7B
(130,126,123)
#74716E
(116,113,110)
#666461
(102,100,97)
#585754
(88,87,84)
#4A4A47
(74,74,71)
#3C3D3A
(60,61,58)
#2E302D
(46,48,45)
#202320
(32,35,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9E9895

#9E9895
(158,152,149)
#A6A19E
(166,161,158)
#AEAAA7
(174,170,167)
#B6B3B0
(182,179,176)
#BEBCB9
(190,188,185)
#C6C5C2
(198,197,194)
#CECECB
(206,206,203)
#D6D7D4
(214,215,212)
#DEE0DD
(222,224,221)
#E6E9E6
(230,233,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9895; }

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

This text font color is #9E9895.

Background Color

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

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

This div background color is #9E9895.

Border color

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

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

This div border color is #9E9895.

Opacity

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

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

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

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

This text has shadow with #9E9895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9895.

Preview

Color preview on black background

This text has color #9E9895 on black background.


Color preview on white background

This text has color #9E9895 on white background.


Black color preview on #9E9895 background

This text has black color on #9E9895 background.


White color preview on #9E9895 background

This text has white color on #9E9895 background.


Related colors

Complementary color

Complementary color for #hex is #61676A.


I love getcolorcode.com

Triadic colors

1 #959E98 and #98959E with #9E9895 are triadic colors.

2 #95989E and #989E95 with #9E9895 are triadic colors.