COLOR #9B7E91

HEX: #9B7E91
RGB: (155,126,145)

Color info

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

RGB color model

#9B7E91 color RGB value is (155,126,145).

  • red value is 155;
  • green value is 126;
  • blue value is 145.
RGB:
(155,126,145)
(61%,49%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 145 of 255 = 57%

155
126
145

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 145 = 426 (100%)
R 155 of 426 ~ 36.38%
G 126 of 426 ~ 29.58%
B 145 of 426 ~ 34.04%

%36.38
%29.58
%34.04

CMYK color model

#9B7E91 color CMYK value is (0,19,6,39).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 6.45%
  • key color value is 39.22%
CMYK:
(0,19,6,39)
C0M19Y6K39 
(0%,19%,6%,39%)
(0.00/0.19/0.06/0.39)	

CMYK percentages

%0
%18.71
%6.45
%39.22

Codes

Color #9B7E91 in popluar color models

9B7E91
RGB155126145
HSL321°12.66%55.10%
HSB/HSV321°18.71%60.78%
CMYK0.00%18.71%6.45%
39.22%

Color #9B7E91 in popluar number systems.

HEX9B7E91
Decimal155126145
Binary10011011111111010010001
Octal233176221

Shades and tints

Shades of #9B7E91

#9B7E91
(155,126,145)
#8D7384
(141,115,132)
#7F6877
(127,104,119)
#715D6A
(113,93,106)
#63525D
(99,82,93)
#554750
(85,71,80)
#473C43
(71,60,67)
#393136
(57,49,54)
#2B2629
(43,38,41)
#1D1B1C
(29,27,28)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #9B7E91

#9B7E91
(155,126,145)
#A4899B
(164,137,155)
#AD94A5
(173,148,165)
#B69FAF
(182,159,175)
#BFAAB9
(191,170,185)
#C8B5C3
(200,181,195)
#D1C0CD
(209,192,205)
#DACBD7
(218,203,215)
#E3D6E1
(227,214,225)
#ECE1EB
(236,225,235)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7E91 color. Also use rgb(155,126,145) instead hex code.

Text Font Color

.myTextColor { color: #9B7E91; }

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

This text font color is #9B7E91.


Background Color

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

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

This div background color is #9B7E91.


Border color

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

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

This div border color is #9B7E91.


Opacity

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

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

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

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

This text has shadow with #9B7E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E91 on black background.


Color preview on white background

This text has color #9B7E91 on white background.



Black color preview on #9B7E91 background

This text has black color on #9B7E91 background.


White color preview on #9B7E91 background

This text has white color on #9B7E91 background.