COLOR #9B7E95

HEX: #9B7E95
RGB: (155,126,149)

Color info

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

RGB color model

#9B7E95 color RGB value is (155,126,149).

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

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 149 of 255 = 58%

155
126
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 149 = 430 (100%)
R 155 of 430 ~ 36.05%
G 126 of 430 ~ 29.3%
B 149 of 430 ~ 34.65%

%36.05
%29.3
%34.65

CMYK color model

#9B7E95 color CMYK value is (0,19,4,39).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(0,19,4,39)
C0M19Y4K39 
(0%,19%,4%,39%)
(0.00/0.19/0.04/0.39)	

CMYK percentages

%0
%18.71
%3.87
%39.22

Codes

Color #9B7E95 in popluar color models

9B7E95
RGB155126149
HSL312°12.66%55.10%
HSB/HSV312°18.71%60.78%
CMYK0.00%18.71%3.87%
39.22%

Color #9B7E95 in popluar number systems.

HEX9B7E95
Decimal155126149
Binary10011011111111010010101
Octal233176225

Shades and tints

Shades of #9B7E95

#9B7E95
(155,126,149)
#8D7388
(141,115,136)
#7F687B
(127,104,123)
#715D6E
(113,93,110)
#635261
(99,82,97)
#554754
(85,71,84)
#473C47
(71,60,71)
#39313A
(57,49,58)
#2B262D
(43,38,45)
#1D1B20
(29,27,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #9B7E95

#9B7E95
(155,126,149)
#A4899E
(164,137,158)
#AD94A7
(173,148,167)
#B69FB0
(182,159,176)
#BFAAB9
(191,170,185)
#C8B5C2
(200,181,194)
#D1C0CB
(209,192,203)
#DACBD4
(218,203,212)
#E3D6DD
(227,214,221)
#ECE1E6
(236,225,230)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7E95; }

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

This text font color is #9B7E95.


Background Color

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

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

This div background color is #9B7E95.


Border color

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

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

This div border color is #9B7E95.


Opacity

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

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

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

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

This text has shadow with #9B7E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E95 on black background.


Color preview on white background

This text has color #9B7E95 on white background.



Black color preview on #9B7E95 background

This text has black color on #9B7E95 background.


White color preview on #9B7E95 background

This text has white color on #9B7E95 background.