COLOR #879EA2

HEX: #879EA2 RGB: (135,158,162)

Color info

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

RGB color model

#879EA2 color RGB value is (135,158,162).

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

RGB channels and saturation

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

135
158
162

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

Portions of RGB colors in percentages

R + G + B = 135 + 158 + 162 = 455 (100%)
R 135 of 455 ~ 29.67%
G 158 of 455 ~ 34.73%
B 162 of 455 ~ 35.6'%

%29.67
%34.73
%35.6

CMYK color model

#879EA2 color CMYK value is (17,2,0,36).

  • cyan value is 16.67%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (17,2,0,36)
C17M2Y0K36 (17%, 2%, 0%, 36%)
(0.17 / 0.02 / 0.00 / 0.36)

CMYK percentages

%16.67
%2.47
%0
%36.47

Codes

Color #879EA2 in popluar color models

87 9E A2
RGB 135 158 162
HSL 189° 12.68% 58.24%
HSB/HSV 189° 16.67% 63.53%
CMYK 16.67% 2.47% 0.00%
36.47%

Color #879EA2 in popluar number systems.

HEX 87 9E A2
Decimal 135 158 162
Binary 10000111 10011110 10100010
Octal 207 236 242

Shades and tints

Shades of #879EA2

#879EA2
(135,158,162)
#7B9094
(123,144,148)
#6F8286
(111,130,134)
#637478
(99,116,120)
#57666A
(87,102,106)
#4B585C
(75,88,92)
#3F4A4E
(63,74,78)
#333C40
(51,60,64)
#272E32
(39,46,50)
#1B2024
(27,32,36)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #879EA2

#879EA2
(135,158,162)
#91A6AA
(145,166,170)
#9BAEB2
(155,174,178)
#A5B6BA
(165,182,186)
#AFBEC2
(175,190,194)
#B9C6CA
(185,198,202)
#C3CED2
(195,206,210)
#CDD6DA
(205,214,218)
#D7DEE2
(215,222,226)
#E1E6EA
(225,230,234)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879EA2; }

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

This text font color is #879EA2.

Background Color

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

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

This div background color is #879EA2.

Border color

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

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

This div border color is #879EA2.

Opacity

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

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

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

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

This text has shadow with #879EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879EA2.

Preview

Color preview on black background

This text has color #879EA2 on black background.


Color preview on white background

This text has color #879EA2 on white background.


Black color preview on #879EA2 background

This text has black color on #879EA2 background.


White color preview on #879EA2 background

This text has white color on #879EA2 background.


Related colors

Complementary color

Complementary color for #hex is #78615D.


I love getcolorcode.com

Triadic colors

1 #A2879E and #9EA287 with #879EA2 are triadic colors.

2 #A29E87 and #9E87A2 with #879EA2 are triadic colors.