COLOR #968881

HEX: #968881 RGB: (150,136,129)

Color info

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

RGB color model

#968881 color RGB value is (150,136,129).

RGB: (150,136,129) (59%, 53%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 129 of 255 = 51%

150
136
129

R + G + B ~ 54%. #968881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 129 = 415 (100%)
R 150 of 415 ~ 36.14%
G 136 of 415 ~ 32.77%
B 129 of 415 ~ 31.08'%

%36.14
%32.77
%31.08

CMYK color model

#968881 color CMYK value is (0,9,14,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 14.00%
  • key color value is 41.18%

CMYK: (0,9,14,41)
C0M9Y14K41 (0%, 9%, 14%, 41%)
(0.00 / 0.09 / 0.14 / 0.41)

CMYK percentages

%0
%9.33
%14
%41.18

Codes

Color #968881 in popluar color models

96 88 81
RGB 150 136 129
HSL 20° 9.09% 54.71%
HSB/HSV 20° 14.00% 58.82%
CMYK 0.00% 9.33% 14.00%
41.18%

Color #968881 in popluar number systems.

HEX 96 88 81
Decimal 150 136 129
Binary 10010110 10001000 10000001
Octal 226 210 201

Shades and tints

Shades of #968881

#968881
(150,136,129)
#897C76
(137,124,118)
#7C706B
(124,112,107)
#6F6460
(111,100,96)
#625855
(98,88,85)
#554C4A
(85,76,74)
#48403F
(72,64,63)
#3B3434
(59,52,52)
#2E2829
(46,40,41)
#211C1E
(33,28,30)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #968881

#968881
(150,136,129)
#9F928C
(159,146,140)
#A89C97
(168,156,151)
#B1A6A2
(177,166,162)
#BAB0AD
(186,176,173)
#C3BAB8
(195,186,184)
#CCC4C3
(204,196,195)
#D5CECE
(213,206,206)
#DED8D9
(222,216,217)
#E7E2E4
(231,226,228)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968881 color. Also use rgb(150,136,129) instead hex code.

Text Font Color

.myTextColor { color: #968881; }

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

This text font color is #968881.

Background Color

.myBgColor { background-color: #968881; }

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

This div background color is #968881.

Border color

.myBorderColor { border: 1px solid #968881; }

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

This div border color is #968881.

Opacity

.myOpacity80 { color: #968881; opacity: 0.8; }

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

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

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

This text has shadow with #968881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968881.

Preview

Color preview on black background

This text has color #968881 on black background.


Color preview on white background

This text has color #968881 on white background.


Black color preview on #968881 background

This text has black color on #968881 background.


White color preview on #968881 background

This text has white color on #968881 background.


Related colors

Complementary color

Complementary color for #hex is #69777E.


I love getcolorcode.com

Triadic colors

1 #819688 and #888196 with #968881 are triadic colors.

2 #818896 and #889681 with #968881 are triadic colors.