COLOR #9E988C

HEX: #9E988C
RGB: (158,152,140)

Color info

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

RGB color model

#9E988C color RGB value is (158,152,140).

  • red value is 158;
  • green value is 152;
  • blue value is 140.
RGB:
(158,152,140)
(62%,60%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 140 of 255 = 55%

158
152
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 152 + 140 = 450 (100%)
R 158 of 450 ~ 35.11%
G 152 of 450 ~ 33.78%
B 140 of 450 ~ 31.11%

%35.11
%33.78
%31.11

CMYK color model

#9E988C color CMYK value is (0,4,11,38).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,4,11,38)
C0M4Y11K38 
(0%,4%,11%,38%)
(0.00/0.04/0.11/0.38)	

CMYK percentages

%0
%3.8
%11.39
%38.04

Codes

Color #9E988C in popluar color models

9E988C
RGB158152140
HSL40°8.49%58.43%
HSB/HSV40°11.39%61.96%
CMYK0.00%3.80%11.39%
38.04%

Color #9E988C in popluar number systems.

HEX9E988C
Decimal158152140
Binary100111101001100010001100
Octal236230214

Shades and tints

Shades of #9E988C

#9E988C
(158,152,140)
#908B80
(144,139,128)
#827E74
(130,126,116)
#747168
(116,113,104)
#66645C
(102,100,92)
#585750
(88,87,80)
#4A4A44
(74,74,68)
#3C3D38
(60,61,56)
#2E302C
(46,48,44)
#202320
(32,35,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9E988C

#9E988C
(158,152,140)
#A6A196
(166,161,150)
#AEAAA0
(174,170,160)
#B6B3AA
(182,179,170)
#BEBCB4
(190,188,180)
#C6C5BE
(198,197,190)
#CECEC8
(206,206,200)
#D6D7D2
(214,215,210)
#DEE0DC
(222,224,220)
#E6E9E6
(230,233,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E988C color. Also use rgb(158,152,140) instead hex code.

Text Font Color

.myTextColor { color: #9E988C; }

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

This text font color is #9E988C.


Background Color

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

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

This div background color is #9E988C.


Border color

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

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

This div border color is #9E988C.


Opacity

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

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

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

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

This text has shadow with #9E988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E988C on black background.


Color preview on white background

This text has color #9E988C on white background.



Black color preview on #9E988C background

This text has black color on #9E988C background.


White color preview on #9E988C background

This text has white color on #9E988C background.