COLOR #9E868B

HEX: #9E868B
RGB: (158,134,139)

Color info

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

RGB color model

#9E868B color RGB value is (158,134,139).

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

RGB channels and saturation

R 158 of 255 = 62%
G 134 of 255 = 53%
B 139 of 255 = 55%

158
134
139

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

Portions of RGB colors in percentages

R + G + B =
158 + 134 + 139 = 431 (100%)
R 158 of 431 ~ 36.66%
G 134 of 431 ~ 31.09%
B 139 of 431 ~ 32.25%

%36.66
%31.09
%32.25

CMYK color model

#9E868B color CMYK value is (0,15,12,38).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(0,15,12,38)
C0M15Y12K38 
(0%,15%,12%,38%)
(0.00/0.15/0.12/0.38)	

CMYK percentages

%0
%15.19
%12.03
%38.04

Codes

Color #9E868B in popluar color models

9E868B
RGB158134139
HSL348°11.01%57.25%
HSB/HSV348°15.19%61.96%
CMYK0.00%15.19%12.03%
38.04%

Color #9E868B in popluar number systems.

HEX9E868B
Decimal158134139
Binary100111101000011010001011
Octal236206213

Shades and tints

Shades of #9E868B

#9E868B
(158,134,139)
#907A7F
(144,122,127)
#826E73
(130,110,115)
#746267
(116,98,103)
#66565B
(102,86,91)
#584A4F
(88,74,79)
#4A3E43
(74,62,67)
#3C3237
(60,50,55)
#2E262B
(46,38,43)
#201A1F
(32,26,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #9E868B

#9E868B
(158,134,139)
#A69195
(166,145,149)
#AE9C9F
(174,156,159)
#B6A7A9
(182,167,169)
#BEB2B3
(190,178,179)
#C6BDBD
(198,189,189)
#CEC8C7
(206,200,199)
#D6D3D1
(214,211,209)
#DEDEDB
(222,222,219)
#E6E9E5
(230,233,229)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E868B; }

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

This text font color is #9E868B.


Background Color

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

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

This div background color is #9E868B.


Border color

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

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

This div border color is #9E868B.


Opacity

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

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

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

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

This text has shadow with #9E868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E868B on black background.


Color preview on white background

This text has color #9E868B on white background.



Black color preview on #9E868B background

This text has black color on #9E868B background.


White color preview on #9E868B background

This text has white color on #9E868B background.