COLOR #879CC6

HEX: #879CC6 RGB: (135,156,198)

Color info

#879CC6 contains mainly green and blue colors. Web safe color of #879CC6 is #9999CC (or #99C).

RGB color model

#879CC6 color RGB value is (135,156,198).

RGB: (135,156,198) (53%, 61%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 198 of 255 = 78%

135
156
198

R + G + B ~ 64%. #879CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 156 + 198 = 489 (100%)
R 135 of 489 ~ 27.61%
G 156 of 489 ~ 31.9%
B 198 of 489 ~ 40.49'%

%27.61
%31.9
%40.49

CMYK color model

#879CC6 color CMYK value is (32,21,0,22).

  • cyan value is 31.82%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (32,21,0,22)
C32M21Y0K22 (32%, 21%, 0%, 22%)
(0.32 / 0.21 / 0.00 / 0.22)

CMYK percentages

%31.82
%21.21
%0
%22.35

Codes

Color #879CC6 in popluar color models

87 9C C6
RGB 135 156 198
HSL 220° 35.59% 65.29%
HSB/HSV 220° 31.82% 77.65%
CMYK 31.82% 21.21% 0.00%
22.35%

Color #879CC6 in popluar number systems.

HEX 87 9C C6
Decimal 135 156 198
Binary 10000111 10011100 11000110
Octal 207 234 306

Shades and tints

Shades of #879CC6

#879CC6
(135,156,198)
#7B8EB4
(123,142,180)
#6F80A2
(111,128,162)
#637290
(99,114,144)
#57647E
(87,100,126)
#4B566C
(75,86,108)
#3F485A
(63,72,90)
#333A48
(51,58,72)
#272C36
(39,44,54)
#1B1E24
(27,30,36)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #879CC6

#879CC6
(135,156,198)
#91A5CB
(145,165,203)
#9BAED0
(155,174,208)
#A5B7D5
(165,183,213)
#AFC0DA
(175,192,218)
#B9C9DF
(185,201,223)
#C3D2E4
(195,210,228)
#CDDBE9
(205,219,233)
#D7E4EE
(215,228,238)
#E1EDF3
(225,237,243)
#EBF6F8
(235,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879CC6; }

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

This text font color is #879CC6.

Background Color

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

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

This div background color is #879CC6.

Border color

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

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

This div border color is #879CC6.

Opacity

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

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

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

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

This text has shadow with #879CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879CC6.

Preview

Color preview on black background

This text has color #879CC6 on black background.


Color preview on white background

This text has color #879CC6 on white background.


Black color preview on #879CC6 background

This text has black color on #879CC6 background.


White color preview on #879CC6 background

This text has white color on #879CC6 background.


Related colors

Complementary color

Complementary color for #hex is #786339.


I love getcolorcode.com

Triadic colors

1 #C6879C and #9CC687 with #879CC6 are triadic colors.

2 #C69C87 and #9C87C6 with #879CC6 are triadic colors.