COLOR #879CAA

HEX: #879CAA RGB: (135,156,170)

Color info

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

RGB color model

#879CAA color RGB value is (135,156,170).

RGB: (135,156,170) (53%, 61%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 170 of 255 = 67%

135
156
170

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

Portions of RGB colors in percentages

R + G + B = 135 + 156 + 170 = 461 (100%)
R 135 of 461 ~ 29.28%
G 156 of 461 ~ 33.84%
B 170 of 461 ~ 36.88'%

%29.28
%33.84
%36.88

CMYK color model

#879CAA color CMYK value is (21,8,0,33).

  • cyan value is 20.59%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (21,8,0,33)
C21M8Y0K33 (21%, 8%, 0%, 33%)
(0.21 / 0.08 / 0.00 / 0.33)

CMYK percentages

%20.59
%8.24
%0
%33.33

Codes

Color #879CAA in popluar color models

87 9C AA
RGB 135 156 170
HSL 204° 17.07% 59.80%
HSB/HSV 204° 20.59% 66.67%
CMYK 20.59% 8.24% 0.00%
33.33%

Color #879CAA in popluar number systems.

HEX 87 9C AA
Decimal 135 156 170
Binary 10000111 10011100 10101010
Octal 207 234 252

Shades and tints

Shades of #879CAA

#879CAA
(135,156,170)
#7B8E9B
(123,142,155)
#6F808C
(111,128,140)
#63727D
(99,114,125)
#57646E
(87,100,110)
#4B565F
(75,86,95)
#3F4850
(63,72,80)
#333A41
(51,58,65)
#272C32
(39,44,50)
#1B1E23
(27,30,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #879CAA

#879CAA
(135,156,170)
#91A5B1
(145,165,177)
#9BAEB8
(155,174,184)
#A5B7BF
(165,183,191)
#AFC0C6
(175,192,198)
#B9C9CD
(185,201,205)
#C3D2D4
(195,210,212)
#CDDBDB
(205,219,219)
#D7E4E2
(215,228,226)
#E1EDE9
(225,237,233)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879CAA color. Also use rgb(135,156,170) instead hex code.

Text Font Color

.myTextColor { color: #879CAA; }

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

This text font color is #879CAA.

Background Color

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

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

This div background color is #879CAA.

Border color

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

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

This div border color is #879CAA.

Opacity

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

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

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

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

This text has shadow with #879CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879CAA.

Preview

Color preview on black background

This text has color #879CAA on black background.


Color preview on white background

This text has color #879CAA on white background.


Black color preview on #879CAA background

This text has black color on #879CAA background.


White color preview on #879CAA background

This text has white color on #879CAA background.


Related colors

Complementary color

Complementary color for #hex is #786355.


I love getcolorcode.com

Triadic colors

1 #AA879C and #9CAA87 with #879CAA are triadic colors.

2 #AA9C87 and #9C87AA with #879CAA are triadic colors.