COLOR #9B7C99

HEX: #9B7C99
RGB: (155,124,153)

Color info

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

RGB color model

#9B7C99 color RGB value is (155,124,153).

  • red value is 155;
  • green value is 124;
  • blue value is 153.
RGB:
(155,124,153)
(61%,49%,60%)

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 153 of 255 = 60%

155
124
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 153 = 432 (100%)
R 155 of 432 ~ 35.88%
G 124 of 432 ~ 28.7%
B 153 of 432 ~ 35.42%

%35.88
%28.7
%35.42

CMYK color model

#9B7C99 color CMYK value is (0,20,1,39).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,20,1,39)
C0M20Y1K39 
(0%,20%,1%,39%)
(0.00/0.20/0.01/0.39)	

CMYK percentages

%0
%20
%1.29
%39.22

Codes

Color #9B7C99 in popluar color models

9B7C99
RGB155124153
HSL304°13.42%54.71%
HSB/HSV304°20.00%60.78%
CMYK0.00%20.00%1.29%
39.22%

Color #9B7C99 in popluar number systems.

HEX9B7C99
Decimal155124153
Binary10011011111110010011001
Octal233174231

Shades and tints

Shades of #9B7C99

#9B7C99
(155,124,153)
#8D718C
(141,113,140)
#7F667F
(127,102,127)
#715B72
(113,91,114)
#635065
(99,80,101)
#554558
(85,69,88)
#473A4B
(71,58,75)
#392F3E
(57,47,62)
#2B2431
(43,36,49)
#1D1924
(29,25,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #9B7C99

#9B7C99
(155,124,153)
#A487A2
(164,135,162)
#AD92AB
(173,146,171)
#B69DB4
(182,157,180)
#BFA8BD
(191,168,189)
#C8B3C6
(200,179,198)
#D1BECF
(209,190,207)
#DAC9D8
(218,201,216)
#E3D4E1
(227,212,225)
#ECDFEA
(236,223,234)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7C99 color. Also use rgb(155,124,153) instead hex code.

Text Font Color

.myTextColor { color: #9B7C99; }

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

This text font color is #9B7C99.


Background Color

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

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

This div background color is #9B7C99.


Border color

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

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

This div border color is #9B7C99.


Opacity

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

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

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

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

This text has shadow with #9B7C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7C99 on black background.


Color preview on white background

This text has color #9B7C99 on white background.



Black color preview on #9B7C99 background

This text has black color on #9B7C99 background.


White color preview on #9B7C99 background

This text has white color on #9B7C99 background.