COLOR #9E968F

HEX: #9E968F
RGB: (158,150,143)

Color info

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

RGB color model

#9E968F color RGB value is (158,150,143).

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

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 143 of 255 = 56%

158
150
143

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

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 143 = 451 (100%)
R 158 of 451 ~ 35.03%
G 150 of 451 ~ 33.26%
B 143 of 451 ~ 31.71%

%35.03
%33.26
%31.71

CMYK color model

#9E968F color CMYK value is (0,5,9,38).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK:
(0,5,9,38)
C0M5Y9K38 
(0%,5%,9%,38%)
(0.00/0.05/0.09/0.38)	

CMYK percentages

%0
%5.06
%9.49
%38.04

Codes

Color #9E968F in popluar color models

9E968F
RGB158150143
HSL28°7.18%59.02%
HSB/HSV28°9.49%61.96%
CMYK0.00%5.06%9.49%
38.04%

Color #9E968F in popluar number systems.

HEX9E968F
Decimal158150143
Binary100111101001011010001111
Octal236226217

Shades and tints

Shades of #9E968F

#9E968F
(158,150,143)
#908982
(144,137,130)
#827C75
(130,124,117)
#746F68
(116,111,104)
#66625B
(102,98,91)
#58554E
(88,85,78)
#4A4841
(74,72,65)
#3C3B34
(60,59,52)
#2E2E27
(46,46,39)
#20211A
(32,33,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #9E968F

#9E968F
(158,150,143)
#A69F99
(166,159,153)
#AEA8A3
(174,168,163)
#B6B1AD
(182,177,173)
#BEBAB7
(190,186,183)
#C6C3C1
(198,195,193)
#CECCCB
(206,204,203)
#D6D5D5
(214,213,213)
#DEDEDF
(222,222,223)
#E6E7E9
(230,231,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E968F; }

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

This text font color is #9E968F.


Background Color

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

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

This div background color is #9E968F.


Border color

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

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

This div border color is #9E968F.


Opacity

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

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

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

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

This text has shadow with #9E968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E968F on black background.


Color preview on white background

This text has color #9E968F on white background.



Black color preview on #9E968F background

This text has black color on #9E968F background.


White color preview on #9E968F background

This text has white color on #9E968F background.