COLOR #879F9B

HEX: #879F9B
RGB: (135,159,155)

Color info

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

RGB color model

#879F9B color RGB value is (135,159,155).

  • red value is 135;
  • green value is 159;
  • blue value is 155.
RGB:
(135,159,155)
(53%,62%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 155 of 255 = 61%

135
159
155

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

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 155 = 449 (100%)
R 135 of 449 ~ 30.07%
G 159 of 449 ~ 35.41%
B 155 of 449 ~ 34.52%

%30.07
%35.41
%34.52

CMYK color model

#879F9B color CMYK value is (15,0,3,38).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 37.65%
CMYK:
(15,0,3,38)
C15M0Y3K38 
(15%,0%,3%,38%)
(0.15/0.00/0.03/0.38)	

CMYK percentages

%15.09
%0
%2.52
%37.65

Codes

Color #879F9B in popluar color models

879F9B
RGB135159155
HSL170°11.11%57.65%
HSB/HSV170°15.09%62.35%
CMYK15.09%0.00%2.52%
37.65%

Color #879F9B in popluar number systems.

HEX879F9B
Decimal135159155
Binary100001111001111110011011
Octal207237233

Shades and tints

Shades of #879F9B

#879F9B
(135,159,155)
#7B918D
(123,145,141)
#6F837F
(111,131,127)
#637571
(99,117,113)
#576763
(87,103,99)
#4B5955
(75,89,85)
#3F4B47
(63,75,71)
#333D39
(51,61,57)
#272F2B
(39,47,43)
#1B211D
(27,33,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #879F9B

#879F9B
(135,159,155)
#91A7A4
(145,167,164)
#9BAFAD
(155,175,173)
#A5B7B6
(165,183,182)
#AFBFBF
(175,191,191)
#B9C7C8
(185,199,200)
#C3CFD1
(195,207,209)
#CDD7DA
(205,215,218)
#D7DFE3
(215,223,227)
#E1E7EC
(225,231,236)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879F9B color. Also use rgb(135,159,155) instead hex code.

Text Font Color

.myTextColor { color: #879F9B; }

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

This text font color is #879F9B.


Background Color

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

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

This div background color is #879F9B.


Border color

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

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

This div border color is #879F9B.


Opacity

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

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

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

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

This text has shadow with #879F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879F9B on black background.


Color preview on white background

This text has color #879F9B on white background.



Black color preview on #879F9B background

This text has black color on #879F9B background.


White color preview on #879F9B background

This text has white color on #879F9B background.