COLOR #88867D

HEX: #88867D
RGB: (136,134,125)

Color info

#88867D contains red, green and blue colors in about the same proportion. Web safe color of #88867D is #999966 (or #996).

RGB color model

#88867D color RGB value is (136,134,125).

  • red value is 136;
  • green value is 134;
  • blue value is 125.
RGB:
(136,134,125)
(53%,53%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 125 of 255 = 49%

136
134
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 125 = 395 (100%)
R 136 of 395 ~ 34.43%
G 134 of 395 ~ 33.92%
B 125 of 395 ~ 31.65%

%34.43
%33.92
%31.65

CMYK color model

#88867D color CMYK value is (0,1,8,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,1,8,47)
C0M1Y8K47 
(0%,1%,8%,47%)
(0.00/0.01/0.08/0.47)	

CMYK percentages

%0
%1.47
%8.09
%46.67

Codes

Color #88867D in popluar color models

88867D
RGB136134125
HSL49°4.42%51.18%
HSB/HSV49°8.09%53.33%
CMYK0.00%1.47%8.09%
46.67%

Color #88867D in popluar number systems.

HEX88867D
Decimal136134125
Binary10001000100001101111101
Octal210206175

Shades and tints

Shades of #88867D

#88867D
(136,134,125)
#7C7A72
(124,122,114)
#706E67
(112,110,103)
#64625C
(100,98,92)
#585651
(88,86,81)
#4C4A46
(76,74,70)
#403E3B
(64,62,59)
#343230
(52,50,48)
#282625
(40,38,37)
#1C1A1A
(28,26,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #88867D

#88867D
(136,134,125)
#929188
(146,145,136)
#9C9C93
(156,156,147)
#A6A79E
(166,167,158)
#B0B2A9
(176,178,169)
#BABDB4
(186,189,180)
#C4C8BF
(196,200,191)
#CED3CA
(206,211,202)
#D8DED5
(216,222,213)
#E2E9E0
(226,233,224)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88867D color. Also use rgb(136,134,125) instead hex code.

Text Font Color

.myTextColor { color: #88867D; }

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

This text font color is #88867D.


Background Color

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

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

This div background color is #88867D.


Border color

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

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

This div border color is #88867D.


Opacity

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

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

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

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

This text has shadow with #88867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88867D on black background.


Color preview on white background

This text has color #88867D on white background.



Black color preview on #88867D background

This text has black color on #88867D background.


White color preview on #88867D background

This text has white color on #88867D background.