COLOR #9E7C9C

HEX: #9E7C9C RGB: (158,124,156)

Color info

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

RGB color model

#9E7C9C color RGB value is (158,124,156).

RGB: (158,124,156) (62%, 49%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 156 of 255 = 61%

158
124
156

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

Portions of RGB colors in percentages

R + G + B = 158 + 124 + 156 = 438 (100%)
R 158 of 438 ~ 36.07%
G 124 of 438 ~ 28.31%
B 156 of 438 ~ 35.62'%

%36.07
%28.31
%35.62

CMYK color model

#9E7C9C color CMYK value is (0,22,1,38).

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

CMYK: (0,22,1,38)
C0M22Y1K38 (0%, 22%, 1%, 38%)
(0.00 / 0.22 / 0.01 / 0.38)

CMYK percentages

%0
%21.52
%1.27
%38.04

Codes

Color #9E7C9C in popluar color models

9E 7C 9C
RGB 158 124 156
HSL 304° 14.91% 55.29%
HSB/HSV 304° 21.52% 61.96%
CMYK 0.00% 21.52% 1.27%
38.04%

Color #9E7C9C in popluar number systems.

HEX 9E 7C 9C
Decimal 158 124 156
Binary 10011110 1111100 10011100
Octal 236 174 234

Shades and tints

Shades of #9E7C9C

#9E7C9C
(158,124,156)
#90718E
(144,113,142)
#826680
(130,102,128)
#745B72
(116,91,114)
#665064
(102,80,100)
#584556
(88,69,86)
#4A3A48
(74,58,72)
#3C2F3A
(60,47,58)
#2E242C
(46,36,44)
#20191E
(32,25,30)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #9E7C9C

#9E7C9C
(158,124,156)
#A687A5
(166,135,165)
#AE92AE
(174,146,174)
#B69DB7
(182,157,183)
#BEA8C0
(190,168,192)
#C6B3C9
(198,179,201)
#CEBED2
(206,190,210)
#D6C9DB
(214,201,219)
#DED4E4
(222,212,228)
#E6DFED
(230,223,237)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7C9C; }

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

This text font color is #9E7C9C.

Background Color

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

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

This div background color is #9E7C9C.

Border color

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

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

This div border color is #9E7C9C.

Opacity

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

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

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

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

This text has shadow with #9E7C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7C9C.

Preview

Color preview on black background

This text has color #9E7C9C on black background.


Color preview on white background

This text has color #9E7C9C on white background.


Black color preview on #9E7C9C background

This text has black color on #9E7C9C background.


White color preview on #9E7C9C background

This text has white color on #9E7C9C background.


Related colors

Complementary color

Complementary color for #hex is #618363.


I love getcolorcode.com

Triadic colors

1 #9C9E7C and #7C9C9E with #9E7C9C are triadic colors.

2 #9C7C9E and #7C9E9C with #9E7C9C are triadic colors.