COLOR #968D82

HEX: #968D82
RGB: (150,141,130)

Color info

#968D82 contains red, green and blue colors in about the same proportion. Web safe color of #968D82 is #999999 (or #999).

RGB color model

#968D82 color RGB value is (150,141,130).

  • red value is 150;
  • green value is 141;
  • blue value is 130.
RGB:
(150,141,130)
(59%,55%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 130 of 255 = 51%

150
141
130

R + G + B ~ 55%. #968D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 130 = 421 (100%)
R 150 of 421 ~ 35.63%
G 141 of 421 ~ 33.49%
B 130 of 421 ~ 30.88%

%35.63
%33.49
%30.88

CMYK color model

#968D82 color CMYK value is (0,6,13,41).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 13.33%
  • key color value is 41.18%
CMYK:
(0,6,13,41)
C0M6Y13K41 
(0%,6%,13%,41%)
(0.00/0.06/0.13/0.41)	

CMYK percentages

%0
%6
%13.33
%41.18

Codes

Color #968D82 in popluar color models

968D82
RGB150141130
HSL33°8.70%54.90%
HSB/HSV33°13.33%58.82%
CMYK0.00%6.00%13.33%
41.18%

Color #968D82 in popluar number systems.

HEX968D82
Decimal150141130
Binary100101101000110110000010
Octal226215202

Shades and tints

Shades of #968D82

#968D82
(150,141,130)
#898177
(137,129,119)
#7C756C
(124,117,108)
#6F6961
(111,105,97)
#625D56
(98,93,86)
#55514B
(85,81,75)
#484540
(72,69,64)
#3B3935
(59,57,53)
#2E2D2A
(46,45,42)
#21211F
(33,33,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #968D82

#968D82
(150,141,130)
#9F978D
(159,151,141)
#A8A198
(168,161,152)
#B1ABA3
(177,171,163)
#BAB5AE
(186,181,174)
#C3BFB9
(195,191,185)
#CCC9C4
(204,201,196)
#D5D3CF
(213,211,207)
#DEDDDA
(222,221,218)
#E7E7E5
(231,231,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968D82 color. Also use rgb(150,141,130) instead hex code.

Text Font Color

.myTextColor { color: #968D82; }

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

This text font color is #968D82.


Background Color

.myBgColor { background-color: #968D82; }

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

This div background color is #968D82.


Border color

.myBorderColor { border: 1px solid #968D82; }

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

This div border color is #968D82.


Opacity

.myOpacity80 { color: #968D82; opacity: 0.8; }

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

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

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

This text has shadow with #968D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968D82 on black background.


Color preview on white background

This text has color #968D82 on white background.



Black color preview on #968D82 background

This text has black color on #968D82 background.


White color preview on #968D82 background

This text has white color on #968D82 background.