COLOR #875E84

HEX: #875E84
RGB: (135,94,132)

Color info

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

RGB color model

#875E84 color RGB value is (135,94,132).

  • red value is 135;
  • green value is 94;
  • blue value is 132.
RGB:
(135,94,132)
(53%,37%,52%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 132 of 255 = 52%

135
94
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 132 = 361 (100%)
R 135 of 361 ~ 37.4%
G 94 of 361 ~ 26.04%
B 132 of 361 ~ 36.57%

%37.4
%26.04
%36.57

CMYK color model

#875E84 color CMYK value is (0,30,2,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(0,30,2,47)
C0M30Y2K47 
(0%,30%,2%,47%)
(0.00/0.30/0.02/0.47)	

CMYK percentages

%0
%30.37
%2.22
%47.06

Codes

Color #875E84 in popluar color models

875E84
RGB13594132
HSL304°17.90%44.90%
HSB/HSV304°30.37%52.94%
CMYK0.00%30.37%2.22%
47.06%

Color #875E84 in popluar number systems.

HEX875E84
Decimal13594132
Binary10000111101111010000100
Octal207136204

Shades and tints

Shades of #875E84

#875E84
(135,94,132)
#7B5678
(123,86,120)
#6F4E6C
(111,78,108)
#634660
(99,70,96)
#573E54
(87,62,84)
#4B3648
(75,54,72)
#3F2E3C
(63,46,60)
#332630
(51,38,48)
#271E24
(39,30,36)
#1B1618
(27,22,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #875E84

#875E84
(135,94,132)
#916C8F
(145,108,143)
#9B7A9A
(155,122,154)
#A588A5
(165,136,165)
#AF96B0
(175,150,176)
#B9A4BB
(185,164,187)
#C3B2C6
(195,178,198)
#CDC0D1
(205,192,209)
#D7CEDC
(215,206,220)
#E1DCE7
(225,220,231)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875E84 color. Also use rgb(135,94,132) instead hex code.

Text Font Color

.myTextColor { color: #875E84; }

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

This text font color is #875E84.


Background Color

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

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

This div background color is #875E84.


Border color

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

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

This div border color is #875E84.


Opacity

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

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

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

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

This text has shadow with #875E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E84 on black background.


Color preview on white background

This text has color #875E84 on white background.



Black color preview on #875E84 background

This text has black color on #875E84 background.


White color preview on #875E84 background

This text has white color on #875E84 background.