COLOR #88897B

HEX: #88897B
RGB: (136,137,123)

Color info

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

RGB color model

#88897B color RGB value is (136,137,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 123 of 255 = 48%

136
137
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 123 = 396 (100%)
R 136 of 396 ~ 34.34%
G 137 of 396 ~ 34.6%
B 123 of 396 ~ 31.06%

%34.34
%34.6
%31.06

CMYK color model

#88897B color CMYK value is (1,0,10,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 46.27%
CMYK:
(1,0,10,46)
C1M0Y10K46 
(1%,0%,10%,46%)
(0.01/0.00/0.10/0.46)	

CMYK percentages

%0.73
%0
%10.22
%46.27

Codes

Color #88897B in popluar color models

88897B
RGB136137123
HSL64°5.60%50.98%
HSB/HSV64°10.22%53.73%
CMYK0.73%0.00%10.22%
46.27%

Color #88897B in popluar number systems.

HEX88897B
Decimal136137123
Binary10001000100010011111011
Octal210211173

Shades and tints

Shades of #88897B

#88897B
(136,137,123)
#7C7D70
(124,125,112)
#707165
(112,113,101)
#64655A
(100,101,90)
#58594F
(88,89,79)
#4C4D44
(76,77,68)
#404139
(64,65,57)
#34352E
(52,53,46)
#282923
(40,41,35)
#1C1D18
(28,29,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #88897B

#88897B
(136,137,123)
#929387
(146,147,135)
#9C9D93
(156,157,147)
#A6A79F
(166,167,159)
#B0B1AB
(176,177,171)
#BABBB7
(186,187,183)
#C4C5C3
(196,197,195)
#CECFCF
(206,207,207)
#D8D9DB
(216,217,219)
#E2E3E7
(226,227,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88897B; }

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

This text font color is #88897B.


Background Color

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

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

This div background color is #88897B.


Border color

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

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

This div border color is #88897B.


Opacity

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

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

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

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

This text has shadow with #88897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88897B on black background.


Color preview on white background

This text has color #88897B on white background.



Black color preview on #88897B background

This text has black color on #88897B background.


White color preview on #88897B background

This text has white color on #88897B background.