COLOR #9E7C8B

HEX: #9E7C8B RGB: (158,124,139)

Color info

#9E7C8B contains red, green and blue colors in about the same proportion. Web safe color of #9E7C8B is #996699 (or #969).

RGB color model

#9E7C8B color RGB value is (158,124,139).

RGB: (158,124,139) (62%, 49%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 139 of 255 = 55%

158
124
139

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

Portions of RGB colors in percentages

R + G + B = 158 + 124 + 139 = 421 (100%)
R 158 of 421 ~ 37.53%
G 124 of 421 ~ 29.45%
B 139 of 421 ~ 33.02'%

%37.53
%29.45
%33.02

CMYK color model

#9E7C8B color CMYK value is (0,22,12,38).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 12.03%
  • key color value is 38.04%

CMYK: (0,22,12,38)
C0M22Y12K38 (0%, 22%, 12%, 38%)
(0.00 / 0.22 / 0.12 / 0.38)

CMYK percentages

%0
%21.52
%12.03
%38.04

Codes

Color #9E7C8B in popluar color models

9E 7C 8B
RGB 158 124 139
HSL 334° 14.91% 55.29%
HSB/HSV 334° 21.52% 61.96%
CMYK 0.00% 21.52% 12.03%
38.04%

Color #9E7C8B in popluar number systems.

HEX 9E 7C 8B
Decimal 158 124 139
Binary 10011110 1111100 10001011
Octal 236 174 213

Shades and tints

Shades of #9E7C8B

#9E7C8B
(158,124,139)
#90717F
(144,113,127)
#826673
(130,102,115)
#745B67
(116,91,103)
#66505B
(102,80,91)
#58454F
(88,69,79)
#4A3A43
(74,58,67)
#3C2F37
(60,47,55)
#2E242B
(46,36,43)
#20191F
(32,25,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #9E7C8B

#9E7C8B
(158,124,139)
#A68795
(166,135,149)
#AE929F
(174,146,159)
#B69DA9
(182,157,169)
#BEA8B3
(190,168,179)
#C6B3BD
(198,179,189)
#CEBEC7
(206,190,199)
#D6C9D1
(214,201,209)
#DED4DB
(222,212,219)
#E6DFE5
(230,223,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7C8B; }

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

This text font color is #9E7C8B.

Background Color

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

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

This div background color is #9E7C8B.

Border color

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

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

This div border color is #9E7C8B.

Opacity

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

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

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

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

This text has shadow with #9E7C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7C8B.

Preview

Color preview on black background

This text has color #9E7C8B on black background.


Color preview on white background

This text has color #9E7C8B on white background.


Black color preview on #9E7C8B background

This text has black color on #9E7C8B background.


White color preview on #9E7C8B background

This text has white color on #9E7C8B background.


Related colors

Complementary color

Complementary color for #hex is #618374.


I love getcolorcode.com

Triadic colors

1 #8B9E7C and #7C8B9E with #9E7C8B are triadic colors.

2 #8B7C9E and #7C9E8B with #9E7C8B are triadic colors.