COLOR #879A8F

HEX: #879A8F RGB: (135,154,143)

Color info

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

RGB color model

#879A8F color RGB value is (135,154,143).

RGB: (135,154,143) (53%, 60%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 143 of 255 = 56%

135
154
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 154 + 143 = 432 (100%)
R 135 of 432 ~ 31.25%
G 154 of 432 ~ 35.65%
B 143 of 432 ~ 33.1'%

%31.25
%35.65
%33.1

CMYK color model

#879A8F color CMYK value is (12,0,7,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 39.61%

CMYK: (12,0,7,40)
C12M0Y7K40 (12%, 0%, 7%, 40%)
(0.12 / 0.00 / 0.07 / 0.40)

CMYK percentages

%12.34
%0
%7.14
%39.61

Codes

Color #879A8F in popluar color models

87 9A 8F
RGB 135 154 143
HSL 145° 8.60% 56.67%
HSB/HSV 145° 12.34% 60.39%
CMYK 12.34% 0.00% 7.14%
39.61%

Color #879A8F in popluar number systems.

HEX 87 9A 8F
Decimal 135 154 143
Binary 10000111 10011010 10001111
Octal 207 232 217

Shades and tints

Shades of #879A8F

#879A8F
(135,154,143)
#7B8C82
(123,140,130)
#6F7E75
(111,126,117)
#637068
(99,112,104)
#57625B
(87,98,91)
#4B544E
(75,84,78)
#3F4641
(63,70,65)
#333834
(51,56,52)
#272A27
(39,42,39)
#1B1C1A
(27,28,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #879A8F

#879A8F
(135,154,143)
#91A399
(145,163,153)
#9BACA3
(155,172,163)
#A5B5AD
(165,181,173)
#AFBEB7
(175,190,183)
#B9C7C1
(185,199,193)
#C3D0CB
(195,208,203)
#CDD9D5
(205,217,213)
#D7E2DF
(215,226,223)
#E1EBE9
(225,235,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879A8F color. Also use rgb(135,154,143) instead hex code.

Text Font Color

.myTextColor { color: #879A8F; }

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

This text font color is #879A8F.

Background Color

.myBgColor { background-color: #879A8F; }

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

This div background color is #879A8F.

Border color

.myBorderColor { border: 1px solid #879A8F; }

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

This div border color is #879A8F.

Opacity

.myOpacity80 { color: #879A8F; opacity: 0.8; }

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

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

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

This text has shadow with #879A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879A8F.

Preview

Color preview on black background

This text has color #879A8F on black background.


Color preview on white background

This text has color #879A8F on white background.


Black color preview on #879A8F background

This text has black color on #879A8F background.


White color preview on #879A8F background

This text has white color on #879A8F background.


Related colors

Complementary color

Complementary color for #hex is #786570.


I love getcolorcode.com

Triadic colors

1 #8F879A and #9A8F87 with #879A8F are triadic colors.

2 #8F9A87 and #9A878F with #879A8F are triadic colors.