COLOR #9666B0

HEX: #9666B0
RGB: (150,102,176)

Color info

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

RGB color model

#9666B0 color RGB value is (150,102,176).

  • red value is 150;
  • green value is 102;
  • blue value is 176.
RGB:
(150,102,176)
(59%,40%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 176 of 255 = 69%

150
102
176

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

Portions of RGB colors in percentages

R + G + B =
150 + 102 + 176 = 428 (100%)
R 150 of 428 ~ 35.05%
G 102 of 428 ~ 23.83%
B 176 of 428 ~ 41.12%

%35.05
%23.83
%41.12

CMYK color model

#9666B0 color CMYK value is (15,42,0,31).

  • cyan value is 14.77%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(15,42,0,31)
C15M42Y0K31 
(15%,42%,0%,31%)
(0.15/0.42/0.00/0.31)	

CMYK percentages

%14.77
%42.05
%0
%30.98

Codes

Color #9666B0 in popluar color models

9666B0
RGB150102176
HSL279°31.90%54.51%
HSB/HSV279°42.05%69.02%
CMYK14.77%42.05%0.00%
30.98%

Color #9666B0 in popluar number systems.

HEX9666B0
Decimal150102176
Binary10010110110011010110000
Octal226146260

Shades and tints

Shades of #9666B0

#9666B0
(150,102,176)
#895DA0
(137,93,160)
#7C5490
(124,84,144)
#6F4B80
(111,75,128)
#624270
(98,66,112)
#553960
(85,57,96)
#483050
(72,48,80)
#3B2740
(59,39,64)
#2E1E30
(46,30,48)
#211520
(33,21,32)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #9666B0

#9666B0
(150,102,176)
#9F73B7
(159,115,183)
#A880BE
(168,128,190)
#B18DC5
(177,141,197)
#BA9ACC
(186,154,204)
#C3A7D3
(195,167,211)
#CCB4DA
(204,180,218)
#D5C1E1
(213,193,225)
#DECEE8
(222,206,232)
#E7DBEF
(231,219,239)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9666B0 color. Also use rgb(150,102,176) instead hex code.

Text Font Color

.myTextColor { color: #9666B0; }

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

This text font color is #9666B0.


Background Color

.myBgColor { background-color: #9666B0; }

<div style="background-color:#9666B0">Inner text</div>

This div background color is #9666B0.


Border color

.myBorderColor { border: 1px solid #9666B0; }

<div style="border:3px solid #9666B0">Div</div>

This div border color is #9666B0.


Opacity

.myOpacity80 { color: #9666B0; opacity: 0.8; }

<p style="color:#9666B0;opacity:0.8;">80%</p>

Text with #9666B0 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 #9666B0;}

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

This text has shadow with #9666B0 color.

.textShadow {text-shadow: 3px 3px 1px #9666B0, 3px 3px 1px red;}

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

This text has shadow with #9666B0 primary color and red secondary color.


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

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

This text has shadow with #9666B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9666B0 on black background.


Color preview on white background

This text has color #9666B0 on white background.



Black color preview on #9666B0 background

This text has black color on #9666B0 background.


White color preview on #9666B0 background

This text has white color on #9666B0 background.