COLOR #9B7890

HEX: #9B7890 RGB: (155,120,144)

Color info

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

RGB color model

#9B7890 color RGB value is (155,120,144).

RGB: (155,120,144) (61%, 47%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 144 of 255 = 56%

155
120
144

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

Portions of RGB colors in percentages

R + G + B = 155 + 120 + 144 = 419 (100%)
R 155 of 419 ~ 36.99%
G 120 of 419 ~ 28.64%
B 144 of 419 ~ 34.37'%

%36.99
%28.64
%34.37

CMYK color model

#9B7890 color CMYK value is (0,23,7,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK: (0,23,7,39) C0M23Y7K39 (0%,23%,7%,39%) (0.00/0.23/0.07/0.39) 

CMYK percentages

%0
%22.58
%7.1
%39.22

Codes

Color #9B7890 in popluar color models

9B 78 90
RGB 155 120 144
HSL 319° 14.89% 53.92%
HSB/HSV 319° 22.58% 60.78%
CMYK 0.00% 22.58% 7.10%
39.22%

Color #9B7890 in popluar number systems.

HEX 9B 78 90
Decimal 155 120 144
Binary 10011011 1111000 10010000
Octal 233 170 220

Shades and tints

Shades of #9B7890

#9B7890
(155,120,144)
#8D6E83
(141,110,131)
#7F6476
(127,100,118)
#715A69
(113,90,105)
#63505C
(99,80,92)
#55464F
(85,70,79)
#473C42
(71,60,66)
#393235
(57,50,53)
#2B2828
(43,40,40)
#1D1E1B
(29,30,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #9B7890

#9B7890
(155,120,144)
#A4849A
(164,132,154)
#AD90A4
(173,144,164)
#B69CAE
(182,156,174)
#BFA8B8
(191,168,184)
#C8B4C2
(200,180,194)
#D1C0CC
(209,192,204)
#DACCD6
(218,204,214)
#E3D8E0
(227,216,224)
#ECE4EA
(236,228,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7890; }

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

This text font color is #9B7890.

Background Color

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

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

This div background color is #9B7890.

Border color

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

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

This div border color is #9B7890.

Opacity

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

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

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

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

This text has shadow with #9B7890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7890.

Preview

Color preview on black background

This text has color #9B7890 on black background.


Color preview on white background

This text has color #9B7890 on white background.


Black color preview on #9B7890 background

This text has black color on #9B7890 background.


White color preview on #9B7890 background

This text has white color on #9B7890 background.


Related colors

Complementary color

Complementary color for #hex is #64876F.


I love getcolorcode.com

Triadic colors

1 #909B78 and #78909B with #9B7890 are triadic colors.

2 #90789B and #789B90 with #9B7890 are triadic colors.