COLOR #87669A

HEX: #87669A RGB: (135,102,154)

Color info

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

RGB color model

#87669A color RGB value is (135,102,154).

RGB: (135,102,154) (53%, 40%, 60%)

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 154 of 255 = 60%

135
102
154

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

Portions of RGB colors in percentages

R + G + B = 135 + 102 + 154 = 391 (100%)
R 135 of 391 ~ 34.53%
G 102 of 391 ~ 26.09%
B 154 of 391 ~ 39.39'%

%34.53
%26.09
%39.39

CMYK color model

#87669A color CMYK value is (12,34,0,40).

  • cyan value is 12.34%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (12,34,0,40)
C12M34Y0K40 (12%, 34%, 0%, 40%)
(0.12 / 0.34 / 0.00 / 0.40)

CMYK percentages

%12.34
%33.77
%0
%39.61

Codes

Color #87669A in popluar color models

87 66 9A
RGB 135 102 154
HSL 278° 20.47% 50.20%
HSB/HSV 278° 33.77% 60.39%
CMYK 12.34% 33.77% 0.00%
39.61%

Color #87669A in popluar number systems.

HEX 87 66 9A
Decimal 135 102 154
Binary 10000111 1100110 10011010
Octal 207 146 232

Shades and tints

Shades of #87669A

#87669A
(135,102,154)
#7B5D8C
(123,93,140)
#6F547E
(111,84,126)
#634B70
(99,75,112)
#574262
(87,66,98)
#4B3954
(75,57,84)
#3F3046
(63,48,70)
#332738
(51,39,56)
#271E2A
(39,30,42)
#1B151C
(27,21,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #87669A

#87669A
(135,102,154)
#9173A3
(145,115,163)
#9B80AC
(155,128,172)
#A58DB5
(165,141,181)
#AF9ABE
(175,154,190)
#B9A7C7
(185,167,199)
#C3B4D0
(195,180,208)
#CDC1D9
(205,193,217)
#D7CEE2
(215,206,226)
#E1DBEB
(225,219,235)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87669A; }

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

This text font color is #87669A.

Background Color

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

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

This div background color is #87669A.

Border color

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

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

This div border color is #87669A.

Opacity

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

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

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

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

This text has shadow with #87669A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87669A.

Preview

Color preview on black background

This text has color #87669A on black background.


Color preview on white background

This text has color #87669A on white background.


Black color preview on #87669A background

This text has black color on #87669A background.


White color preview on #87669A background

This text has white color on #87669A background.


Related colors

Complementary color

Complementary color for #hex is #789965.


I love getcolorcode.com

Triadic colors

1 #9A8766 and #669A87 with #87669A are triadic colors.

2 #9A6687 and #66879A with #87669A are triadic colors.