COLOR #87667B

HEX: #87667B
RGB: (135,102,123)

Color info

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

RGB color model

#87667B color RGB value is (135,102,123).

  • red value is 135;
  • green value is 102;
  • blue value is 123.
RGB:
(135,102,123)
(53%,40%,48%)

RGB channels and saturation

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

135
102
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 102 + 123 = 360 (100%)
R 135 of 360 ~ 37.5%
G 102 of 360 ~ 28.33%
B 123 of 360 ~ 34.17%

%37.5
%28.33
%34.17

CMYK color model

#87667B color CMYK value is (0,24,9,47).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(0,24,9,47)
C0M24Y9K47 
(0%,24%,9%,47%)
(0.00/0.24/0.09/0.47)	

CMYK percentages

%0
%24.44
%8.89
%47.06

Codes

Color #87667B in popluar color models

87667B
RGB135102123
HSL322°13.92%46.47%
HSB/HSV322°24.44%52.94%
CMYK0.00%24.44%8.89%
47.06%

Color #87667B in popluar number systems.

HEX87667B
Decimal135102123
Binary1000011111001101111011
Octal207146173

Shades and tints

Shades of #87667B

#87667B
(135,102,123)
#7B5D70
(123,93,112)
#6F5465
(111,84,101)
#634B5A
(99,75,90)
#57424F
(87,66,79)
#4B3944
(75,57,68)
#3F3039
(63,48,57)
#33272E
(51,39,46)
#271E23
(39,30,35)
#1B1518
(27,21,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #87667B

#87667B
(135,102,123)
#917387
(145,115,135)
#9B8093
(155,128,147)
#A58D9F
(165,141,159)
#AF9AAB
(175,154,171)
#B9A7B7
(185,167,183)
#C3B4C3
(195,180,195)
#CDC1CF
(205,193,207)
#D7CEDB
(215,206,219)
#E1DBE7
(225,219,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87667B; }

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

This text font color is #87667B.


Background Color

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

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

This div background color is #87667B.


Border color

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

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

This div border color is #87667B.


Opacity

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

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

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

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

This text has shadow with #87667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87667B on black background.


Color preview on white background

This text has color #87667B on white background.



Black color preview on #87667B background

This text has black color on #87667B background.


White color preview on #87667B background

This text has white color on #87667B background.