COLOR #87668E

HEX: #87668E
RGB: (135,102,142)

Color info

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

RGB color model

#87668E color RGB value is (135,102,142).

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

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 142 of 255 = 56%

135
102
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 102 + 142 = 379 (100%)
R 135 of 379 ~ 35.62%
G 102 of 379 ~ 26.91%
B 142 of 379 ~ 37.47%

%35.62
%26.91
%37.47

CMYK color model

#87668E color CMYK value is (5,28,0,44).

  • cyan value is 4.93%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,28,0,44)
C5M28Y0K44 
(5%,28%,0%,44%)
(0.05/0.28/0.00/0.44)	

CMYK percentages

%4.93
%28.17
%0
%44.31

Codes

Color #87668E in popluar color models

87668E
RGB135102142
HSL290°16.39%47.84%
HSB/HSV290°28.17%55.69%
CMYK4.93%28.17%0.00%
44.31%

Color #87668E in popluar number systems.

HEX87668E
Decimal135102142
Binary10000111110011010001110
Octal207146216

Shades and tints

Shades of #87668E

#87668E
(135,102,142)
#7B5D82
(123,93,130)
#6F5476
(111,84,118)
#634B6A
(99,75,106)
#57425E
(87,66,94)
#4B3952
(75,57,82)
#3F3046
(63,48,70)
#33273A
(51,39,58)
#271E2E
(39,30,46)
#1B1522
(27,21,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #87668E

#87668E
(135,102,142)
#917398
(145,115,152)
#9B80A2
(155,128,162)
#A58DAC
(165,141,172)
#AF9AB6
(175,154,182)
#B9A7C0
(185,167,192)
#C3B4CA
(195,180,202)
#CDC1D4
(205,193,212)
#D7CEDE
(215,206,222)
#E1DBE8
(225,219,232)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87668E color. Also use rgb(135,102,142) instead hex code.

Text Font Color

.myTextColor { color: #87668E; }

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

This text font color is #87668E.


Background Color

.myBgColor { background-color: #87668E; }

<div style="background-color:#87668E">Inner text</div>

This div background color is #87668E.


Border color

.myBorderColor { border: 1px solid #87668E; }

<div style="border:3px solid #87668E">Div</div>

This div border color is #87668E.


Opacity

.myOpacity80 { color: #87668E; opacity: 0.8; }

<p style="color:#87668E;opacity:0.8;">80%</p>

Text with #87668E 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 #87668E;}

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

This text has shadow with #87668E color.

.textShadow {text-shadow: 3px 3px 1px #87668E, 3px 3px 1px red;}

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

This text has shadow with #87668E primary color and red secondary color.


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

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

This text has shadow with #87668E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87668E on black background.


Color preview on white background

This text has color #87668E on white background.



Black color preview on #87668E background

This text has black color on #87668E background.


White color preview on #87668E background

This text has white color on #87668E background.