COLOR #878290

HEX: #878290
RGB: (135,130,144)

Color info

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

RGB color model

#878290 color RGB value is (135,130,144).

  • red value is 135;
  • green value is 130;
  • blue value is 144.
RGB:
(135,130,144)
(53%,51%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 144 of 255 = 56%

135
130
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 144 = 409 (100%)
R 135 of 409 ~ 33.01%
G 130 of 409 ~ 31.78%
B 144 of 409 ~ 35.21%

%33.01
%31.78
%35.21

CMYK color model

#878290 color CMYK value is (6,10,0,44).

  • cyan value is 6.25%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,10,0,44)
C6M10Y0K44 
(6%,10%,0%,44%)
(0.06/0.10/0.00/0.44)	

CMYK percentages

%6.25
%9.72
%0
%43.53

Codes

Color #878290 in popluar color models

878290
RGB135130144
HSL261°5.93%53.73%
HSB/HSV261°9.72%56.47%
CMYK6.25%9.72%0.00%
43.53%

Color #878290 in popluar number systems.

HEX878290
Decimal135130144
Binary100001111000001010010000
Octal207202220

Shades and tints

Shades of #878290

#878290
(135,130,144)
#7B7783
(123,119,131)
#6F6C76
(111,108,118)
#636169
(99,97,105)
#57565C
(87,86,92)
#4B4B4F
(75,75,79)
#3F4042
(63,64,66)
#333535
(51,53,53)
#272A28
(39,42,40)
#1B1F1B
(27,31,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #878290

#878290
(135,130,144)
#918D9A
(145,141,154)
#9B98A4
(155,152,164)
#A5A3AE
(165,163,174)
#AFAEB8
(175,174,184)
#B9B9C2
(185,185,194)
#C3C4CC
(195,196,204)
#CDCFD6
(205,207,214)
#D7DAE0
(215,218,224)
#E1E5EA
(225,229,234)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878290 color. Also use rgb(135,130,144) instead hex code.

Text Font Color

.myTextColor { color: #878290; }

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

This text font color is #878290.


Background Color

.myBgColor { background-color: #878290; }

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

This div background color is #878290.


Border color

.myBorderColor { border: 1px solid #878290; }

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

This div border color is #878290.


Opacity

.myOpacity80 { color: #878290; opacity: 0.8; }

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

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

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

This text has shadow with #878290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878290 on black background.


Color preview on white background

This text has color #878290 on white background.



Black color preview on #878290 background

This text has black color on #878290 background.


White color preview on #878290 background

This text has white color on #878290 background.