COLOR #9E839B

HEX: #9E839B
RGB: (158,131,155)

Color info

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

RGB color model

#9E839B color RGB value is (158,131,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 155 of 255 = 61%

158
131
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 131 + 155 = 444 (100%)
R 158 of 444 ~ 35.59%
G 131 of 444 ~ 29.5%
B 155 of 444 ~ 34.91%

%35.59
%29.5
%34.91

CMYK color model

#9E839B color CMYK value is (0,17,2,38).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,17,2,38)
C0M17Y2K38 
(0%,17%,2%,38%)
(0.00/0.17/0.02/0.38)	

CMYK percentages

%0
%17.09
%1.9
%38.04

Codes

Color #9E839B in popluar color models

9E839B
RGB158131155
HSL307°12.22%56.67%
HSB/HSV307°17.09%61.96%
CMYK0.00%17.09%1.90%
38.04%

Color #9E839B in popluar number systems.

HEX9E839B
Decimal158131155
Binary100111101000001110011011
Octal236203233

Shades and tints

Shades of #9E839B

#9E839B
(158,131,155)
#90788D
(144,120,141)
#826D7F
(130,109,127)
#746271
(116,98,113)
#665763
(102,87,99)
#584C55
(88,76,85)
#4A4147
(74,65,71)
#3C3639
(60,54,57)
#2E2B2B
(46,43,43)
#20201D
(32,32,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9E839B

#9E839B
(158,131,155)
#A68EA4
(166,142,164)
#AE99AD
(174,153,173)
#B6A4B6
(182,164,182)
#BEAFBF
(190,175,191)
#C6BAC8
(198,186,200)
#CEC5D1
(206,197,209)
#D6D0DA
(214,208,218)
#DEDBE3
(222,219,227)
#E6E6EC
(230,230,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E839B; }

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

This text font color is #9E839B.


Background Color

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

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

This div background color is #9E839B.


Border color

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

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

This div border color is #9E839B.


Opacity

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

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

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

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

This text has shadow with #9E839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E839B on black background.


Color preview on white background

This text has color #9E839B on white background.



Black color preview on #9E839B background

This text has black color on #9E839B background.


White color preview on #9E839B background

This text has white color on #9E839B background.