COLOR #969857

HEX: #969857
RGB: (150,152,87)

Color info

#969857 contains mainly red and green colors. Web safe color of #969857 is #999966 (or #996).

RGB color model

#969857 color RGB value is (150,152,87).

  • red value is 150;
  • green value is 152;
  • blue value is 87.
RGB:
(150,152,87)
(59%,60%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 87 of 255 = 34%

150
152
87

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 87 = 389 (100%)
R 150 of 389 ~ 38.56%
G 152 of 389 ~ 39.07%
B 87 of 389 ~ 22.37%

%38.56
%39.07
%22.37

CMYK color model

#969857 color CMYK value is (1,0,43,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 42.76%
  • key color value is 40.39%
CMYK:
(1,0,43,40)
C1M0Y43K40 
(1%,0%,43%,40%)
(0.01/0.00/0.43/0.40)	

CMYK percentages

%1.32
%0
%42.76
%40.39

Codes

Color #969857 in popluar color models

969857
RGB15015287
HSL62°27.20%46.86%
HSB/HSV62°42.76%59.61%
CMYK1.32%0.00%42.76%
40.39%

Color #969857 in popluar number systems.

HEX969857
Decimal15015287
Binary10010110100110001010111
Octal226230127

Shades and tints

Shades of #969857

#969857
(150,152,87)
#898B50
(137,139,80)
#7C7E49
(124,126,73)
#6F7142
(111,113,66)
#62643B
(98,100,59)
#555734
(85,87,52)
#484A2D
(72,74,45)
#3B3D26
(59,61,38)
#2E301F
(46,48,31)
#212318
(33,35,24)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #969857

#969857
(150,152,87)
#9FA166
(159,161,102)
#A8AA75
(168,170,117)
#B1B384
(177,179,132)
#BABC93
(186,188,147)
#C3C5A2
(195,197,162)
#CCCEB1
(204,206,177)
#D5D7C0
(213,215,192)
#DEE0CF
(222,224,207)
#E7E9DE
(231,233,222)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969857 color. Also use rgb(150,152,87) instead hex code.

Text Font Color

.myTextColor { color: #969857; }

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

This text font color is #969857.


Background Color

.myBgColor { background-color: #969857; }

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

This div background color is #969857.


Border color

.myBorderColor { border: 1px solid #969857; }

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

This div border color is #969857.


Opacity

.myOpacity80 { color: #969857; opacity: 0.8; }

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

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

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

This text has shadow with #969857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969857 on black background.


Color preview on white background

This text has color #969857 on white background.



Black color preview on #969857 background

This text has black color on #969857 background.


White color preview on #969857 background

This text has white color on #969857 background.