COLOR #879EA6

HEX: #879EA6 RGB: (135,158,166)

Color info

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

RGB color model

#879EA6 color RGB value is (135,158,166).

RGB: (135,158,166) (53%, 62%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 166 of 255 = 65%

135
158
166

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

Portions of RGB colors in percentages

R + G + B = 135 + 158 + 166 = 459 (100%)
R 135 of 459 ~ 29.41%
G 158 of 459 ~ 34.42%
B 166 of 459 ~ 36.17'%

%29.41
%34.42
%36.17

CMYK color model

#879EA6 color CMYK value is (19,5,0,35).

  • cyan value is 18.67%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (19,5,0,35)
C19M5Y0K35 (19%, 5%, 0%, 35%)
(0.19 / 0.05 / 0.00 / 0.35)

CMYK percentages

%18.67
%4.82
%0
%34.9

Codes

Color #879EA6 in popluar color models

87 9E A6
RGB 135 158 166
HSL 195° 14.83% 59.02%
HSB/HSV 195° 18.67% 65.10%
CMYK 18.67% 4.82% 0.00%
34.90%

Color #879EA6 in popluar number systems.

HEX 87 9E A6
Decimal 135 158 166
Binary 10000111 10011110 10100110
Octal 207 236 246

Shades and tints

Shades of #879EA6

#879EA6
(135,158,166)
#7B9097
(123,144,151)
#6F8288
(111,130,136)
#637479
(99,116,121)
#57666A
(87,102,106)
#4B585B
(75,88,91)
#3F4A4C
(63,74,76)
#333C3D
(51,60,61)
#272E2E
(39,46,46)
#1B201F
(27,32,31)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #879EA6

#879EA6
(135,158,166)
#91A6AE
(145,166,174)
#9BAEB6
(155,174,182)
#A5B6BE
(165,182,190)
#AFBEC6
(175,190,198)
#B9C6CE
(185,198,206)
#C3CED6
(195,206,214)
#CDD6DE
(205,214,222)
#D7DEE6
(215,222,230)
#E1E6EE
(225,230,238)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879EA6 color. Also use rgb(135,158,166) instead hex code.

Text Font Color

.myTextColor { color: #879EA6; }

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

This text font color is #879EA6.

Background Color

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

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

This div background color is #879EA6.

Border color

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

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

This div border color is #879EA6.

Opacity

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

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

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

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

This text has shadow with #879EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879EA6.

Preview

Color preview on black background

This text has color #879EA6 on black background.


Color preview on white background

This text has color #879EA6 on white background.


Black color preview on #879EA6 background

This text has black color on #879EA6 background.


White color preview on #879EA6 background

This text has white color on #879EA6 background.


Related colors

Complementary color

Complementary color for #hex is #786159.


I love getcolorcode.com

Triadic colors

1 #A6879E and #9EA687 with #879EA6 are triadic colors.

2 #A69E87 and #9E87A6 with #879EA6 are triadic colors.