COLOR #879DA1

HEX: #879DA1
RGB: (135,157,161)

Color info

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

RGB color model

#879DA1 color RGB value is (135,157,161).

  • red value is 135;
  • green value is 157;
  • blue value is 161.
RGB:
(135,157,161)
(53%,62%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 161 of 255 = 63%

135
157
161

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

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 161 = 453 (100%)
R 135 of 453 ~ 29.8%
G 157 of 453 ~ 34.66%
B 161 of 453 ~ 35.54%

%29.8
%34.66
%35.54

CMYK color model

#879DA1 color CMYK value is (16,2,0,37).

  • cyan value is 16.15%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,2,0,37)
C16M2Y0K37 
(16%,2%,0%,37%)
(0.16/0.02/0.00/0.37)	

CMYK percentages

%16.15
%2.48
%0
%36.86

Codes

Color #879DA1 in popluar color models

879DA1
RGB135157161
HSL189°12.15%58.04%
HSB/HSV189°16.15%63.14%
CMYK16.15%2.48%0.00%
36.86%

Color #879DA1 in popluar number systems.

HEX879DA1
Decimal135157161
Binary100001111001110110100001
Octal207235241

Shades and tints

Shades of #879DA1

#879DA1
(135,157,161)
#7B8F93
(123,143,147)
#6F8185
(111,129,133)
#637377
(99,115,119)
#576569
(87,101,105)
#4B575B
(75,87,91)
#3F494D
(63,73,77)
#333B3F
(51,59,63)
#272D31
(39,45,49)
#1B1F23
(27,31,35)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #879DA1

#879DA1
(135,157,161)
#91A5A9
(145,165,169)
#9BADB1
(155,173,177)
#A5B5B9
(165,181,185)
#AFBDC1
(175,189,193)
#B9C5C9
(185,197,201)
#C3CDD1
(195,205,209)
#CDD5D9
(205,213,217)
#D7DDE1
(215,221,225)
#E1E5E9
(225,229,233)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879DA1 color. Also use rgb(135,157,161) instead hex code.

Text Font Color

.myTextColor { color: #879DA1; }

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

This text font color is #879DA1.


Background Color

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

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

This div background color is #879DA1.


Border color

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

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

This div border color is #879DA1.


Opacity

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

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

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

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

This text has shadow with #879DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DA1 on black background.


Color preview on white background

This text has color #879DA1 on white background.



Black color preview on #879DA1 background

This text has black color on #879DA1 background.


White color preview on #879DA1 background

This text has white color on #879DA1 background.