COLOR #9E7B95

HEX: #9E7B95 RGB: (158,123,149)

Color info

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

RGB color model

#9E7B95 color RGB value is (158,123,149).

RGB: (158,123,149) (62%, 48%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 123 of 255 = 48%
B 149 of 255 = 58%

158
123
149

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

Portions of RGB colors in percentages

R + G + B = 158 + 123 + 149 = 430 (100%)
R 158 of 430 ~ 36.74%
G 123 of 430 ~ 28.6%
B 149 of 430 ~ 34.65'%

%36.74
%28.6
%34.65

CMYK color model

#9E7B95 color CMYK value is (0,22,6,38).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 5.70%
  • key color value is 38.04%

CMYK: (0,22,6,38)
C0M22Y6K38 (0%, 22%, 6%, 38%)
(0.00 / 0.22 / 0.06 / 0.38)

CMYK percentages

%0
%22.15
%5.7
%38.04

Codes

Color #9E7B95 in popluar color models

9E 7B 95
RGB 158 123 149
HSL 315° 15.28% 55.10%
HSB/HSV 315° 22.15% 61.96%
CMYK 0.00% 22.15% 5.70%
38.04%

Color #9E7B95 in popluar number systems.

HEX 9E 7B 95
Decimal 158 123 149
Binary 10011110 1111011 10010101
Octal 236 173 225

Shades and tints

Shades of #9E7B95

#9E7B95
(158,123,149)
#907088
(144,112,136)
#82657B
(130,101,123)
#745A6E
(116,90,110)
#664F61
(102,79,97)
#584454
(88,68,84)
#4A3947
(74,57,71)
#3C2E3A
(60,46,58)
#2E232D
(46,35,45)
#201820
(32,24,32)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #9E7B95

#9E7B95
(158,123,149)
#A6879E
(166,135,158)
#AE93A7
(174,147,167)
#B69FB0
(182,159,176)
#BEABB9
(190,171,185)
#C6B7C2
(198,183,194)
#CEC3CB
(206,195,203)
#D6CFD4
(214,207,212)
#DEDBDD
(222,219,221)
#E6E7E6
(230,231,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7B95 color. Also use rgb(158,123,149) instead hex code.

Text Font Color

.myTextColor { color: #9E7B95; }

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

This text font color is #9E7B95.

Background Color

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

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

This div background color is #9E7B95.

Border color

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

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

This div border color is #9E7B95.

Opacity

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

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

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

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

This text has shadow with #9E7B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7B95.

Preview

Color preview on black background

This text has color #9E7B95 on black background.


Color preview on white background

This text has color #9E7B95 on white background.


Black color preview on #9E7B95 background

This text has black color on #9E7B95 background.


White color preview on #9E7B95 background

This text has white color on #9E7B95 background.


Related colors

Complementary color

Complementary color for #hex is #61846A.


I love getcolorcode.com

Triadic colors

1 #959E7B and #7B959E with #9E7B95 are triadic colors.

2 #957B9E and #7B9E95 with #9E7B95 are triadic colors.