COLOR #879BC2

HEX: #879BC2
RGB: (135,155,194)

Color info

#879BC2 contains red, green and blue colors in about the same proportion. Web safe color of #879BC2 is #9999CC (or #99C).

RGB color model

#879BC2 color RGB value is (135,155,194).

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

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 194 of 255 = 76%

135
155
194

R + G + B ~ 63%. #879BC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 155 + 194 = 484 (100%)
R 135 of 484 ~ 27.89%
G 155 of 484 ~ 32.02%
B 194 of 484 ~ 40.08%

%27.89
%32.02
%40.08

CMYK color model

#879BC2 color CMYK value is (30,20,0,24).

  • cyan value is 30.41%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,20,0,24)
C30M20Y0K24 
(30%,20%,0%,24%)
(0.30/0.20/0.00/0.24)	

CMYK percentages

%30.41
%20.1
%0
%23.92

Codes

Color #879BC2 in popluar color models

879BC2
RGB135155194
HSL220°32.60%64.51%
HSB/HSV220°30.41%76.08%
CMYK30.41%20.10%0.00%
23.92%

Color #879BC2 in popluar number systems.

HEX879BC2
Decimal135155194
Binary100001111001101111000010
Octal207233302

Shades and tints

Shades of #879BC2

#879BC2
(135,155,194)
#7B8DB1
(123,141,177)
#6F7FA0
(111,127,160)
#63718F
(99,113,143)
#57637E
(87,99,126)
#4B556D
(75,85,109)
#3F475C
(63,71,92)
#33394B
(51,57,75)
#272B3A
(39,43,58)
#1B1D29
(27,29,41)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #879BC2

#879BC2
(135,155,194)
#91A4C7
(145,164,199)
#9BADCC
(155,173,204)
#A5B6D1
(165,182,209)
#AFBFD6
(175,191,214)
#B9C8DB
(185,200,219)
#C3D1E0
(195,209,224)
#CDDAE5
(205,218,229)
#D7E3EA
(215,227,234)
#E1ECEF
(225,236,239)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879BC2; }

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

This text font color is #879BC2.


Background Color

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

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

This div background color is #879BC2.


Border color

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

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

This div border color is #879BC2.


Opacity

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

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

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

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

This text has shadow with #879BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879BC2 on black background.


Color preview on white background

This text has color #879BC2 on white background.



Black color preview on #879BC2 background

This text has black color on #879BC2 background.


White color preview on #879BC2 background

This text has white color on #879BC2 background.