COLOR #96977E

HEX: #96977E
RGB: (150,151,126)

Color info

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

RGB color model

#96977E color RGB value is (150,151,126).

  • red value is 150;
  • green value is 151;
  • blue value is 126.
RGB:
(150,151,126)
(59%,59%,49%)

RGB channels and saturation

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

150
151
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 126 = 427 (100%)
R 150 of 427 ~ 35.13%
G 151 of 427 ~ 35.36%
B 126 of 427 ~ 29.51%

%35.13
%35.36
%29.51

CMYK color model

#96977E color CMYK value is (1,0,17,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(1,0,17,41)
C1M0Y17K41 
(1%,0%,17%,41%)
(0.01/0.00/0.17/0.41)	

CMYK percentages

%0.66
%0
%16.56
%40.78

Codes

Color #96977E in popluar color models

96977E
RGB150151126
HSL62°10.73%54.31%
HSB/HSV62°16.56%59.22%
CMYK0.66%0.00%16.56%
40.78%

Color #96977E in popluar number systems.

HEX96977E
Decimal150151126
Binary10010110100101111111110
Octal226227176

Shades and tints

Shades of #96977E

#96977E
(150,151,126)
#898A73
(137,138,115)
#7C7D68
(124,125,104)
#6F705D
(111,112,93)
#626352
(98,99,82)
#555647
(85,86,71)
#48493C
(72,73,60)
#3B3C31
(59,60,49)
#2E2F26
(46,47,38)
#21221B
(33,34,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96977E

#96977E
(150,151,126)
#9FA089
(159,160,137)
#A8A994
(168,169,148)
#B1B29F
(177,178,159)
#BABBAA
(186,187,170)
#C3C4B5
(195,196,181)
#CCCDC0
(204,205,192)
#D5D6CB
(213,214,203)
#DEDFD6
(222,223,214)
#E7E8E1
(231,232,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96977E; }

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

This text font color is #96977E.


Background Color

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

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

This div background color is #96977E.


Border color

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

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

This div border color is #96977E.


Opacity

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

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

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

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

This text has shadow with #96977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96977E on black background.


Color preview on white background

This text has color #96977E on white background.



Black color preview on #96977E background

This text has black color on #96977E background.


White color preview on #96977E background

This text has white color on #96977E background.