COLOR #88867B

HEX: #88867B
RGB: (136,134,123)

Color info

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

RGB color model

#88867B color RGB value is (136,134,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 123 of 255 = 48%

136
134
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 123 = 393 (100%)
R 136 of 393 ~ 34.61%
G 134 of 393 ~ 34.1%
B 123 of 393 ~ 31.3%

%34.61
%34.1
%31.3

CMYK color model

#88867B color CMYK value is (0,1,10,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(0,1,10,47)
C0M1Y10K47 
(0%,1%,10%,47%)
(0.00/0.01/0.10/0.47)	

CMYK percentages

%0
%1.47
%9.56
%46.67

Codes

Color #88867B in popluar color models

88867B
RGB136134123
HSL51°5.18%50.78%
HSB/HSV51°9.56%53.33%
CMYK0.00%1.47%9.56%
46.67%

Color #88867B in popluar number systems.

HEX88867B
Decimal136134123
Binary10001000100001101111011
Octal210206173

Shades and tints

Shades of #88867B

#88867B
(136,134,123)
#7C7A70
(124,122,112)
#706E65
(112,110,101)
#64625A
(100,98,90)
#58564F
(88,86,79)
#4C4A44
(76,74,68)
#403E39
(64,62,57)
#34322E
(52,50,46)
#282623
(40,38,35)
#1C1A18
(28,26,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #88867B

#88867B
(136,134,123)
#929187
(146,145,135)
#9C9C93
(156,156,147)
#A6A79F
(166,167,159)
#B0B2AB
(176,178,171)
#BABDB7
(186,189,183)
#C4C8C3
(196,200,195)
#CED3CF
(206,211,207)
#D8DEDB
(216,222,219)
#E2E9E7
(226,233,231)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88867B; }

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

This text font color is #88867B.


Background Color

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

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

This div background color is #88867B.


Border color

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

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

This div border color is #88867B.


Opacity

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

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

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

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

This text has shadow with #88867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88867B on black background.


Color preview on white background

This text has color #88867B on white background.



Black color preview on #88867B background

This text has black color on #88867B background.


White color preview on #88867B background

This text has white color on #88867B background.