COLOR #9760BB

HEX: #9760BB
RGB: (151,96,187)

Color info

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

RGB color model

#9760BB color RGB value is (151,96,187).

  • red value is 151;
  • green value is 96;
  • blue value is 187.
RGB:
(151,96,187)
(59%,38%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 96 of 255 = 38%
B 187 of 255 = 73%

151
96
187

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

Portions of RGB colors in percentages

R + G + B =
151 + 96 + 187 = 434 (100%)
R 151 of 434 ~ 34.79%
G 96 of 434 ~ 22.12%
B 187 of 434 ~ 43.09%

%34.79
%22.12
%43.09

CMYK color model

#9760BB color CMYK value is (19,49,0,27).

  • cyan value is 19.25%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,49,0,27)
C19M49Y0K27 
(19%,49%,0%,27%)
(0.19/0.49/0.00/0.27)	

CMYK percentages

%19.25
%48.66
%0
%26.67

Codes

Color #9760BB in popluar color models

9760BB
RGB15196187
HSL276°40.09%55.49%
HSB/HSV276°48.66%73.33%
CMYK19.25%48.66%0.00%
26.67%

Color #9760BB in popluar number systems.

HEX9760BB
Decimal15196187
Binary10010111110000010111011
Octal227140273

Shades and tints

Shades of #9760BB

#9760BB
(151,96,187)
#8A58AA
(138,88,170)
#7D5099
(125,80,153)
#704888
(112,72,136)
#634077
(99,64,119)
#563866
(86,56,102)
#493055
(73,48,85)
#3C2844
(60,40,68)
#2F2033
(47,32,51)
#221822
(34,24,34)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #9760BB

#9760BB
(151,96,187)
#A06EC1
(160,110,193)
#A97CC7
(169,124,199)
#B28ACD
(178,138,205)
#BB98D3
(187,152,211)
#C4A6D9
(196,166,217)
#CDB4DF
(205,180,223)
#D6C2E5
(214,194,229)
#DFD0EB
(223,208,235)
#E8DEF1
(232,222,241)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9760BB color. Also use rgb(151,96,187) instead hex code.

Text Font Color

.myTextColor { color: #9760BB; }

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

This text font color is #9760BB.


Background Color

.myBgColor { background-color: #9760BB; }

<div style="background-color:#9760BB">Inner text</div>

This div background color is #9760BB.


Border color

.myBorderColor { border: 1px solid #9760BB; }

<div style="border:3px solid #9760BB">Div</div>

This div border color is #9760BB.


Opacity

.myOpacity80 { color: #9760BB; opacity: 0.8; }

<p style="color:#9760BB;opacity:0.8;">80%</p>

Text with #9760BB 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 #9760BB;}

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

This text has shadow with #9760BB color.

.textShadow {text-shadow: 3px 3px 1px #9760BB, 3px 3px 1px red;}

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

This text has shadow with #9760BB primary color and red secondary color.


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

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

This text has shadow with #9760BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9760BB on black background.


Color preview on white background

This text has color #9760BB on white background.



Black color preview on #9760BB background

This text has black color on #9760BB background.


White color preview on #9760BB background

This text has white color on #9760BB background.