COLOR #879980

HEX: #879980
RGB: (135,153,128)

Color info

#879980 contains red, green and blue colors in about the same proportion. Web safe color of #879980 is #999966 (or #996).

RGB color model

#879980 color RGB value is (135,153,128).

  • red value is 135;
  • green value is 153;
  • blue value is 128.
RGB: (135,153,128) (53%,60%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 128 of 255 = 50%

135
153
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 128 = 416 (100%)
R 135 of 416 ~ 32.45%
G 153 of 416 ~ 36.78%
B 128 of 416 ~ 30.77%

%32.45
%36.78
%30.77

CMYK color model

#879980 color CMYK value is (12,0,16,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK: (12,0,16,40) C12M0Y16K40 (12%,0%,16%,40%) (0.12/0.00/0.16/0.40)

CMYK percentages

%11.76
%0
%16.34
%40

Codes

Color #879980 in popluar color models

879980
RGB135153128
HSL103°10.92%55.10%
HSB/HSV103°16.34%60.00%
CMYK11.76%0.00%16.34%
40.00%

Color #879980 in popluar number systems.

HEX879980
Decimal135153128
Binary100001111001100110000000
Octal207231200

Shades and tints

Shades of #879980

#879980
(135,153,128)
#7B8C75
(123,140,117)
#6F7F6A
(111,127,106)
#63725F
(99,114,95)
#576554
(87,101,84)
#4B5849
(75,88,73)
#3F4B3E
(63,75,62)
#333E33
(51,62,51)
#273128
(39,49,40)
#1B241D
(27,36,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #879980

#879980
(135,153,128)
#91A28B
(145,162,139)
#9BAB96
(155,171,150)
#A5B4A1
(165,180,161)
#AFBDAC
(175,189,172)
#B9C6B7
(185,198,183)
#C3CFC2
(195,207,194)
#CDD8CD
(205,216,205)
#D7E1D8
(215,225,216)
#E1EAE3
(225,234,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879980; }

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

This text font color is #879980.


Background Color

.myBgColor { background-color: #879980; }

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

This div background color is #879980.


Border color

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

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

This div border color is #879980.


Opacity

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

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

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

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

This text has shadow with #879980 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #879980 on black background.


Color preview on white background

This text has color #879980 on white background.



Black color preview on #879980 background

This text has black color on #879980 background.


White color preview on #879980 background

This text has white color on #879980 background.