COLOR #967E7D

HEX: #967E7D RGB: (150,126,125)

Color info

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

RGB color model

#967E7D color RGB value is (150,126,125).

RGB: (150,126,125) (59%, 49%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 125 of 255 = 49%

150
126
125

R + G + B ~ 52%. #967E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 125 = 401 (100%)
R 150 of 401 ~ 37.41%
G 126 of 401 ~ 31.42%
B 125 of 401 ~ 31.17'%

%37.41
%31.42
%31.17

CMYK color model

#967E7D color CMYK value is (0,16,17,41).

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

CMYK: (0,16,17,41)
C0M16Y17K41 (0%, 16%, 17%, 41%)
(0.00 / 0.16 / 0.17 / 0.41)

CMYK percentages

%0
%16
%16.67
%41.18

Codes

Color #967E7D in popluar color models

96 7E 7D
RGB 150 126 125
HSL 10.64% 53.92%
HSB/HSV 16.67% 58.82%
CMYK 0.00% 16.00% 16.67%
41.18%

Color #967E7D in popluar number systems.

HEX 96 7E 7D
Decimal 150 126 125
Binary 10010110 1111110 1111101
Octal 226 176 175

Shades and tints

Shades of #967E7D

#967E7D
(150,126,125)
#897372
(137,115,114)
#7C6867
(124,104,103)
#6F5D5C
(111,93,92)
#625251
(98,82,81)
#554746
(85,71,70)
#483C3B
(72,60,59)
#3B3130
(59,49,48)
#2E2625
(46,38,37)
#211B1A
(33,27,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #967E7D

#967E7D
(150,126,125)
#9F8988
(159,137,136)
#A89493
(168,148,147)
#B19F9E
(177,159,158)
#BAAAA9
(186,170,169)
#C3B5B4
(195,181,180)
#CCC0BF
(204,192,191)
#D5CBCA
(213,203,202)
#DED6D5
(222,214,213)
#E7E1E0
(231,225,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967E7D color. Also use rgb(150,126,125) instead hex code.

Text Font Color

.myTextColor { color: #967E7D; }

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

This text font color is #967E7D.

Background Color

.myBgColor { background-color: #967E7D; }

<div style="background-color:#967E7D">Inner text</div>

This div background color is #967E7D.

Border color

.myBorderColor { border: 1px solid #967E7D; }

<div style="border:3px solid #967E7D">Div</div>

This div border color is #967E7D.

Opacity

.myOpacity80 { color: #967E7D; opacity: 0.8; }

<p style="color:#967E7D;opacity:0.8;">80%</p>

Text with #967E7D 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 #967E7D;}

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

This text has shadow with #967E7D color.


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

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

This text has shadow with #967E7D primary color and red secondary color.


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

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

This text has shadow with #967E7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967E7D.

Preview

Color preview on black background

This text has color #967E7D on black background.


Color preview on white background

This text has color #967E7D on white background.


Black color preview on #967E7D background

This text has black color on #967E7D background.


White color preview on #967E7D background

This text has white color on #967E7D background.


Related colors

Complementary color

Complementary color for #hex is #698182.


I love getcolorcode.com

Triadic colors

1 #7D967E and #7E7D96 with #967E7D are triadic colors.

2 #7D7E96 and #7E967D with #967E7D are triadic colors.