COLOR #879DA9

HEX: #879DA9
RGB: (135,157,169)

Color info

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

RGB color model

#879DA9 color RGB value is (135,157,169).

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

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 169 of 255 = 66%

135
157
169

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

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 169 = 461 (100%)
R 135 of 461 ~ 29.28%
G 157 of 461 ~ 34.06%
B 169 of 461 ~ 36.66%

%29.28
%34.06
%36.66

CMYK color model

#879DA9 color CMYK value is (20,7,0,34).

  • cyan value is 20.12%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(20,7,0,34)
C20M7Y0K34 
(20%,7%,0%,34%)
(0.20/0.07/0.00/0.34)	

CMYK percentages

%20.12
%7.1
%0
%33.73

Codes

Color #879DA9 in popluar color models

879DA9
RGB135157169
HSL201°16.50%59.61%
HSB/HSV201°20.12%66.27%
CMYK20.12%7.10%0.00%
33.73%

Color #879DA9 in popluar number systems.

HEX879DA9
Decimal135157169
Binary100001111001110110101001
Octal207235251

Shades and tints

Shades of #879DA9

#879DA9
(135,157,169)
#7B8F9A
(123,143,154)
#6F818B
(111,129,139)
#63737C
(99,115,124)
#57656D
(87,101,109)
#4B575E
(75,87,94)
#3F494F
(63,73,79)
#333B40
(51,59,64)
#272D31
(39,45,49)
#1B1F22
(27,31,34)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #879DA9

#879DA9
(135,157,169)
#91A5B0
(145,165,176)
#9BADB7
(155,173,183)
#A5B5BE
(165,181,190)
#AFBDC5
(175,189,197)
#B9C5CC
(185,197,204)
#C3CDD3
(195,205,211)
#CDD5DA
(205,213,218)
#D7DDE1
(215,221,225)
#E1E5E8
(225,229,232)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879DA9; }

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

This text font color is #879DA9.


Background Color

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

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

This div background color is #879DA9.


Border color

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

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

This div border color is #879DA9.


Opacity

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

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

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

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

This text has shadow with #879DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DA9 on black background.


Color preview on white background

This text has color #879DA9 on white background.



Black color preview on #879DA9 background

This text has black color on #879DA9 background.


White color preview on #879DA9 background

This text has white color on #879DA9 background.