COLOR #9766B2

HEX: #9766B2 RGB: (151,102,178)

Color info

#9766B2 contains mainly red and blue colors. Web safe color of #9766B2 is #996699 (or #969).

RGB color model

#9766B2 color RGB value is (151,102,178).

RGB: (151,102,178) (59%, 40%, 70%)

RGB channels and saturation

R 151 of 255 = 59%
G 102 of 255 = 40%
B 178 of 255 = 70%

151
102
178

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

Portions of RGB colors in percentages

R + G + B = 151 + 102 + 178 = 431 (100%)
R 151 of 431 ~ 35.03%
G 102 of 431 ~ 23.67%
B 178 of 431 ~ 41.3'%

%35.03
%23.67
%41.3

CMYK color model

#9766B2 color CMYK value is (15,43,0,30).

  • cyan value is 15.17%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (15,43,0,30) C15M43Y0K30 (15%,43%,0%,30%) (0.15/0.43/0.00/0.30) 

CMYK percentages

%15.17
%42.7
%0
%30.2

Codes

Color #9766B2 in popluar color models

97 66 B2
RGB 151 102 178
HSL 279° 33.04% 54.90%
HSB/HSV 279° 42.70% 69.80%
CMYK 15.17% 42.70% 0.00%
30.20%

Color #9766B2 in popluar number systems.

HEX 97 66 B2
Decimal 151 102 178
Binary 10010111 1100110 10110010
Octal 227 146 262

Shades and tints

Shades of #9766B2

#9766B2
(151,102,178)
#8A5DA2
(138,93,162)
#7D5492
(125,84,146)
#704B82
(112,75,130)
#634272
(99,66,114)
#563962
(86,57,98)
#493052
(73,48,82)
#3C2742
(60,39,66)
#2F1E32
(47,30,50)
#221522
(34,21,34)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #9766B2

#9766B2
(151,102,178)
#A073B9
(160,115,185)
#A980C0
(169,128,192)
#B28DC7
(178,141,199)
#BB9ACE
(187,154,206)
#C4A7D5
(196,167,213)
#CDB4DC
(205,180,220)
#D6C1E3
(214,193,227)
#DFCEEA
(223,206,234)
#E8DBF1
(232,219,241)
#F1E8F8
(241,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9766B2; }

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

This text font color is #9766B2.

Background Color

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

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

This div background color is #9766B2.

Border color

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

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

This div border color is #9766B2.

Opacity

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

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

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

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

This text has shadow with #9766B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9766B2.

Preview

Color preview on black background

This text has color #9766B2 on black background.


Color preview on white background

This text has color #9766B2 on white background.


Black color preview on #9766B2 background

This text has black color on #9766B2 background.


White color preview on #9766B2 background

This text has white color on #9766B2 background.


Related colors

Complementary color

Complementary color for #hex is #68994D.


I love getcolorcode.com

Triadic colors

1 #B29766 and #66B297 with #9766B2 are triadic colors.

2 #B26697 and #6697B2 with #9766B2 are triadic colors.