COLOR #88897D

HEX: #88897D
RGB: (136,137,125)

Color info

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

RGB color model

#88897D color RGB value is (136,137,125).

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

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 125 of 255 = 49%

136
137
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 125 = 398 (100%)
R 136 of 398 ~ 34.17%
G 137 of 398 ~ 34.42%
B 125 of 398 ~ 31.41%

%34.17
%34.42
%31.41

CMYK color model

#88897D color CMYK value is (1,0,9,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(1,0,9,46)
C1M0Y9K46 
(1%,0%,9%,46%)
(0.01/0.00/0.09/0.46)	

CMYK percentages

%0.73
%0
%8.76
%46.27

Codes

Color #88897D in popluar color models

88897D
RGB136137125
HSL65°4.84%51.37%
HSB/HSV65°8.76%53.73%
CMYK0.73%0.00%8.76%
46.27%

Color #88897D in popluar number systems.

HEX88897D
Decimal136137125
Binary10001000100010011111101
Octal210211175

Shades and tints

Shades of #88897D

#88897D
(136,137,125)
#7C7D72
(124,125,114)
#707167
(112,113,103)
#64655C
(100,101,92)
#585951
(88,89,81)
#4C4D46
(76,77,70)
#40413B
(64,65,59)
#343530
(52,53,48)
#282925
(40,41,37)
#1C1D1A
(28,29,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #88897D

#88897D
(136,137,125)
#929388
(146,147,136)
#9C9D93
(156,157,147)
#A6A79E
(166,167,158)
#B0B1A9
(176,177,169)
#BABBB4
(186,187,180)
#C4C5BF
(196,197,191)
#CECFCA
(206,207,202)
#D8D9D5
(216,217,213)
#E2E3E0
(226,227,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88897D; }

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

This text font color is #88897D.


Background Color

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

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

This div background color is #88897D.


Border color

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

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

This div border color is #88897D.


Opacity

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

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

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

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

This text has shadow with #88897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88897D on black background.


Color preview on white background

This text has color #88897D on white background.



Black color preview on #88897D background

This text has black color on #88897D background.


White color preview on #88897D background

This text has white color on #88897D background.