COLOR #87689A

HEX: #87689A
RGB: (135,104,154)

Color info

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

RGB color model

#87689A color RGB value is (135,104,154).

  • red value is 135;
  • green value is 104;
  • blue value is 154.
RGB:
(135,104,154)
(53%,41%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 154 of 255 = 60%

135
104
154

R + G + B ~ 51%. #87689A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 154 = 393 (100%)
R 135 of 393 ~ 34.35%
G 104 of 393 ~ 26.46%
B 154 of 393 ~ 39.19%

%34.35
%26.46
%39.19

CMYK color model

#87689A color CMYK value is (12,32,0,40).

  • cyan value is 12.34%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,32,0,40)
C12M32Y0K40 
(12%,32%,0%,40%)
(0.12/0.32/0.00/0.40)	

CMYK percentages

%12.34
%32.47
%0
%39.61

Codes

Color #87689A in popluar color models

87689A
RGB135104154
HSL277°19.84%50.59%
HSB/HSV277°32.47%60.39%
CMYK12.34%32.47%0.00%
39.61%

Color #87689A in popluar number systems.

HEX87689A
Decimal135104154
Binary10000111110100010011010
Octal207150232

Shades and tints

Shades of #87689A

#87689A
(135,104,154)
#7B5F8C
(123,95,140)
#6F567E
(111,86,126)
#634D70
(99,77,112)
#574462
(87,68,98)
#4B3B54
(75,59,84)
#3F3246
(63,50,70)
#332938
(51,41,56)
#27202A
(39,32,42)
#1B171C
(27,23,28)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #87689A

#87689A
(135,104,154)
#9175A3
(145,117,163)
#9B82AC
(155,130,172)
#A58FB5
(165,143,181)
#AF9CBE
(175,156,190)
#B9A9C7
(185,169,199)
#C3B6D0
(195,182,208)
#CDC3D9
(205,195,217)
#D7D0E2
(215,208,226)
#E1DDEB
(225,221,235)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87689A color. Also use rgb(135,104,154) instead hex code.

Text Font Color

.myTextColor { color: #87689A; }

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

This text font color is #87689A.


Background Color

.myBgColor { background-color: #87689A; }

<div style="background-color:#87689A">Inner text</div>

This div background color is #87689A.


Border color

.myBorderColor { border: 1px solid #87689A; }

<div style="border:3px solid #87689A">Div</div>

This div border color is #87689A.


Opacity

.myOpacity80 { color: #87689A; opacity: 0.8; }

<p style="color:#87689A;opacity:0.8;">80%</p>

Text with #87689A 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 #87689A;}

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

This text has shadow with #87689A color.

.textShadow {text-shadow: 3px 3px 1px #87689A, 3px 3px 1px red;}

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

This text has shadow with #87689A primary color and red secondary color.


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

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

This text has shadow with #87689A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87689A on black background.


Color preview on white background

This text has color #87689A on white background.



Black color preview on #87689A background

This text has black color on #87689A background.


White color preview on #87689A background

This text has white color on #87689A background.