COLOR #879DA2

HEX: #879DA2 RGB: (135,157,162)

Color info

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

RGB color model

#879DA2 color RGB value is (135,157,162).

RGB: (135,157,162) (53%, 62%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 162 of 255 = 64%

135
157
162

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

Portions of RGB colors in percentages

R + G + B = 135 + 157 + 162 = 454 (100%)
R 135 of 454 ~ 29.74%
G 157 of 454 ~ 34.58%
B 162 of 454 ~ 35.68'%

%29.74
%34.58
%35.68

CMYK color model

#879DA2 color CMYK value is (17,3,0,36).

  • cyan value is 16.67%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (17,3,0,36) C17M3Y0K36 (17%,3%,0%,36%) (0.17/0.03/0.00/0.36) 

CMYK percentages

%16.67
%3.09
%0
%36.47

Codes

Color #879DA2 in popluar color models

87 9D A2
RGB 135 157 162
HSL 191° 12.68% 58.24%
HSB/HSV 191° 16.67% 63.53%
CMYK 16.67% 3.09% 0.00%
36.47%

Color #879DA2 in popluar number systems.

HEX 87 9D A2
Decimal 135 157 162
Binary 10000111 10011101 10100010
Octal 207 235 242

Shades and tints

Shades of #879DA2

#879DA2
(135,157,162)
#7B8F94
(123,143,148)
#6F8186
(111,129,134)
#637378
(99,115,120)
#57656A
(87,101,106)
#4B575C
(75,87,92)
#3F494E
(63,73,78)
#333B40
(51,59,64)
#272D32
(39,45,50)
#1B1F24
(27,31,36)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #879DA2

#879DA2
(135,157,162)
#91A5AA
(145,165,170)
#9BADB2
(155,173,178)
#A5B5BA
(165,181,186)
#AFBDC2
(175,189,194)
#B9C5CA
(185,197,202)
#C3CDD2
(195,205,210)
#CDD5DA
(205,213,218)
#D7DDE2
(215,221,226)
#E1E5EA
(225,229,234)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879DA2; }

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

This text font color is #879DA2.

Background Color

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

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

This div background color is #879DA2.

Border color

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

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

This div border color is #879DA2.

Opacity

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

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

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

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

This text has shadow with #879DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879DA2.

Preview

Color preview on black background

This text has color #879DA2 on black background.


Color preview on white background

This text has color #879DA2 on white background.


Black color preview on #879DA2 background

This text has black color on #879DA2 background.


White color preview on #879DA2 background

This text has white color on #879DA2 background.


Related colors

Complementary color

Complementary color for #hex is #78625D.


I love getcolorcode.com

Triadic colors

1 #A2879D and #9DA287 with #879DA2 are triadic colors.

2 #A29D87 and #9D87A2 with #879DA2 are triadic colors.