COLOR #968B83

HEX: #968B83 RGB: (150,139,131)

Color info

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

RGB color model

#968B83 color RGB value is (150,139,131).

RGB: (150,139,131) (59%, 55%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 131 of 255 = 51%

150
139
131

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

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 131 = 420 (100%)
R 150 of 420 ~ 35.71%
G 139 of 420 ~ 33.1%
B 131 of 420 ~ 31.19'%

%35.71
%33.1
%31.19

CMYK color model

#968B83 color CMYK value is (0,7,13,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 12.67%
  • key color value is 41.18%

CMYK: (0,7,13,41)
C0M7Y13K41 (0%, 7%, 13%, 41%)
(0.00 / 0.07 / 0.13 / 0.41)

CMYK percentages

%0
%7.33
%12.67
%41.18

Codes

Color #968B83 in popluar color models

96 8B 83
RGB 150 139 131
HSL 25° 8.30% 55.10%
HSB/HSV 25° 12.67% 58.82%
CMYK 0.00% 7.33% 12.67%
41.18%

Color #968B83 in popluar number systems.

HEX 96 8B 83
Decimal 150 139 131
Binary 10010110 10001011 10000011
Octal 226 213 203

Shades and tints

Shades of #968B83

#968B83
(150,139,131)
#897F78
(137,127,120)
#7C736D
(124,115,109)
#6F6762
(111,103,98)
#625B57
(98,91,87)
#554F4C
(85,79,76)
#484341
(72,67,65)
#3B3736
(59,55,54)
#2E2B2B
(46,43,43)
#211F20
(33,31,32)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #968B83

#968B83
(150,139,131)
#9F958E
(159,149,142)
#A89F99
(168,159,153)
#B1A9A4
(177,169,164)
#BAB3AF
(186,179,175)
#C3BDBA
(195,189,186)
#CCC7C5
(204,199,197)
#D5D1D0
(213,209,208)
#DEDBDB
(222,219,219)
#E7E5E6
(231,229,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B83; }

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

This text font color is #968B83.

Background Color

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

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

This div background color is #968B83.

Border color

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

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

This div border color is #968B83.

Opacity

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

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

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

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

This text has shadow with #968B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968B83.

Preview

Color preview on black background

This text has color #968B83 on black background.


Color preview on white background

This text has color #968B83 on white background.


Black color preview on #968B83 background

This text has black color on #968B83 background.


White color preview on #968B83 background

This text has white color on #968B83 background.


Related colors

Complementary color

Complementary color for #hex is #69747C.


I love getcolorcode.com

Triadic colors

1 #83968B and #8B8396 with #968B83 are triadic colors.

2 #838B96 and #8B9683 with #968B83 are triadic colors.