COLOR #968B87

HEX: #968B87
RGB: (150,139,135)

Color info

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

RGB color model

#968B87 color RGB value is (150,139,135).

  • red value is 150;
  • green value is 139;
  • blue value is 135.
RGB:
(150,139,135)
(59%,55%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 135 of 255 = 53%

150
139
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 135 = 424 (100%)
R 150 of 424 ~ 35.38%
G 139 of 424 ~ 32.78%
B 135 of 424 ~ 31.84%

%35.38
%32.78
%31.84

CMYK color model

#968B87 color CMYK value is (0,7,10,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 10.00%
  • key color value is 41.18%
CMYK:
(0,7,10,41)
C0M7Y10K41 
(0%,7%,10%,41%)
(0.00/0.07/0.10/0.41)	

CMYK percentages

%0
%7.33
%10
%41.18

Codes

Color #968B87 in popluar color models

968B87
RGB150139135
HSL16°6.67%55.88%
HSB/HSV16°10.00%58.82%
CMYK0.00%7.33%10.00%
41.18%

Color #968B87 in popluar number systems.

HEX968B87
Decimal150139135
Binary100101101000101110000111
Octal226213207

Shades and tints

Shades of #968B87

#968B87
(150,139,135)
#897F7B
(137,127,123)
#7C736F
(124,115,111)
#6F6763
(111,103,99)
#625B57
(98,91,87)
#554F4B
(85,79,75)
#48433F
(72,67,63)
#3B3733
(59,55,51)
#2E2B27
(46,43,39)
#211F1B
(33,31,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #968B87

#968B87
(150,139,135)
#9F9591
(159,149,145)
#A89F9B
(168,159,155)
#B1A9A5
(177,169,165)
#BAB3AF
(186,179,175)
#C3BDB9
(195,189,185)
#CCC7C3
(204,199,195)
#D5D1CD
(213,209,205)
#DEDBD7
(222,219,215)
#E7E5E1
(231,229,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968B87 color. Also use rgb(150,139,135) instead hex code.

Text Font Color

.myTextColor { color: #968B87; }

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

This text font color is #968B87.


Background Color

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

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

This div background color is #968B87.


Border color

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

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

This div border color is #968B87.


Opacity

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

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

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

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

This text has shadow with #968B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B87 on black background.


Color preview on white background

This text has color #968B87 on white background.



Black color preview on #968B87 background

This text has black color on #968B87 background.


White color preview on #968B87 background

This text has white color on #968B87 background.