COLOR #879DCE

HEX: #879DCE
RGB: (135,157,206)

Color info

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

RGB color model

#879DCE color RGB value is (135,157,206).

  • red value is 135;
  • green value is 157;
  • blue value is 206.
RGB:
(135,157,206)
(53%,62%,81%)

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 206 of 255 = 81%

135
157
206

R + G + B ~ 65%. #879DCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 206 = 498 (100%)
R 135 of 498 ~ 27.11%
G 157 of 498 ~ 31.53%
B 206 of 498 ~ 41.37%

%27.11
%31.53
%41.37

CMYK color model

#879DCE color CMYK value is (34,24,0,19).

  • cyan value is 34.47%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(34,24,0,19)
C34M24Y0K19 
(34%,24%,0%,19%)
(0.34/0.24/0.00/0.19)	

CMYK percentages

%34.47
%23.79
%0
%19.22

Codes

Color #879DCE in popluar color models

879DCE
RGB135157206
HSL221°42.01%66.86%
HSB/HSV221°34.47%80.78%
CMYK34.47%23.79%0.00%
19.22%

Color #879DCE in popluar number systems.

HEX879DCE
Decimal135157206
Binary100001111001110111001110
Octal207235316

Shades and tints

Shades of #879DCE

#879DCE
(135,157,206)
#7B8FBC
(123,143,188)
#6F81AA
(111,129,170)
#637398
(99,115,152)
#576586
(87,101,134)
#4B5774
(75,87,116)
#3F4962
(63,73,98)
#333B50
(51,59,80)
#272D3E
(39,45,62)
#1B1F2C
(27,31,44)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #879DCE

#879DCE
(135,157,206)
#91A5D2
(145,165,210)
#9BADD6
(155,173,214)
#A5B5DA
(165,181,218)
#AFBDDE
(175,189,222)
#B9C5E2
(185,197,226)
#C3CDE6
(195,205,230)
#CDD5EA
(205,213,234)
#D7DDEE
(215,221,238)
#E1E5F2
(225,229,242)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879DCE color. Also use rgb(135,157,206) instead hex code.

Text Font Color

.myTextColor { color: #879DCE; }

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

This text font color is #879DCE.


Background Color

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

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

This div background color is #879DCE.


Border color

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

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

This div border color is #879DCE.


Opacity

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

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

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

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

This text has shadow with #879DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DCE on black background.


Color preview on white background

This text has color #879DCE on white background.



Black color preview on #879DCE background

This text has black color on #879DCE background.


White color preview on #879DCE background

This text has white color on #879DCE background.