COLOR #879DCB

HEX: #879DCB
RGB: (135,157,203)

Color info

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

RGB color model

#879DCB color RGB value is (135,157,203).

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

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 203 of 255 = 80%

135
157
203

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

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 203 = 495 (100%)
R 135 of 495 ~ 27.27%
G 157 of 495 ~ 31.72%
B 203 of 495 ~ 41.01%

%27.27
%31.72
%41.01

CMYK color model

#879DCB color CMYK value is (33,23,0,20).

  • cyan value is 33.50%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,23,0,20)
C33M23Y0K20 
(33%,23%,0%,20%)
(0.33/0.23/0.00/0.20)	

CMYK percentages

%33.5
%22.66
%0
%20.39

Codes

Color #879DCB in popluar color models

879DCB
RGB135157203
HSL221°39.53%66.27%
HSB/HSV221°33.50%79.61%
CMYK33.50%22.66%0.00%
20.39%

Color #879DCB in popluar number systems.

HEX879DCB
Decimal135157203
Binary100001111001110111001011
Octal207235313

Shades and tints

Shades of #879DCB

#879DCB
(135,157,203)
#7B8FB9
(123,143,185)
#6F81A7
(111,129,167)
#637395
(99,115,149)
#576583
(87,101,131)
#4B5771
(75,87,113)
#3F495F
(63,73,95)
#333B4D
(51,59,77)
#272D3B
(39,45,59)
#1B1F29
(27,31,41)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #879DCB

#879DCB
(135,157,203)
#91A5CF
(145,165,207)
#9BADD3
(155,173,211)
#A5B5D7
(165,181,215)
#AFBDDB
(175,189,219)
#B9C5DF
(185,197,223)
#C3CDE3
(195,205,227)
#CDD5E7
(205,213,231)
#D7DDEB
(215,221,235)
#E1E5EF
(225,229,239)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879DCB; }

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

This text font color is #879DCB.


Background Color

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

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

This div background color is #879DCB.


Border color

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

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

This div border color is #879DCB.


Opacity

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

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

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

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

This text has shadow with #879DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DCB on black background.


Color preview on white background

This text has color #879DCB on white background.



Black color preview on #879DCB background

This text has black color on #879DCB background.


White color preview on #879DCB background

This text has white color on #879DCB background.