COLOR #878F93

HEX: #878F93 RGB: (135,143,147)

Color info

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

RGB color model

#878F93 color RGB value is (135,143,147).

RGB: (135,143,147) (53%, 56%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 147 of 255 = 58%

135
143
147

R + G + B ~ 56%. #878F93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 143 + 147 = 425 (100%)
R 135 of 425 ~ 31.76%
G 143 of 425 ~ 33.65%
B 147 of 425 ~ 34.59'%

%31.76
%33.65
%34.59

CMYK color model

#878F93 color CMYK value is (8,3,0,42).

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

CMYK: (8,3,0,42)
C8M3Y0K42 (8%, 3%, 0%, 42%)
(0.08 / 0.03 / 0.00 / 0.42)

CMYK percentages

%8.16
%2.72
%0
%42.35

Codes

Color #878F93 in popluar color models

87 8F 93
RGB 135 143 147
HSL 200° 5.26% 55.29%
HSB/HSV 200° 8.16% 57.65%
CMYK 8.16% 2.72% 0.00%
42.35%

Color #878F93 in popluar number systems.

HEX 87 8F 93
Decimal 135 143 147
Binary 10000111 10001111 10010011
Octal 207 217 223

Shades and tints

Shades of #878F93

#878F93
(135,143,147)
#7B8286
(123,130,134)
#6F7579
(111,117,121)
#63686C
(99,104,108)
#575B5F
(87,91,95)
#4B4E52
(75,78,82)
#3F4145
(63,65,69)
#333438
(51,52,56)
#27272B
(39,39,43)
#1B1A1E
(27,26,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #878F93

#878F93
(135,143,147)
#91999C
(145,153,156)
#9BA3A5
(155,163,165)
#A5ADAE
(165,173,174)
#AFB7B7
(175,183,183)
#B9C1C0
(185,193,192)
#C3CBC9
(195,203,201)
#CDD5D2
(205,213,210)
#D7DFDB
(215,223,219)
#E1E9E4
(225,233,228)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878F93; }

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

This text font color is #878F93.

Background Color

.myBgColor { background-color: #878F93; }

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

This div background color is #878F93.

Border color

.myBorderColor { border: 1px solid #878F93; }

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

This div border color is #878F93.

Opacity

.myOpacity80 { color: #878F93; opacity: 0.8; }

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

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

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

This text has shadow with #878F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878F93.

Preview

Color preview on black background

This text has color #878F93 on black background.


Color preview on white background

This text has color #878F93 on white background.


Black color preview on #878F93 background

This text has black color on #878F93 background.


White color preview on #878F93 background

This text has white color on #878F93 background.


Related colors

Complementary color

Complementary color for #hex is #78706C.


I love getcolorcode.com

Triadic colors

1 #93878F and #8F9387 with #878F93 are triadic colors.

2 #938F87 and #8F8793 with #878F93 are triadic colors.