COLOR #96857E

HEX: #96857E RGB: (150,133,126)

Color info

#96857E contains red, green and blue colors in about the same proportion. Web safe color of #96857E is #999966 (or #996).

RGB color model

#96857E color RGB value is (150,133,126).

RGB: (150,133,126) (59%, 52%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 126 of 255 = 49%

150
133
126

R + G + B ~ 53%. #96857E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 126 = 409 (100%)
R 150 of 409 ~ 36.67%
G 133 of 409 ~ 32.52%
B 126 of 409 ~ 30.81'%

%36.67
%32.52
%30.81

CMYK color model

#96857E color CMYK value is (0,11,16,41).

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

CMYK: (0,11,16,41)
C0M11Y16K41 (0%, 11%, 16%, 41%)
(0.00 / 0.11 / 0.16 / 0.41)

CMYK percentages

%0
%11.33
%16
%41.18

Codes

Color #96857E in popluar color models

96 85 7E
RGB 150 133 126
HSL 18° 10.26% 54.12%
HSB/HSV 18° 16.00% 58.82%
CMYK 0.00% 11.33% 16.00%
41.18%

Color #96857E in popluar number systems.

HEX 96 85 7E
Decimal 150 133 126
Binary 10010110 10000101 1111110
Octal 226 205 176

Shades and tints

Shades of #96857E

#96857E
(150,133,126)
#897973
(137,121,115)
#7C6D68
(124,109,104)
#6F615D
(111,97,93)
#625552
(98,85,82)
#554947
(85,73,71)
#483D3C
(72,61,60)
#3B3131
(59,49,49)
#2E2526
(46,37,38)
#21191B
(33,25,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #96857E

#96857E
(150,133,126)
#9F9089
(159,144,137)
#A89B94
(168,155,148)
#B1A69F
(177,166,159)
#BAB1AA
(186,177,170)
#C3BCB5
(195,188,181)
#CCC7C0
(204,199,192)
#D5D2CB
(213,210,203)
#DEDDD6
(222,221,214)
#E7E8E1
(231,232,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96857E color. Also use rgb(150,133,126) instead hex code.

Text Font Color

.myTextColor { color: #96857E; }

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

This text font color is #96857E.

Background Color

.myBgColor { background-color: #96857E; }

<div style="background-color:#96857E">Inner text</div>

This div background color is #96857E.

Border color

.myBorderColor { border: 1px solid #96857E; }

<div style="border:3px solid #96857E">Div</div>

This div border color is #96857E.

Opacity

.myOpacity80 { color: #96857E; opacity: 0.8; }

<p style="color:#96857E;opacity:0.8;">80%</p>

Text with #96857E 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 #96857E;}

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

This text has shadow with #96857E color.


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

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

This text has shadow with #96857E primary color and red secondary color.


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

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

This text has shadow with #96857E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96857E.

Preview

Color preview on black background

This text has color #96857E on black background.


Color preview on white background

This text has color #96857E on white background.


Black color preview on #96857E background

This text has black color on #96857E background.


White color preview on #96857E background

This text has white color on #96857E background.


Related colors

Complementary color

Complementary color for #hex is #697A81.


I love getcolorcode.com

Triadic colors

1 #7E9685 and #857E96 with #96857E are triadic colors.

2 #7E8596 and #85967E with #96857E are triadic colors.