COLOR #9B7B95

HEX: #9B7B95
RGB: (155,123,149)

Color info

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

RGB color model

#9B7B95 color RGB value is (155,123,149).

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

RGB channels and saturation

R 155 of 255 = 61%
G 123 of 255 = 48%
B 149 of 255 = 58%

155
123
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 123 + 149 = 427 (100%)
R 155 of 427 ~ 36.3%
G 123 of 427 ~ 28.81%
B 149 of 427 ~ 34.89%

%36.3
%28.81
%34.89

CMYK color model

#9B7B95 color CMYK value is (0,21,4,39).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(0,21,4,39)
C0M21Y4K39 
(0%,21%,4%,39%)
(0.00/0.21/0.04/0.39)	

CMYK percentages

%0
%20.65
%3.87
%39.22

Codes

Color #9B7B95 in popluar color models

9B7B95
RGB155123149
HSL311°13.79%54.51%
HSB/HSV311°20.65%60.78%
CMYK0.00%20.65%3.87%
39.22%

Color #9B7B95 in popluar number systems.

HEX9B7B95
Decimal155123149
Binary10011011111101110010101
Octal233173225

Shades and tints

Shades of #9B7B95

#9B7B95
(155,123,149)
#8D7088
(141,112,136)
#7F657B
(127,101,123)
#715A6E
(113,90,110)
#634F61
(99,79,97)
#554454
(85,68,84)
#473947
(71,57,71)
#392E3A
(57,46,58)
#2B232D
(43,35,45)
#1D1820
(29,24,32)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #9B7B95

#9B7B95
(155,123,149)
#A4879E
(164,135,158)
#AD93A7
(173,147,167)
#B69FB0
(182,159,176)
#BFABB9
(191,171,185)
#C8B7C2
(200,183,194)
#D1C3CB
(209,195,203)
#DACFD4
(218,207,212)
#E3DBDD
(227,219,221)
#ECE7E6
(236,231,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7B95; }

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

This text font color is #9B7B95.


Background Color

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

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

This div background color is #9B7B95.


Border color

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

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

This div border color is #9B7B95.


Opacity

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

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

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

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

This text has shadow with #9B7B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7B95 on black background.


Color preview on white background

This text has color #9B7B95 on white background.



Black color preview on #9B7B95 background

This text has black color on #9B7B95 background.


White color preview on #9B7B95 background

This text has white color on #9B7B95 background.