COLOR #968E83

HEX: #968E83
RGB: (150,142,131)

Color info

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

RGB color model

#968E83 color RGB value is (150,142,131).

  • red value is 150;
  • green value is 142;
  • blue value is 131.
RGB:
(150,142,131)
(59%,56%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 131 of 255 = 51%

150
142
131

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 131 = 423 (100%)
R 150 of 423 ~ 35.46%
G 142 of 423 ~ 33.57%
B 131 of 423 ~ 30.97%

%35.46
%33.57
%30.97

CMYK color model

#968E83 color CMYK value is (0,5,13,41).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK:
(0,5,13,41)
C0M5Y13K41 
(0%,5%,13%,41%)
(0.00/0.05/0.13/0.41)	

CMYK percentages

%0
%5.33
%12.67
%41.18

Codes

Color #968E83 in popluar color models

968E83
RGB150142131
HSL35°8.30%55.10%
HSB/HSV35°12.67%58.82%
CMYK0.00%5.33%12.67%
41.18%

Color #968E83 in popluar number systems.

HEX968E83
Decimal150142131
Binary100101101000111010000011
Octal226216203

Shades and tints

Shades of #968E83

#968E83
(150,142,131)
#898278
(137,130,120)
#7C766D
(124,118,109)
#6F6A62
(111,106,98)
#625E57
(98,94,87)
#55524C
(85,82,76)
#484641
(72,70,65)
#3B3A36
(59,58,54)
#2E2E2B
(46,46,43)
#212220
(33,34,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #968E83

#968E83
(150,142,131)
#9F988E
(159,152,142)
#A8A299
(168,162,153)
#B1ACA4
(177,172,164)
#BAB6AF
(186,182,175)
#C3C0BA
(195,192,186)
#CCCAC5
(204,202,197)
#D5D4D0
(213,212,208)
#DEDEDB
(222,222,219)
#E7E8E6
(231,232,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968E83 color. Also use rgb(150,142,131) instead hex code.

Text Font Color

.myTextColor { color: #968E83; }

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

This text font color is #968E83.


Background Color

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

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

This div background color is #968E83.


Border color

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

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

This div border color is #968E83.


Opacity

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

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

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

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

This text has shadow with #968E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E83 on black background.


Color preview on white background

This text has color #968E83 on white background.



Black color preview on #968E83 background

This text has black color on #968E83 background.


White color preview on #968E83 background

This text has white color on #968E83 background.