COLOR #87849B

HEX: #87849B RGB: (135,132,155)

Color info

#87849B contains red, green and blue colors in about the same proportion. Web safe color of #87849B is #999999 (or #999).

RGB color model

#87849B color RGB value is (135,132,155).

RGB: (135,132,155) (53%, 52%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 155 of 255 = 61%

135
132
155

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

Portions of RGB colors in percentages

R + G + B = 135 + 132 + 155 = 422 (100%)
R 135 of 422 ~ 31.99%
G 132 of 422 ~ 31.28%
B 155 of 422 ~ 36.73'%

%31.99
%31.28
%36.73

CMYK color model

#87849B color CMYK value is (13,15,0,39).

  • cyan value is 12.90%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (13,15,0,39)
C13M15Y0K39 (13%, 15%, 0%, 39%)
(0.13 / 0.15 / 0.00 / 0.39)

CMYK percentages

%12.9
%14.84
%0
%39.22

Codes

Color #87849B in popluar color models

87 84 9B
RGB 135 132 155
HSL 248° 10.31% 56.27%
HSB/HSV 248° 14.84% 60.78%
CMYK 12.90% 14.84% 0.00%
39.22%

Color #87849B in popluar number systems.

HEX 87 84 9B
Decimal 135 132 155
Binary 10000111 10000100 10011011
Octal 207 204 233

Shades and tints

Shades of #87849B

#87849B
(135,132,155)
#7B788D
(123,120,141)
#6F6C7F
(111,108,127)
#636071
(99,96,113)
#575463
(87,84,99)
#4B4855
(75,72,85)
#3F3C47
(63,60,71)
#333039
(51,48,57)
#27242B
(39,36,43)
#1B181D
(27,24,29)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #87849B

#87849B
(135,132,155)
#918FA4
(145,143,164)
#9B9AAD
(155,154,173)
#A5A5B6
(165,165,182)
#AFB0BF
(175,176,191)
#B9BBC8
(185,187,200)
#C3C6D1
(195,198,209)
#CDD1DA
(205,209,218)
#D7DCE3
(215,220,227)
#E1E7EC
(225,231,236)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87849B color. Also use rgb(135,132,155) instead hex code.

Text Font Color

.myTextColor { color: #87849B; }

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

This text font color is #87849B.

Background Color

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

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

This div background color is #87849B.

Border color

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

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

This div border color is #87849B.

Opacity

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

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

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

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

This text has shadow with #87849B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87849B.

Preview

Color preview on black background

This text has color #87849B on black background.


Color preview on white background

This text has color #87849B on white background.


Black color preview on #87849B background

This text has black color on #87849B background.


White color preview on #87849B background

This text has white color on #87849B background.


Related colors

Complementary color

Complementary color for #hex is #787B64.


I love getcolorcode.com

Triadic colors

1 #9B8784 and #849B87 with #87849B are triadic colors.

2 #9B8487 and #84879B with #87849B are triadic colors.