COLOR #9766C8

HEX: #9766C8
RGB: (151,102,200)

Color info

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

RGB color model

#9766C8 color RGB value is (151,102,200).

  • red value is 151;
  • green value is 102;
  • blue value is 200.
RGB:
(151,102,200)
(59%,40%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 102 of 255 = 40%
B 200 of 255 = 78%

151
102
200

R + G + B ~ 59%. #9766C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 102 + 200 = 453 (100%)
R 151 of 453 ~ 33.33%
G 102 of 453 ~ 22.52%
B 200 of 453 ~ 44.15%

%33.33
%22.52
%44.15

CMYK color model

#9766C8 color CMYK value is (25,49,0,22).

  • cyan value is 24.50%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(25,49,0,22)
C25M49Y0K22 
(25%,49%,0%,22%)
(0.25/0.49/0.00/0.22)	

CMYK percentages

%24.5
%49
%0
%21.57

Codes

Color #9766C8 in popluar color models

9766C8
RGB151102200
HSL270°47.12%59.22%
HSB/HSV270°49.00%78.43%
CMYK24.50%49.00%0.00%
21.57%

Color #9766C8 in popluar number systems.

HEX9766C8
Decimal151102200
Binary10010111110011011001000
Octal227146310

Shades and tints

Shades of #9766C8

#9766C8
(151,102,200)
#8A5DB6
(138,93,182)
#7D54A4
(125,84,164)
#704B92
(112,75,146)
#634280
(99,66,128)
#56396E
(86,57,110)
#49305C
(73,48,92)
#3C274A
(60,39,74)
#2F1E38
(47,30,56)
#221526
(34,21,38)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #9766C8

#9766C8
(151,102,200)
#A073CD
(160,115,205)
#A980D2
(169,128,210)
#B28DD7
(178,141,215)
#BB9ADC
(187,154,220)
#C4A7E1
(196,167,225)
#CDB4E6
(205,180,230)
#D6C1EB
(214,193,235)
#DFCEF0
(223,206,240)
#E8DBF5
(232,219,245)
#F1E8FA
(241,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9766C8 color. Also use rgb(151,102,200) instead hex code.

Text Font Color

.myTextColor { color: #9766C8; }

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

This text font color is #9766C8.


Background Color

.myBgColor { background-color: #9766C8; }

<div style="background-color:#9766C8">Inner text</div>

This div background color is #9766C8.


Border color

.myBorderColor { border: 1px solid #9766C8; }

<div style="border:3px solid #9766C8">Div</div>

This div border color is #9766C8.


Opacity

.myOpacity80 { color: #9766C8; opacity: 0.8; }

<p style="color:#9766C8;opacity:0.8;">80%</p>

Text with #9766C8 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 #9766C8;}

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

This text has shadow with #9766C8 color.

.textShadow {text-shadow: 3px 3px 1px #9766C8, 3px 3px 1px red;}

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

This text has shadow with #9766C8 primary color and red secondary color.


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

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

This text has shadow with #9766C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9766C8 on black background.


Color preview on white background

This text has color #9766C8 on white background.



Black color preview on #9766C8 background

This text has black color on #9766C8 background.


White color preview on #9766C8 background

This text has white color on #9766C8 background.