COLOR #9E868E

HEX: #9E868E
RGB: (158,134,142)

Color info

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

RGB color model

#9E868E color RGB value is (158,134,142).

  • red value is 158;
  • green value is 134;
  • blue value is 142.
RGB:
(158,134,142)
(62%,53%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 134 of 255 = 53%
B 142 of 255 = 56%

158
134
142

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

Portions of RGB colors in percentages

R + G + B =
158 + 134 + 142 = 434 (100%)
R 158 of 434 ~ 36.41%
G 134 of 434 ~ 30.88%
B 142 of 434 ~ 32.72%

%36.41
%30.88
%32.72

CMYK color model

#9E868E color CMYK value is (0,15,10,38).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(0,15,10,38)
C0M15Y10K38 
(0%,15%,10%,38%)
(0.00/0.15/0.10/0.38)	

CMYK percentages

%0
%15.19
%10.13
%38.04

Codes

Color #9E868E in popluar color models

9E868E
RGB158134142
HSL340°11.01%57.25%
HSB/HSV340°15.19%61.96%
CMYK0.00%15.19%10.13%
38.04%

Color #9E868E in popluar number systems.

HEX9E868E
Decimal158134142
Binary100111101000011010001110
Octal236206216

Shades and tints

Shades of #9E868E

#9E868E
(158,134,142)
#907A82
(144,122,130)
#826E76
(130,110,118)
#74626A
(116,98,106)
#66565E
(102,86,94)
#584A52
(88,74,82)
#4A3E46
(74,62,70)
#3C323A
(60,50,58)
#2E262E
(46,38,46)
#201A22
(32,26,34)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #9E868E

#9E868E
(158,134,142)
#A69198
(166,145,152)
#AE9CA2
(174,156,162)
#B6A7AC
(182,167,172)
#BEB2B6
(190,178,182)
#C6BDC0
(198,189,192)
#CEC8CA
(206,200,202)
#D6D3D4
(214,211,212)
#DEDEDE
(222,222,222)
#E6E9E8
(230,233,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E868E color. Also use rgb(158,134,142) instead hex code.

Text Font Color

.myTextColor { color: #9E868E; }

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

This text font color is #9E868E.


Background Color

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

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

This div background color is #9E868E.


Border color

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

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

This div border color is #9E868E.


Opacity

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

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

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

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

This text has shadow with #9E868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E868E on black background.


Color preview on white background

This text has color #9E868E on white background.



Black color preview on #9E868E background

This text has black color on #9E868E background.


White color preview on #9E868E background

This text has white color on #9E868E background.