COLOR #9B7FBB

HEX: #9B7FBB
RGB: (155,127,187)

Color info

#9B7FBB contains mainly red and blue colors. Web safe color of #9B7FBB is #9966CC (or #96C).

RGB color model

#9B7FBB color RGB value is (155,127,187).

  • red value is 155;
  • green value is 127;
  • blue value is 187.
RGB:
(155,127,187)
(61%,50%,73%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 187 of 255 = 73%

155
127
187

R + G + B ~ 61%. #9B7FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 187 = 469 (100%)
R 155 of 469 ~ 33.05%
G 127 of 469 ~ 27.08%
B 187 of 469 ~ 39.87%

%33.05
%27.08
%39.87

CMYK color model

#9B7FBB color CMYK value is (17,32,0,27).

  • cyan value is 17.11%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,32,0,27)
C17M32Y0K27 
(17%,32%,0%,27%)
(0.17/0.32/0.00/0.27)	

CMYK percentages

%17.11
%32.09
%0
%26.67

Codes

Color #9B7FBB in popluar color models

9B7FBB
RGB155127187
HSL268°30.61%61.57%
HSB/HSV268°32.09%73.33%
CMYK17.11%32.09%0.00%
26.67%

Color #9B7FBB in popluar number systems.

HEX9B7FBB
Decimal155127187
Binary10011011111111110111011
Octal233177273

Shades and tints

Shades of #9B7FBB

#9B7FBB
(155,127,187)
#8D74AA
(141,116,170)
#7F6999
(127,105,153)
#715E88
(113,94,136)
#635377
(99,83,119)
#554866
(85,72,102)
#473D55
(71,61,85)
#393244
(57,50,68)
#2B2733
(43,39,51)
#1D1C22
(29,28,34)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9B7FBB

#9B7FBB
(155,127,187)
#A48AC1
(164,138,193)
#AD95C7
(173,149,199)
#B6A0CD
(182,160,205)
#BFABD3
(191,171,211)
#C8B6D9
(200,182,217)
#D1C1DF
(209,193,223)
#DACCE5
(218,204,229)
#E3D7EB
(227,215,235)
#ECE2F1
(236,226,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7FBB color. Also use rgb(155,127,187) instead hex code.

Text Font Color

.myTextColor { color: #9B7FBB; }

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

This text font color is #9B7FBB.


Background Color

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

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

This div background color is #9B7FBB.


Border color

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

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

This div border color is #9B7FBB.


Opacity

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

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

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

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

This text has shadow with #9B7FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7FBB on black background.


Color preview on white background

This text has color #9B7FBB on white background.



Black color preview on #9B7FBB background

This text has black color on #9B7FBB background.


White color preview on #9B7FBB background

This text has white color on #9B7FBB background.