COLOR #875B86

HEX: #875B86
RGB: (135,91,134)

Color info

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

RGB color model

#875B86 color RGB value is (135,91,134).

  • red value is 135;
  • green value is 91;
  • blue value is 134.
RGB:
(135,91,134)
(53%,36%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 134 of 255 = 53%

135
91
134

R + G + B ~ 47%. #875B86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 91 + 134 = 360 (100%)
R 135 of 360 ~ 37.5%
G 91 of 360 ~ 25.28%
B 134 of 360 ~ 37.22%

%37.5
%25.28
%37.22

CMYK color model

#875B86 color CMYK value is (0,33,1,47).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,33,1,47)
C0M33Y1K47 
(0%,33%,1%,47%)
(0.00/0.33/0.01/0.47)	

CMYK percentages

%0
%32.59
%0.74
%47.06

Codes

Color #875B86 in popluar color models

875B86
RGB13591134
HSL301°19.47%44.31%
HSB/HSV301°32.59%52.94%
CMYK0.00%32.59%0.74%
47.06%

Color #875B86 in popluar number systems.

HEX875B86
Decimal13591134
Binary10000111101101110000110
Octal207133206

Shades and tints

Shades of #875B86

#875B86
(135,91,134)
#7B537A
(123,83,122)
#6F4B6E
(111,75,110)
#634362
(99,67,98)
#573B56
(87,59,86)
#4B334A
(75,51,74)
#3F2B3E
(63,43,62)
#332332
(51,35,50)
#271B26
(39,27,38)
#1B131A
(27,19,26)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #875B86

#875B86
(135,91,134)
#916991
(145,105,145)
#9B779C
(155,119,156)
#A585A7
(165,133,167)
#AF93B2
(175,147,178)
#B9A1BD
(185,161,189)
#C3AFC8
(195,175,200)
#CDBDD3
(205,189,211)
#D7CBDE
(215,203,222)
#E1D9E9
(225,217,233)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875B86 color. Also use rgb(135,91,134) instead hex code.

Text Font Color

.myTextColor { color: #875B86; }

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

This text font color is #875B86.


Background Color

.myBgColor { background-color: #875B86; }

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

This div background color is #875B86.


Border color

.myBorderColor { border: 1px solid #875B86; }

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

This div border color is #875B86.


Opacity

.myOpacity80 { color: #875B86; opacity: 0.8; }

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

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

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

This text has shadow with #875B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875B86 on black background.


Color preview on white background

This text has color #875B86 on white background.



Black color preview on #875B86 background

This text has black color on #875B86 background.


White color preview on #875B86 background

This text has white color on #875B86 background.