COLOR #879BCD

HEX: #879BCD
RGB: (135,155,205)

Color info

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

RGB color model

#879BCD color RGB value is (135,155,205).

  • red value is 135;
  • green value is 155;
  • blue value is 205.
RGB:
(135,155,205)
(53%,61%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 205 of 255 = 80%

135
155
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 155 + 205 = 495 (100%)
R 135 of 495 ~ 27.27%
G 155 of 495 ~ 31.31%
B 205 of 495 ~ 41.41%

%27.27
%31.31
%41.41

CMYK color model

#879BCD color CMYK value is (34,24,0,20).

  • cyan value is 34.15%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,24,0,20)
C34M24Y0K20 
(34%,24%,0%,20%)
(0.34/0.24/0.00/0.20)	

CMYK percentages

%34.15
%24.39
%0
%19.61

Codes

Color #879BCD in popluar color models

879BCD
RGB135155205
HSL223°41.18%66.67%
HSB/HSV223°34.15%80.39%
CMYK34.15%24.39%0.00%
19.61%

Color #879BCD in popluar number systems.

HEX879BCD
Decimal135155205
Binary100001111001101111001101
Octal207233315

Shades and tints

Shades of #879BCD

#879BCD
(135,155,205)
#7B8DBB
(123,141,187)
#6F7FA9
(111,127,169)
#637197
(99,113,151)
#576385
(87,99,133)
#4B5573
(75,85,115)
#3F4761
(63,71,97)
#33394F
(51,57,79)
#272B3D
(39,43,61)
#1B1D2B
(27,29,43)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #879BCD

#879BCD
(135,155,205)
#91A4D1
(145,164,209)
#9BADD5
(155,173,213)
#A5B6D9
(165,182,217)
#AFBFDD
(175,191,221)
#B9C8E1
(185,200,225)
#C3D1E5
(195,209,229)
#CDDAE9
(205,218,233)
#D7E3ED
(215,227,237)
#E1ECF1
(225,236,241)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879BCD color. Also use rgb(135,155,205) instead hex code.

Text Font Color

.myTextColor { color: #879BCD; }

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

This text font color is #879BCD.


Background Color

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

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

This div background color is #879BCD.


Border color

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

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

This div border color is #879BCD.


Opacity

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

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

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

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

This text has shadow with #879BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879BCD on black background.


Color preview on white background

This text has color #879BCD on white background.



Black color preview on #879BCD background

This text has black color on #879BCD background.


White color preview on #879BCD background

This text has white color on #879BCD background.