COLOR #9E7E8A

HEX: #9E7E8A RGB: (158,126,138)

Color info

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

RGB color model

#9E7E8A color RGB value is (158,126,138).

RGB: (158,126,138) (62%, 49%, 54%)

RGB channels and saturation

R 158 of 255 = 62%
G 126 of 255 = 49%
B 138 of 255 = 54%

158
126
138

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

Portions of RGB colors in percentages

R + G + B = 158 + 126 + 138 = 422 (100%)
R 158 of 422 ~ 37.44%
G 126 of 422 ~ 29.86%
B 138 of 422 ~ 32.7'%

%37.44
%29.86
%32.7

CMYK color model

#9E7E8A color CMYK value is (0,20,13,38).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 12.66%
  • key color value is 38.04%

CMYK: (0,20,13,38)
C0M20Y13K38 (0%, 20%, 13%, 38%)
(0.00 / 0.20 / 0.13 / 0.38)

CMYK percentages

%0
%20.25
%12.66
%38.04

Codes

Color #9E7E8A in popluar color models

9E 7E 8A
RGB 158 126 138
HSL 338° 14.16% 55.69%
HSB/HSV 338° 20.25% 61.96%
CMYK 0.00% 20.25% 12.66%
38.04%

Color #9E7E8A in popluar number systems.

HEX 9E 7E 8A
Decimal 158 126 138
Binary 10011110 1111110 10001010
Octal 236 176 212

Shades and tints

Shades of #9E7E8A

#9E7E8A
(158,126,138)
#90737E
(144,115,126)
#826872
(130,104,114)
#745D66
(116,93,102)
#66525A
(102,82,90)
#58474E
(88,71,78)
#4A3C42
(74,60,66)
#3C3136
(60,49,54)
#2E262A
(46,38,42)
#201B1E
(32,27,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9E7E8A

#9E7E8A
(158,126,138)
#A68994
(166,137,148)
#AE949E
(174,148,158)
#B69FA8
(182,159,168)
#BEAAB2
(190,170,178)
#C6B5BC
(198,181,188)
#CEC0C6
(206,192,198)
#D6CBD0
(214,203,208)
#DED6DA
(222,214,218)
#E6E1E4
(230,225,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7E8A color. Also use rgb(158,126,138) instead hex code.

Text Font Color

.myTextColor { color: #9E7E8A; }

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

This text font color is #9E7E8A.

Background Color

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

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

This div background color is #9E7E8A.

Border color

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

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

This div border color is #9E7E8A.

Opacity

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

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

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

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

This text has shadow with #9E7E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7E8A.

Preview

Color preview on black background

This text has color #9E7E8A on black background.


Color preview on white background

This text has color #9E7E8A on white background.


Black color preview on #9E7E8A background

This text has black color on #9E7E8A background.


White color preview on #9E7E8A background

This text has white color on #9E7E8A background.


Related colors

Complementary color

Complementary color for #hex is #618175.


I love getcolorcode.com

Triadic colors

1 #8A9E7E and #7E8A9E with #9E7E8A are triadic colors.

2 #8A7E9E and #7E9E8A with #9E7E8A are triadic colors.