COLOR #9E8283

HEX: #9E8283
RGB: (158,130,131)

Color info

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

RGB color model

#9E8283 color RGB value is (158,130,131).

  • red value is 158;
  • green value is 130;
  • blue value is 131.
RGB:
(158,130,131)
(62%,51%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 131 of 255 = 51%

158
130
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 130 + 131 = 419 (100%)
R 158 of 419 ~ 37.71%
G 130 of 419 ~ 31.03%
B 131 of 419 ~ 31.26%

%37.71
%31.03
%31.26

CMYK color model

#9E8283 color CMYK value is (0,18,17,38).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,18,17,38)
C0M18Y17K38 
(0%,18%,17%,38%)
(0.00/0.18/0.17/0.38)	

CMYK percentages

%0
%17.72
%17.09
%38.04

Codes

Color #9E8283 in popluar color models

9E8283
RGB158130131
HSL358°12.61%56.47%
HSB/HSV358°17.72%61.96%
CMYK0.00%17.72%17.09%
38.04%

Color #9E8283 in popluar number systems.

HEX9E8283
Decimal158130131
Binary100111101000001010000011
Octal236202203

Shades and tints

Shades of #9E8283

#9E8283
(158,130,131)
#907778
(144,119,120)
#826C6D
(130,108,109)
#746162
(116,97,98)
#665657
(102,86,87)
#584B4C
(88,75,76)
#4A4041
(74,64,65)
#3C3536
(60,53,54)
#2E2A2B
(46,42,43)
#201F20
(32,31,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9E8283

#9E8283
(158,130,131)
#A68D8E
(166,141,142)
#AE9899
(174,152,153)
#B6A3A4
(182,163,164)
#BEAEAF
(190,174,175)
#C6B9BA
(198,185,186)
#CEC4C5
(206,196,197)
#D6CFD0
(214,207,208)
#DEDADB
(222,218,219)
#E6E5E6
(230,229,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8283 color. Also use rgb(158,130,131) instead hex code.

Text Font Color

.myTextColor { color: #9E8283; }

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

This text font color is #9E8283.


Background Color

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

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

This div background color is #9E8283.


Border color

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

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

This div border color is #9E8283.


Opacity

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

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

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

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

This text has shadow with #9E8283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8283 on black background.


Color preview on white background

This text has color #9E8283 on white background.



Black color preview on #9E8283 background

This text has black color on #9E8283 background.


White color preview on #9E8283 background

This text has white color on #9E8283 background.