COLOR #879AC6

HEX: #879AC6 RGB: (135,154,198)

Color info

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

RGB color model

#879AC6 color RGB value is (135,154,198).

RGB: (135,154,198) (53%, 60%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 198 of 255 = 78%

135
154
198

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

Portions of RGB colors in percentages

R + G + B = 135 + 154 + 198 = 487 (100%)
R 135 of 487 ~ 27.72%
G 154 of 487 ~ 31.62%
B 198 of 487 ~ 40.66'%

%27.72
%31.62
%40.66

CMYK color model

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

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

CMYK: (32,22,0,22)
C32M22Y0K22 (32%, 22%, 0%, 22%)
(0.32 / 0.22 / 0.00 / 0.22)

CMYK percentages

%31.82
%22.22
%0
%22.35

Codes

Color #879AC6 in popluar color models

87 9A C6
RGB 135 154 198
HSL 222° 35.59% 65.29%
HSB/HSV 222° 31.82% 77.65%
CMYK 31.82% 22.22% 0.00%
22.35%

Color #879AC6 in popluar number systems.

HEX 87 9A C6
Decimal 135 154 198
Binary 10000111 10011010 11000110
Octal 207 232 306

Shades and tints

Shades of #879AC6

#879AC6
(135,154,198)
#7B8CB4
(123,140,180)
#6F7EA2
(111,126,162)
#637090
(99,112,144)
#57627E
(87,98,126)
#4B546C
(75,84,108)
#3F465A
(63,70,90)
#333848
(51,56,72)
#272A36
(39,42,54)
#1B1C24
(27,28,36)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #879AC6

#879AC6
(135,154,198)
#91A3CB
(145,163,203)
#9BACD0
(155,172,208)
#A5B5D5
(165,181,213)
#AFBEDA
(175,190,218)
#B9C7DF
(185,199,223)
#C3D0E4
(195,208,228)
#CDD9E9
(205,217,233)
#D7E2EE
(215,226,238)
#E1EBF3
(225,235,243)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879AC6; }

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

This text font color is #879AC6.

Background Color

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

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

This div background color is #879AC6.

Border color

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

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

This div border color is #879AC6.

Opacity

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

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

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

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

This text has shadow with #879AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879AC6.

Preview

Color preview on black background

This text has color #879AC6 on black background.


Color preview on white background

This text has color #879AC6 on white background.


Black color preview on #879AC6 background

This text has black color on #879AC6 background.


White color preview on #879AC6 background

This text has white color on #879AC6 background.


Related colors

Complementary color

Complementary color for #hex is #786539.


I love getcolorcode.com

Triadic colors

1 #C6879A and #9AC687 with #879AC6 are triadic colors.

2 #C69A87 and #9A87C6 with #879AC6 are triadic colors.