COLOR #9E969F

HEX: #9E969F
RGB: (158,150,159)

Color info

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

RGB color model

#9E969F color RGB value is (158,150,159).

  • red value is 158;
  • green value is 150;
  • blue value is 159.
RGB:
(158,150,159)
(62%,59%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 159 of 255 = 62%

158
150
159

R + G + B ~ 61%. #9E969F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 159 = 467 (100%)
R 158 of 467 ~ 33.83%
G 150 of 467 ~ 32.12%
B 159 of 467 ~ 34.05%

%33.83
%32.12
%34.05

CMYK color model

#9E969F color CMYK value is (1,6,0,38).

  • cyan value is 0.63%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(1,6,0,38)
C1M6Y0K38 
(1%,6%,0%,38%)
(0.01/0.06/0.00/0.38)	

CMYK percentages

%0.63
%5.66
%0
%37.65

Codes

Color #9E969F in popluar color models

9E969F
RGB158150159
HSL293°4.48%60.59%
HSB/HSV293°5.66%62.35%
CMYK0.63%5.66%0.00%
37.65%

Color #9E969F in popluar number systems.

HEX9E969F
Decimal158150159
Binary100111101001011010011111
Octal236226237

Shades and tints

Shades of #9E969F

#9E969F
(158,150,159)
#908991
(144,137,145)
#827C83
(130,124,131)
#746F75
(116,111,117)
#666267
(102,98,103)
#585559
(88,85,89)
#4A484B
(74,72,75)
#3C3B3D
(60,59,61)
#2E2E2F
(46,46,47)
#202121
(32,33,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9E969F

#9E969F
(158,150,159)
#A69FA7
(166,159,167)
#AEA8AF
(174,168,175)
#B6B1B7
(182,177,183)
#BEBABF
(190,186,191)
#C6C3C7
(198,195,199)
#CECCCF
(206,204,207)
#D6D5D7
(214,213,215)
#DEDEDF
(222,222,223)
#E6E7E7
(230,231,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E969F color. Also use rgb(158,150,159) instead hex code.

Text Font Color

.myTextColor { color: #9E969F; }

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

This text font color is #9E969F.


Background Color

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

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

This div background color is #9E969F.


Border color

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

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

This div border color is #9E969F.


Opacity

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

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

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

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

This text has shadow with #9E969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E969F on black background.


Color preview on white background

This text has color #9E969F on white background.



Black color preview on #9E969F background

This text has black color on #9E969F background.


White color preview on #9E969F background

This text has white color on #9E969F background.