COLOR #9E8190

HEX: #9E8190
RGB: (158,129,144)

Color info

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

RGB color model

#9E8190 color RGB value is (158,129,144).

  • red value is 158;
  • green value is 129;
  • blue value is 144.
RGB:
(158,129,144)
(62%,51%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 144 of 255 = 56%

158
129
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 144 = 431 (100%)
R 158 of 431 ~ 36.66%
G 129 of 431 ~ 29.93%
B 144 of 431 ~ 33.41%

%36.66
%29.93
%33.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK:
(0,18,9,38)
C0M18Y9K38 
(0%,18%,9%,38%)
(0.00/0.18/0.09/0.38)	

CMYK percentages

%0
%18.35
%8.86
%38.04

Codes

Color #9E8190 in popluar color models

9E8190
RGB158129144
HSL329°13.00%56.27%
HSB/HSV329°18.35%61.96%
CMYK0.00%18.35%8.86%
38.04%

Color #9E8190 in popluar number systems.

HEX9E8190
Decimal158129144
Binary100111101000000110010000
Octal236201220

Shades and tints

Shades of #9E8190

#9E8190
(158,129,144)
#907683
(144,118,131)
#826B76
(130,107,118)
#746069
(116,96,105)
#66555C
(102,85,92)
#584A4F
(88,74,79)
#4A3F42
(74,63,66)
#3C3435
(60,52,53)
#2E2928
(46,41,40)
#201E1B
(32,30,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #9E8190

#9E8190
(158,129,144)
#A68C9A
(166,140,154)
#AE97A4
(174,151,164)
#B6A2AE
(182,162,174)
#BEADB8
(190,173,184)
#C6B8C2
(198,184,194)
#CEC3CC
(206,195,204)
#D6CED6
(214,206,214)
#DED9E0
(222,217,224)
#E6E4EA
(230,228,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8190 color. Also use rgb(158,129,144) instead hex code.

Text Font Color

.myTextColor { color: #9E8190; }

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

This text font color is #9E8190.


Background Color

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

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

This div background color is #9E8190.


Border color

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

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

This div border color is #9E8190.


Opacity

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

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

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

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

This text has shadow with #9E8190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8190 on black background.


Color preview on white background

This text has color #9E8190 on white background.



Black color preview on #9E8190 background

This text has black color on #9E8190 background.


White color preview on #9E8190 background

This text has white color on #9E8190 background.