COLOR #879988

HEX: #879988 RGB: (135,153,136)

Color info

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

RGB color model

#879988 color RGB value is (135,153,136).

RGB: (135,153,136) (53%, 60%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 136 of 255 = 53%

135
153
136

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

Portions of RGB colors in percentages

R + G + B = 135 + 153 + 136 = 424 (100%)
R 135 of 424 ~ 31.84%
G 153 of 424 ~ 36.08%
B 136 of 424 ~ 32.08'%

%31.84
%36.08
%32.08

CMYK color model

#879988 color CMYK value is (12,0,11,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%

CMYK: (12,0,11,40)
C12M0Y11K40 (12%, 0%, 11%, 40%)
(0.12 / 0.00 / 0.11 / 0.40)

CMYK percentages

%11.76
%0
%11.11
%40

Codes

Color #879988 in popluar color models

87 99 88
RGB 135 153 136
HSL 123° 8.11% 56.47%
HSB/HSV 123° 11.76% 60.00%
CMYK 11.76% 0.00% 11.11%
40.00%

Color #879988 in popluar number systems.

HEX 87 99 88
Decimal 135 153 136
Binary 10000111 10011001 10001000
Octal 207 231 210

Shades and tints

Shades of #879988

#879988
(135,153,136)
#7B8C7C
(123,140,124)
#6F7F70
(111,127,112)
#637264
(99,114,100)
#576558
(87,101,88)
#4B584C
(75,88,76)
#3F4B40
(63,75,64)
#333E34
(51,62,52)
#273128
(39,49,40)
#1B241C
(27,36,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #879988

#879988
(135,153,136)
#91A292
(145,162,146)
#9BAB9C
(155,171,156)
#A5B4A6
(165,180,166)
#AFBDB0
(175,189,176)
#B9C6BA
(185,198,186)
#C3CFC4
(195,207,196)
#CDD8CE
(205,216,206)
#D7E1D8
(215,225,216)
#E1EAE2
(225,234,226)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879988; }

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

This text font color is #879988.

Background Color

.myBgColor { background-color: #879988; }

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

This div background color is #879988.

Border color

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

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

This div border color is #879988.

Opacity

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

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

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

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

This text has shadow with #879988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879988.

Preview

Color preview on black background

This text has color #879988 on black background.


Color preview on white background

This text has color #879988 on white background.


Black color preview on #879988 background

This text has black color on #879988 background.


White color preview on #879988 background

This text has white color on #879988 background.


Related colors

Complementary color

Complementary color for #hex is #786677.


I love getcolorcode.com

Triadic colors

1 #888799 and #998887 with #879988 are triadic colors.

2 #889987 and #998788 with #879988 are triadic colors.