COLOR #88987E

HEX: #88987E
RGB: (136,152,126)

Color info

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

RGB color model

#88987E color RGB value is (136,152,126).

  • red value is 136;
  • green value is 152;
  • blue value is 126.
RGB:
(136,152,126)
(53%,60%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 126 of 255 = 49%

136
152
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 126 = 414 (100%)
R 136 of 414 ~ 32.85%
G 152 of 414 ~ 36.71%
B 126 of 414 ~ 30.43%

%32.85
%36.71
%30.43

CMYK color model

#88987E color CMYK value is (11,0,17,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(11,0,17,40)
C11M0Y17K40 
(11%,0%,17%,40%)
(0.11/0.00/0.17/0.40)	

CMYK percentages

%10.53
%0
%17.11
%40.39

Codes

Color #88987E in popluar color models

88987E
RGB136152126
HSL97°11.21%54.51%
HSB/HSV97°17.11%59.61%
CMYK10.53%0.00%17.11%
40.39%

Color #88987E in popluar number systems.

HEX88987E
Decimal136152126
Binary10001000100110001111110
Octal210230176

Shades and tints

Shades of #88987E

#88987E
(136,152,126)
#7C8B73
(124,139,115)
#707E68
(112,126,104)
#64715D
(100,113,93)
#586452
(88,100,82)
#4C5747
(76,87,71)
#404A3C
(64,74,60)
#343D31
(52,61,49)
#283026
(40,48,38)
#1C231B
(28,35,27)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #88987E

#88987E
(136,152,126)
#92A189
(146,161,137)
#9CAA94
(156,170,148)
#A6B39F
(166,179,159)
#B0BCAA
(176,188,170)
#BAC5B5
(186,197,181)
#C4CEC0
(196,206,192)
#CED7CB
(206,215,203)
#D8E0D6
(216,224,214)
#E2E9E1
(226,233,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88987E color. Also use rgb(136,152,126) instead hex code.

Text Font Color

.myTextColor { color: #88987E; }

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

This text font color is #88987E.


Background Color

.myBgColor { background-color: #88987E; }

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

This div background color is #88987E.


Border color

.myBorderColor { border: 1px solid #88987E; }

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

This div border color is #88987E.


Opacity

.myOpacity80 { color: #88987E; opacity: 0.8; }

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

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

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

This text has shadow with #88987E color.

.textShadow {text-shadow: 3px 3px 1px #88987E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88987E on black background.


Color preview on white background

This text has color #88987E on white background.



Black color preview on #88987E background

This text has black color on #88987E background.


White color preview on #88987E background

This text has white color on #88987E background.