COLOR #87699D

HEX: #87699D RGB: (135,105,157)

Color info

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

RGB color model

#87699D color RGB value is (135,105,157).

RGB: (135,105,157) (53%, 41%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 157 of 255 = 62%

135
105
157

R + G + B ~ 52%. #87699D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 105 + 157 = 397 (100%)
R 135 of 397 ~ 34.01%
G 105 of 397 ~ 26.45%
B 157 of 397 ~ 39.55'%

%34.01
%26.45
%39.55

CMYK color model

#87699D color CMYK value is (14,33,0,38).

  • cyan value is 14.01%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (14,33,0,38)
C14M33Y0K38 (14%, 33%, 0%, 38%)
(0.14 / 0.33 / 0.00 / 0.38)

CMYK percentages

%14.01
%33.12
%0
%38.43

Codes

Color #87699D in popluar color models

87 69 9D
RGB 135 105 157
HSL 275° 20.97% 51.37%
HSB/HSV 275° 33.12% 61.57%
CMYK 14.01% 33.12% 0.00%
38.43%

Color #87699D in popluar number systems.

HEX 87 69 9D
Decimal 135 105 157
Binary 10000111 1101001 10011101
Octal 207 151 235

Shades and tints

Shades of #87699D

#87699D
(135,105,157)
#7B608F
(123,96,143)
#6F5781
(111,87,129)
#634E73
(99,78,115)
#574565
(87,69,101)
#4B3C57
(75,60,87)
#3F3349
(63,51,73)
#332A3B
(51,42,59)
#27212D
(39,33,45)
#1B181F
(27,24,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #87699D

#87699D
(135,105,157)
#9176A5
(145,118,165)
#9B83AD
(155,131,173)
#A590B5
(165,144,181)
#AF9DBD
(175,157,189)
#B9AAC5
(185,170,197)
#C3B7CD
(195,183,205)
#CDC4D5
(205,196,213)
#D7D1DD
(215,209,221)
#E1DEE5
(225,222,229)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87699D color. Also use rgb(135,105,157) instead hex code.

Text Font Color

.myTextColor { color: #87699D; }

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

This text font color is #87699D.

Background Color

.myBgColor { background-color: #87699D; }

<div style="background-color:#87699D">Inner text</div>

This div background color is #87699D.

Border color

.myBorderColor { border: 1px solid #87699D; }

<div style="border:3px solid #87699D">Div</div>

This div border color is #87699D.

Opacity

.myOpacity80 { color: #87699D; opacity: 0.8; }

<p style="color:#87699D;opacity:0.8;">80%</p>

Text with #87699D 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 #87699D;}

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

This text has shadow with #87699D color.


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

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

This text has shadow with #87699D primary color and red secondary color.


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

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

This text has shadow with #87699D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87699D.

Preview

Color preview on black background

This text has color #87699D on black background.


Color preview on white background

This text has color #87699D on white background.


Black color preview on #87699D background

This text has black color on #87699D background.


White color preview on #87699D background

This text has white color on #87699D background.


Related colors

Complementary color

Complementary color for #hex is #789662.


I love getcolorcode.com

Triadic colors

1 #9D8769 and #699D87 with #87699D are triadic colors.

2 #9D6987 and #69879D with #87699D are triadic colors.