COLOR #9E9599

HEX: #9E9599
RGB: (158,149,153)

Color info

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

RGB color model

#9E9599 color RGB value is (158,149,153).

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

RGB channels and saturation

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

158
149
153

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

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 153 = 460 (100%)
R 158 of 460 ~ 34.35%
G 149 of 460 ~ 32.39%
B 153 of 460 ~ 33.26%

%34.35
%32.39
%33.26

CMYK color model

#9E9599 color CMYK value is (0,6,3,38).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 3.16%
  • key color value is 38.04%
CMYK:
(0,6,3,38)
C0M6Y3K38 
(0%,6%,3%,38%)
(0.00/0.06/0.03/0.38)	

CMYK percentages

%0
%5.7
%3.16
%38.04

Codes

Color #9E9599 in popluar color models

9E9599
RGB158149153
HSL333°4.43%60.20%
HSB/HSV333°5.70%61.96%
CMYK0.00%5.70%3.16%
38.04%

Color #9E9599 in popluar number systems.

HEX9E9599
Decimal158149153
Binary100111101001010110011001
Octal236225231

Shades and tints

Shades of #9E9599

#9E9599
(158,149,153)
#90888C
(144,136,140)
#827B7F
(130,123,127)
#746E72
(116,110,114)
#666165
(102,97,101)
#585458
(88,84,88)
#4A474B
(74,71,75)
#3C3A3E
(60,58,62)
#2E2D31
(46,45,49)
#202024
(32,32,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9E9599

#9E9599
(158,149,153)
#A69EA2
(166,158,162)
#AEA7AB
(174,167,171)
#B6B0B4
(182,176,180)
#BEB9BD
(190,185,189)
#C6C2C6
(198,194,198)
#CECBCF
(206,203,207)
#D6D4D8
(214,212,216)
#DEDDE1
(222,221,225)
#E6E6EA
(230,230,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9599; }

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

This text font color is #9E9599.


Background Color

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

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

This div background color is #9E9599.


Border color

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

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

This div border color is #9E9599.


Opacity

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

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

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

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

This text has shadow with #9E9599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9599 on black background.


Color preview on white background

This text has color #9E9599 on white background.



Black color preview on #9E9599 background

This text has black color on #9E9599 background.


White color preview on #9E9599 background

This text has white color on #9E9599 background.