COLOR #88968D

HEX: #88968D
RGB: (136,150,141)

Color info

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

RGB color model

#88968D color RGB value is (136,150,141).

  • red value is 136;
  • green value is 150;
  • blue value is 141.
RGB:
(136,150,141)
(53%,59%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 141 of 255 = 55%

136
150
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 141 = 427 (100%)
R 136 of 427 ~ 31.85%
G 150 of 427 ~ 35.13%
B 141 of 427 ~ 33.02%

%31.85
%35.13
%33.02

CMYK color model

#88968D color CMYK value is (9,0,6,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 41.18%
CMYK:
(9,0,6,41)
C9M0Y6K41 
(9%,0%,6%,41%)
(0.09/0.00/0.06/0.41)	

CMYK percentages

%9.33
%0
%6
%41.18

Codes

Color #88968D in popluar color models

88968D
RGB136150141
HSL141°6.25%56.08%
HSB/HSV141°9.33%58.82%
CMYK9.33%0.00%6.00%
41.18%

Color #88968D in popluar number systems.

HEX88968D
Decimal136150141
Binary100010001001011010001101
Octal210226215

Shades and tints

Shades of #88968D

#88968D
(136,150,141)
#7C8981
(124,137,129)
#707C75
(112,124,117)
#646F69
(100,111,105)
#58625D
(88,98,93)
#4C5551
(76,85,81)
#404845
(64,72,69)
#343B39
(52,59,57)
#282E2D
(40,46,45)
#1C2121
(28,33,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #88968D

#88968D
(136,150,141)
#929F97
(146,159,151)
#9CA8A1
(156,168,161)
#A6B1AB
(166,177,171)
#B0BAB5
(176,186,181)
#BAC3BF
(186,195,191)
#C4CCC9
(196,204,201)
#CED5D3
(206,213,211)
#D8DEDD
(216,222,221)
#E2E7E7
(226,231,231)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88968D; }

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

This text font color is #88968D.


Background Color

.myBgColor { background-color: #88968D; }

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

This div background color is #88968D.


Border color

.myBorderColor { border: 1px solid #88968D; }

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

This div border color is #88968D.


Opacity

.myOpacity80 { color: #88968D; opacity: 0.8; }

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

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

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

This text has shadow with #88968D color.

.textShadow {text-shadow: 3px 3px 1px #88968D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88968D on black background.


Color preview on white background

This text has color #88968D on white background.



Black color preview on #88968D background

This text has black color on #88968D background.


White color preview on #88968D background

This text has white color on #88968D background.