COLOR #879DC3

HEX: #879DC3
RGB: (135,157,195)

Color info

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

RGB color model

#879DC3 color RGB value is (135,157,195).

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

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 195 of 255 = 76%

135
157
195

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

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 195 = 487 (100%)
R 135 of 487 ~ 27.72%
G 157 of 487 ~ 32.24%
B 195 of 487 ~ 40.04%

%27.72
%32.24
%40.04

CMYK color model

#879DC3 color CMYK value is (31,19,0,24).

  • cyan value is 30.77%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(31,19,0,24)
C31M19Y0K24 
(31%,19%,0%,24%)
(0.31/0.19/0.00/0.24)	

CMYK percentages

%30.77
%19.49
%0
%23.53

Codes

Color #879DC3 in popluar color models

879DC3
RGB135157195
HSL218°33.33%64.71%
HSB/HSV218°30.77%76.47%
CMYK30.77%19.49%0.00%
23.53%

Color #879DC3 in popluar number systems.

HEX879DC3
Decimal135157195
Binary100001111001110111000011
Octal207235303

Shades and tints

Shades of #879DC3

#879DC3
(135,157,195)
#7B8FB2
(123,143,178)
#6F81A1
(111,129,161)
#637390
(99,115,144)
#57657F
(87,101,127)
#4B576E
(75,87,110)
#3F495D
(63,73,93)
#333B4C
(51,59,76)
#272D3B
(39,45,59)
#1B1F2A
(27,31,42)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #879DC3

#879DC3
(135,157,195)
#91A5C8
(145,165,200)
#9BADCD
(155,173,205)
#A5B5D2
(165,181,210)
#AFBDD7
(175,189,215)
#B9C5DC
(185,197,220)
#C3CDE1
(195,205,225)
#CDD5E6
(205,213,230)
#D7DDEB
(215,221,235)
#E1E5F0
(225,229,240)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879DC3; }

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

This text font color is #879DC3.


Background Color

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

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

This div background color is #879DC3.


Border color

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

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

This div border color is #879DC3.


Opacity

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

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

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

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

This text has shadow with #879DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DC3 on black background.


Color preview on white background

This text has color #879DC3 on white background.



Black color preview on #879DC3 background

This text has black color on #879DC3 background.


White color preview on #879DC3 background

This text has white color on #879DC3 background.