COLOR #96667D

HEX: #96667D RGB: (150,102,125)

Color info

#96667D contains red, green and blue colors in about the same proportion. Web safe color of #96667D is #996666 (or #966).

RGB color model

#96667D color RGB value is (150,102,125).

RGB: (150,102,125) (59%, 40%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 125 of 255 = 49%

150
102
125

R + G + B ~ 49%. #96667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 102 + 125 = 377 (100%)
R 150 of 377 ~ 39.79%
G 102 of 377 ~ 27.06%
B 125 of 377 ~ 33.16'%

%39.79
%27.06
%33.16

CMYK color model

#96667D color CMYK value is (0,32,17,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK: (0,32,17,41) C0M32Y17K41 (0%,32%,17%,41%) (0.00/0.32/0.17/0.41) 

CMYK percentages

%0
%32
%16.67
%41.18

Codes

Color #96667D in popluar color models

96 66 7D
RGB 150 102 125
HSL 331° 19.05% 49.41%
HSB/HSV 331° 32.00% 58.82%
CMYK 0.00% 32.00% 16.67%
41.18%

Color #96667D in popluar number systems.

HEX 96 66 7D
Decimal 150 102 125
Binary 10010110 1100110 1111101
Octal 226 146 175

Shades and tints

Shades of #96667D

#96667D
(150,102,125)
#895D72
(137,93,114)
#7C5467
(124,84,103)
#6F4B5C
(111,75,92)
#624251
(98,66,81)
#553946
(85,57,70)
#48303B
(72,48,59)
#3B2730
(59,39,48)
#2E1E25
(46,30,37)
#21151A
(33,21,26)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #96667D

#96667D
(150,102,125)
#9F7388
(159,115,136)
#A88093
(168,128,147)
#B18D9E
(177,141,158)
#BA9AA9
(186,154,169)
#C3A7B4
(195,167,180)
#CCB4BF
(204,180,191)
#D5C1CA
(213,193,202)
#DECED5
(222,206,213)
#E7DBE0
(231,219,224)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96667D color. Also use rgb(150,102,125) instead hex code.

Text Font Color

.myTextColor { color: #96667D; }

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

This text font color is #96667D.

Background Color

.myBgColor { background-color: #96667D; }

<div style="background-color:#96667D">Inner text</div>

This div background color is #96667D.

Border color

.myBorderColor { border: 1px solid #96667D; }

<div style="border:3px solid #96667D">Div</div>

This div border color is #96667D.

Opacity

.myOpacity80 { color: #96667D; opacity: 0.8; }

<p style="color:#96667D;opacity:0.8;">80%</p>

Text with #96667D 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 #96667D;}

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

This text has shadow with #96667D color.


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

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

This text has shadow with #96667D primary color and red secondary color.


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

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

This text has shadow with #96667D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96667D.

Preview

Color preview on black background

This text has color #96667D on black background.


Color preview on white background

This text has color #96667D on white background.


Black color preview on #96667D background

This text has black color on #96667D background.


White color preview on #96667D background

This text has white color on #96667D background.


Related colors

Complementary color

Complementary color for #hex is #699982.


I love getcolorcode.com

Triadic colors

1 #7D9666 and #667D96 with #96667D are triadic colors.

2 #7D6696 and #66967D with #96667D are triadic colors.