COLOR #968C84

HEX: #968C84 RGB: (150,140,132)

Color info

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

RGB color model

#968C84 color RGB value is (150,140,132).

RGB: (150,140,132) (59%, 55%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 132 of 255 = 52%

150
140
132

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 132 = 422 (100%)
R 150 of 422 ~ 35.55%
G 140 of 422 ~ 33.18%
B 132 of 422 ~ 31.28'%

%35.55
%33.18
%31.28

CMYK color model

#968C84 color CMYK value is (0,7,12,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 12.00%
  • key color value is 41.18%

CMYK: (0,7,12,41)
C0M7Y12K41 (0%, 7%, 12%, 41%)
(0.00 / 0.07 / 0.12 / 0.41)

CMYK percentages

%0
%6.67
%12
%41.18

Codes

Color #968C84 in popluar color models

96 8C 84
RGB 150 140 132
HSL 27° 7.89% 55.29%
HSB/HSV 27° 12.00% 58.82%
CMYK 0.00% 6.67% 12.00%
41.18%

Color #968C84 in popluar number systems.

HEX 96 8C 84
Decimal 150 140 132
Binary 10010110 10001100 10000100
Octal 226 214 204

Shades and tints

Shades of #968C84

#968C84
(150,140,132)
#898078
(137,128,120)
#7C746C
(124,116,108)
#6F6860
(111,104,96)
#625C54
(98,92,84)
#555048
(85,80,72)
#48443C
(72,68,60)
#3B3830
(59,56,48)
#2E2C24
(46,44,36)
#212018
(33,32,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #968C84

#968C84
(150,140,132)
#9F968F
(159,150,143)
#A8A09A
(168,160,154)
#B1AAA5
(177,170,165)
#BAB4B0
(186,180,176)
#C3BEBB
(195,190,187)
#CCC8C6
(204,200,198)
#D5D2D1
(213,210,209)
#DEDCDC
(222,220,220)
#E7E6E7
(231,230,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C84; }

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

This text font color is #968C84.

Background Color

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

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

This div background color is #968C84.

Border color

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

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

This div border color is #968C84.

Opacity

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

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

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

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

This text has shadow with #968C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968C84.

Preview

Color preview on black background

This text has color #968C84 on black background.


Color preview on white background

This text has color #968C84 on white background.


Black color preview on #968C84 background

This text has black color on #968C84 background.


White color preview on #968C84 background

This text has white color on #968C84 background.


Related colors

Complementary color

Complementary color for #hex is #69737B.


I love getcolorcode.com

Triadic colors

1 #84968C and #8C8496 with #968C84 are triadic colors.

2 #848C96 and #8C9684 with #968C84 are triadic colors.