COLOR #9E9199

HEX: #9E9199
RGB: (158,145,153)

Color info

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

RGB color model

#9E9199 color RGB value is (158,145,153).

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

RGB channels and saturation

R 158 of 255 = 62%
G 145 of 255 = 57%
B 153 of 255 = 60%

158
145
153

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

Portions of RGB colors in percentages

R + G + B =
158 + 145 + 153 = 456 (100%)
R 158 of 456 ~ 34.65%
G 145 of 456 ~ 31.8%
B 153 of 456 ~ 33.55%

%34.65
%31.8
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 3.16%
  • key color value is 38.04%
CMYK:
(0,8,3,38)
C0M8Y3K38 
(0%,8%,3%,38%)
(0.00/0.08/0.03/0.38)	

CMYK percentages

%0
%8.23
%3.16
%38.04

Codes

Color #9E9199 in popluar color models

9E9199
RGB158145153
HSL323°6.28%59.41%
HSB/HSV323°8.23%61.96%
CMYK0.00%8.23%3.16%
38.04%

Color #9E9199 in popluar number systems.

HEX9E9199
Decimal158145153
Binary100111101001000110011001
Octal236221231

Shades and tints

Shades of #9E9199

#9E9199
(158,145,153)
#90848C
(144,132,140)
#82777F
(130,119,127)
#746A72
(116,106,114)
#665D65
(102,93,101)
#585058
(88,80,88)
#4A434B
(74,67,75)
#3C363E
(60,54,62)
#2E2931
(46,41,49)
#201C24
(32,28,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E9199

#9E9199
(158,145,153)
#A69BA2
(166,155,162)
#AEA5AB
(174,165,171)
#B6AFB4
(182,175,180)
#BEB9BD
(190,185,189)
#C6C3C6
(198,195,198)
#CECDCF
(206,205,207)
#D6D7D8
(214,215,216)
#DEE1E1
(222,225,225)
#E6EBEA
(230,235,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9199; }

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

This text font color is #9E9199.


Background Color

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

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

This div background color is #9E9199.


Border color

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

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

This div border color is #9E9199.


Opacity

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

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

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

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

This text has shadow with #9E9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9199 on black background.


Color preview on white background

This text has color #9E9199 on white background.



Black color preview on #9E9199 background

This text has black color on #9E9199 background.


White color preview on #9E9199 background

This text has white color on #9E9199 background.