COLOR #878893

HEX: #878893 RGB: (135,136,147)

Color info

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

RGB color model

#878893 color RGB value is (135,136,147).

RGB: (135,136,147) (53%, 53%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 147 of 255 = 58%

135
136
147

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

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 147 = 418 (100%)
R 135 of 418 ~ 32.3%
G 136 of 418 ~ 32.54%
B 147 of 418 ~ 35.17'%

%32.3
%32.54
%35.17

CMYK color model

#878893 color CMYK value is (8,7,0,42).

  • cyan value is 8.16%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (8,7,0,42)
C8M7Y0K42 (8%, 7%, 0%, 42%)
(0.08 / 0.07 / 0.00 / 0.42)

CMYK percentages

%8.16
%7.48
%0
%42.35

Codes

Color #878893 in popluar color models

87 88 93
RGB 135 136 147
HSL 235° 5.26% 55.29%
HSB/HSV 235° 8.16% 57.65%
CMYK 8.16% 7.48% 0.00%
42.35%

Color #878893 in popluar number systems.

HEX 87 88 93
Decimal 135 136 147
Binary 10000111 10001000 10010011
Octal 207 210 223

Shades and tints

Shades of #878893

#878893
(135,136,147)
#7B7C86
(123,124,134)
#6F7079
(111,112,121)
#63646C
(99,100,108)
#57585F
(87,88,95)
#4B4C52
(75,76,82)
#3F4045
(63,64,69)
#333438
(51,52,56)
#27282B
(39,40,43)
#1B1C1E
(27,28,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #878893

#878893
(135,136,147)
#91929C
(145,146,156)
#9B9CA5
(155,156,165)
#A5A6AE
(165,166,174)
#AFB0B7
(175,176,183)
#B9BAC0
(185,186,192)
#C3C4C9
(195,196,201)
#CDCED2
(205,206,210)
#D7D8DB
(215,216,219)
#E1E2E4
(225,226,228)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878893 color. Also use rgb(135,136,147) instead hex code.

Text Font Color

.myTextColor { color: #878893; }

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

This text font color is #878893.

Background Color

.myBgColor { background-color: #878893; }

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

This div background color is #878893.

Border color

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

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

This div border color is #878893.

Opacity

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

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

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

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

This text has shadow with #878893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878893.

Preview

Color preview on black background

This text has color #878893 on black background.


Color preview on white background

This text has color #878893 on white background.


Black color preview on #878893 background

This text has black color on #878893 background.


White color preview on #878893 background

This text has white color on #878893 background.


Related colors

Complementary color

Complementary color for #hex is #78776C.


I love getcolorcode.com

Triadic colors

1 #938788 and #889387 with #878893 are triadic colors.

2 #938887 and #888793 with #878893 are triadic colors.