COLOR #87657B

HEX: #87657B RGB: (135,101,123)

Color info

#87657B contains red, green and blue colors in about the same proportion. Web safe color of #87657B is #996666 (or #966).

RGB color model

#87657B color RGB value is (135,101,123).

RGB: (135,101,123) (53%, 40%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 123 of 255 = 48%

135
101
123

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

Portions of RGB colors in percentages

R + G + B = 135 + 101 + 123 = 359 (100%)
R 135 of 359 ~ 37.6%
G 101 of 359 ~ 28.13%
B 123 of 359 ~ 34.26'%

%37.6
%28.13
%34.26

CMYK color model

#87657B color CMYK value is (0,25,9,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 8.89%
  • key color value is 47.06%

CMYK: (0,25,9,47)
C0M25Y9K47 (0%, 25%, 9%, 47%)
(0.00 / 0.25 / 0.09 / 0.47)

CMYK percentages

%0
%25.19
%8.89
%47.06

Codes

Color #87657B in popluar color models

87 65 7B
RGB 135 101 123
HSL 321° 14.41% 46.27%
HSB/HSV 321° 25.19% 52.94%
CMYK 0.00% 25.19% 8.89%
47.06%

Color #87657B in popluar number systems.

HEX 87 65 7B
Decimal 135 101 123
Binary 10000111 1100101 1111011
Octal 207 145 173

Shades and tints

Shades of #87657B

#87657B
(135,101,123)
#7B5C70
(123,92,112)
#6F5365
(111,83,101)
#634A5A
(99,74,90)
#57414F
(87,65,79)
#4B3844
(75,56,68)
#3F2F39
(63,47,57)
#33262E
(51,38,46)
#271D23
(39,29,35)
#1B1418
(27,20,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #87657B

#87657B
(135,101,123)
#917387
(145,115,135)
#9B8193
(155,129,147)
#A58F9F
(165,143,159)
#AF9DAB
(175,157,171)
#B9ABB7
(185,171,183)
#C3B9C3
(195,185,195)
#CDC7CF
(205,199,207)
#D7D5DB
(215,213,219)
#E1E3E7
(225,227,231)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87657B color. Also use rgb(135,101,123) instead hex code.

Text Font Color

.myTextColor { color: #87657B; }

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

This text font color is #87657B.

Background Color

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

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

This div background color is #87657B.

Border color

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

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

This div border color is #87657B.

Opacity

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

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

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

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

This text has shadow with #87657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87657B.

Preview

Color preview on black background

This text has color #87657B on black background.


Color preview on white background

This text has color #87657B on white background.


Black color preview on #87657B background

This text has black color on #87657B background.


White color preview on #87657B background

This text has white color on #87657B background.


Related colors

Complementary color

Complementary color for #hex is #789A84.


I love getcolorcode.com

Triadic colors

1 #7B8765 and #657B87 with #87657B are triadic colors.

2 #7B6587 and #65877B with #87657B are triadic colors.