COLOR #87698B

HEX: #87698B
RGB: (135,105,139)

Color info

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

RGB color model

#87698B color RGB value is (135,105,139).

  • red value is 135;
  • green value is 105;
  • blue value is 139.
RGB:
(135,105,139)
(53%,41%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 139 of 255 = 55%

135
105
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 139 = 379 (100%)
R 135 of 379 ~ 35.62%
G 105 of 379 ~ 27.7%
B 139 of 379 ~ 36.68%

%35.62
%27.7
%36.68

CMYK color model

#87698B color CMYK value is (3,24,0,45).

  • cyan value is 2.88%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(3,24,0,45)
C3M24Y0K45 
(3%,24%,0%,45%)
(0.03/0.24/0.00/0.45)	

CMYK percentages

%2.88
%24.46
%0
%45.49

Codes

Color #87698B in popluar color models

87698B
RGB135105139
HSL293°13.93%47.84%
HSB/HSV293°24.46%54.51%
CMYK2.88%24.46%0.00%
45.49%

Color #87698B in popluar number systems.

HEX87698B
Decimal135105139
Binary10000111110100110001011
Octal207151213

Shades and tints

Shades of #87698B

#87698B
(135,105,139)
#7B607F
(123,96,127)
#6F5773
(111,87,115)
#634E67
(99,78,103)
#57455B
(87,69,91)
#4B3C4F
(75,60,79)
#3F3343
(63,51,67)
#332A37
(51,42,55)
#27212B
(39,33,43)
#1B181F
(27,24,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87698B

#87698B
(135,105,139)
#917695
(145,118,149)
#9B839F
(155,131,159)
#A590A9
(165,144,169)
#AF9DB3
(175,157,179)
#B9AABD
(185,170,189)
#C3B7C7
(195,183,199)
#CDC4D1
(205,196,209)
#D7D1DB
(215,209,219)
#E1DEE5
(225,222,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87698B color. Also use rgb(135,105,139) instead hex code.

Text Font Color

.myTextColor { color: #87698B; }

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

This text font color is #87698B.


Background Color

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

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

This div background color is #87698B.


Border color

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

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

This div border color is #87698B.


Opacity

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

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

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

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

This text has shadow with #87698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87698B on black background.


Color preview on white background

This text has color #87698B on white background.



Black color preview on #87698B background

This text has black color on #87698B background.


White color preview on #87698B background

This text has white color on #87698B background.