COLOR #876888

HEX: #876888
RGB: (135,104,136)

Color info

#876888 contains red, green and blue colors in about the same proportion. Web safe color of #876888 is #996699 (or #969).

RGB color model

#876888 color RGB value is (135,104,136).

  • red value is 135;
  • green value is 104;
  • blue value is 136.
RGB:
(135,104,136)
(53%,41%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 136 of 255 = 53%

135
104
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 136 = 375 (100%)
R 135 of 375 ~ 36%
G 104 of 375 ~ 27.73%
B 136 of 375 ~ 36.27%

%36
%27.73
%36.27

CMYK color model

#876888 color CMYK value is (1,24,0,47).

  • cyan value is 0.74%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,24,0,47)
C1M24Y0K47 
(1%,24%,0%,47%)
(0.01/0.24/0.00/0.47)	

CMYK percentages

%0.74
%23.53
%0
%46.67

Codes

Color #876888 in popluar color models

876888
RGB135104136
HSL298°13.33%47.06%
HSB/HSV298°23.53%53.33%
CMYK0.74%23.53%0.00%
46.67%

Color #876888 in popluar number systems.

HEX876888
Decimal135104136
Binary10000111110100010001000
Octal207150210

Shades and tints

Shades of #876888

#876888
(135,104,136)
#7B5F7C
(123,95,124)
#6F5670
(111,86,112)
#634D64
(99,77,100)
#574458
(87,68,88)
#4B3B4C
(75,59,76)
#3F3240
(63,50,64)
#332934
(51,41,52)
#272028
(39,32,40)
#1B171C
(27,23,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #876888

#876888
(135,104,136)
#917592
(145,117,146)
#9B829C
(155,130,156)
#A58FA6
(165,143,166)
#AF9CB0
(175,156,176)
#B9A9BA
(185,169,186)
#C3B6C4
(195,182,196)
#CDC3CE
(205,195,206)
#D7D0D8
(215,208,216)
#E1DDE2
(225,221,226)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876888 color. Also use rgb(135,104,136) instead hex code.

Text Font Color

.myTextColor { color: #876888; }

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

This text font color is #876888.


Background Color

.myBgColor { background-color: #876888; }

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

This div background color is #876888.


Border color

.myBorderColor { border: 1px solid #876888; }

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

This div border color is #876888.


Opacity

.myOpacity80 { color: #876888; opacity: 0.8; }

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

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

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

This text has shadow with #876888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876888 on black background.


Color preview on white background

This text has color #876888 on white background.



Black color preview on #876888 background

This text has black color on #876888 background.


White color preview on #876888 background

This text has white color on #876888 background.