COLOR #87819A

HEX: #87819A
RGB: (135,129,154)

Color info

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

RGB color model

#87819A color RGB value is (135,129,154).

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

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 154 of 255 = 60%

135
129
154

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 154 = 418 (100%)
R 135 of 418 ~ 32.3%
G 129 of 418 ~ 30.86%
B 154 of 418 ~ 36.84%

%32.3
%30.86
%36.84

CMYK color model

#87819A color CMYK value is (12,16,0,40).

  • cyan value is 12.34%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,16,0,40)
C12M16Y0K40 
(12%,16%,0%,40%)
(0.12/0.16/0.00/0.40)	

CMYK percentages

%12.34
%16.23
%0
%39.61

Codes

Color #87819A in popluar color models

87819A
RGB135129154
HSL254°11.01%55.49%
HSB/HSV254°16.23%60.39%
CMYK12.34%16.23%0.00%
39.61%

Color #87819A in popluar number systems.

HEX87819A
Decimal135129154
Binary100001111000000110011010
Octal207201232

Shades and tints

Shades of #87819A

#87819A
(135,129,154)
#7B768C
(123,118,140)
#6F6B7E
(111,107,126)
#636070
(99,96,112)
#575562
(87,85,98)
#4B4A54
(75,74,84)
#3F3F46
(63,63,70)
#333438
(51,52,56)
#27292A
(39,41,42)
#1B1E1C
(27,30,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #87819A

#87819A
(135,129,154)
#918CA3
(145,140,163)
#9B97AC
(155,151,172)
#A5A2B5
(165,162,181)
#AFADBE
(175,173,190)
#B9B8C7
(185,184,199)
#C3C3D0
(195,195,208)
#CDCED9
(205,206,217)
#D7D9E2
(215,217,226)
#E1E4EB
(225,228,235)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87819A; }

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

This text font color is #87819A.


Background Color

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

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

This div background color is #87819A.


Border color

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

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

This div border color is #87819A.


Opacity

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

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

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

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

This text has shadow with #87819A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87819A on black background.


Color preview on white background

This text has color #87819A on white background.



Black color preview on #87819A background

This text has black color on #87819A background.


White color preview on #87819A background

This text has white color on #87819A background.