COLOR #9B6778

HEX: #9B6778
RGB: (155,103,120)

Color info

#9B6778 contains red, green and blue colors in about the same proportion. Web safe color of #9B6778 is #996666 (or #966).

RGB color model

#9B6778 color RGB value is (155,103,120).

  • red value is 155;
  • green value is 103;
  • blue value is 120.
RGB:
(155,103,120)
(61%,40%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 120 of 255 = 47%

155
103
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 103 + 120 = 378 (100%)
R 155 of 378 ~ 41.01%
G 103 of 378 ~ 27.25%
B 120 of 378 ~ 31.75%

%41.01
%27.25
%31.75

CMYK color model

#9B6778 color CMYK value is (0,34,23,39).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,34,23,39)
C0M34Y23K39 
(0%,34%,23%,39%)
(0.00/0.34/0.23/0.39)	

CMYK percentages

%0
%33.55
%22.58
%39.22

Codes

Color #9B6778 in popluar color models

9B6778
RGB155103120
HSL340°20.63%50.59%
HSB/HSV340°33.55%60.78%
CMYK0.00%33.55%22.58%
39.22%

Color #9B6778 in popluar number systems.

HEX9B6778
Decimal155103120
Binary1001101111001111111000
Octal233147170

Shades and tints

Shades of #9B6778

#9B6778
(155,103,120)
#8D5E6E
(141,94,110)
#7F5564
(127,85,100)
#714C5A
(113,76,90)
#634350
(99,67,80)
#553A46
(85,58,70)
#47313C
(71,49,60)
#392832
(57,40,50)
#2B1F28
(43,31,40)
#1D161E
(29,22,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #9B6778

#9B6778
(155,103,120)
#A47484
(164,116,132)
#AD8190
(173,129,144)
#B68E9C
(182,142,156)
#BF9BA8
(191,155,168)
#C8A8B4
(200,168,180)
#D1B5C0
(209,181,192)
#DAC2CC
(218,194,204)
#E3CFD8
(227,207,216)
#ECDCE4
(236,220,228)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6778 color. Also use rgb(155,103,120) instead hex code.

Text Font Color

.myTextColor { color: #9B6778; }

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

This text font color is #9B6778.


Background Color

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

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

This div background color is #9B6778.


Border color

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

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

This div border color is #9B6778.


Opacity

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

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

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

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

This text has shadow with #9B6778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6778 on black background.


Color preview on white background

This text has color #9B6778 on white background.



Black color preview on #9B6778 background

This text has black color on #9B6778 background.


White color preview on #9B6778 background

This text has white color on #9B6778 background.