COLOR #968E84

HEX: #968E84
RGB: (150,142,132)

Color info

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

RGB color model

#968E84 color RGB value is (150,142,132).

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

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 132 of 255 = 52%

150
142
132

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 132 = 424 (100%)
R 150 of 424 ~ 35.38%
G 142 of 424 ~ 33.49%
B 132 of 424 ~ 31.13%

%35.38
%33.49
%31.13

CMYK color model

#968E84 color CMYK value is (0,5,12,41).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(0,5,12,41)
C0M5Y12K41 
(0%,5%,12%,41%)
(0.00/0.05/0.12/0.41)	

CMYK percentages

%0
%5.33
%12
%41.18

Codes

Color #968E84 in popluar color models

968E84
RGB150142132
HSL33°7.89%55.29%
HSB/HSV33°12.00%58.82%
CMYK0.00%5.33%12.00%
41.18%

Color #968E84 in popluar number systems.

HEX968E84
Decimal150142132
Binary100101101000111010000100
Octal226216204

Shades and tints

Shades of #968E84

#968E84
(150,142,132)
#898278
(137,130,120)
#7C766C
(124,118,108)
#6F6A60
(111,106,96)
#625E54
(98,94,84)
#555248
(85,82,72)
#48463C
(72,70,60)
#3B3A30
(59,58,48)
#2E2E24
(46,46,36)
#212218
(33,34,24)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #968E84

#968E84
(150,142,132)
#9F988F
(159,152,143)
#A8A29A
(168,162,154)
#B1ACA5
(177,172,165)
#BAB6B0
(186,182,176)
#C3C0BB
(195,192,187)
#CCCAC6
(204,202,198)
#D5D4D1
(213,212,209)
#DEDEDC
(222,222,220)
#E7E8E7
(231,232,231)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968E84; }

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

This text font color is #968E84.


Background Color

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

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

This div background color is #968E84.


Border color

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

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

This div border color is #968E84.


Opacity

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

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

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

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

This text has shadow with #968E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968E84 on black background.


Color preview on white background

This text has color #968E84 on white background.



Black color preview on #968E84 background

This text has black color on #968E84 background.


White color preview on #968E84 background

This text has white color on #968E84 background.