COLOR #96707D

HEX: #96707D RGB: (150,112,125)

Color info

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

RGB color model

#96707D color RGB value is (150,112,125).

RGB: (150,112,125) (59%, 44%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 125 of 255 = 49%

150
112
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 112 + 125 = 387 (100%)
R 150 of 387 ~ 38.76%
G 112 of 387 ~ 28.94%
B 125 of 387 ~ 32.3'%

%38.76
%28.94
%32.3

CMYK color model

#96707D color CMYK value is (0,25,17,41).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 16.67%
  • key color value is 41.18%

CMYK: (0,25,17,41)
C0M25Y17K41 (0%, 25%, 17%, 41%)
(0.00 / 0.25 / 0.17 / 0.41)

CMYK percentages

%0
%25.33
%16.67
%41.18

Codes

Color #96707D in popluar color models

96 70 7D
RGB 150 112 125
HSL 339° 15.32% 51.37%
HSB/HSV 339° 25.33% 58.82%
CMYK 0.00% 25.33% 16.67%
41.18%

Color #96707D in popluar number systems.

HEX 96 70 7D
Decimal 150 112 125
Binary 10010110 1110000 1111101
Octal 226 160 175

Shades and tints

Shades of #96707D

#96707D
(150,112,125)
#896672
(137,102,114)
#7C5C67
(124,92,103)
#6F525C
(111,82,92)
#624851
(98,72,81)
#553E46
(85,62,70)
#48343B
(72,52,59)
#3B2A30
(59,42,48)
#2E2025
(46,32,37)
#21161A
(33,22,26)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #96707D

#96707D
(150,112,125)
#9F7D88
(159,125,136)
#A88A93
(168,138,147)
#B1979E
(177,151,158)
#BAA4A9
(186,164,169)
#C3B1B4
(195,177,180)
#CCBEBF
(204,190,191)
#D5CBCA
(213,203,202)
#DED8D5
(222,216,213)
#E7E5E0
(231,229,224)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96707D; }

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

This text font color is #96707D.

Background Color

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

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

This div background color is #96707D.

Border color

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

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

This div border color is #96707D.

Opacity

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

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

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

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

This text has shadow with #96707D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96707D.

Preview

Color preview on black background

This text has color #96707D on black background.


Color preview on white background

This text has color #96707D on white background.


Black color preview on #96707D background

This text has black color on #96707D background.


White color preview on #96707D background

This text has white color on #96707D background.


Related colors

Complementary color

Complementary color for #hex is #698F82.


I love getcolorcode.com

Triadic colors

1 #7D9670 and #707D96 with #96707D are triadic colors.

2 #7D7096 and #70967D with #96707D are triadic colors.