COLOR #879DDE

HEX: #879DDE
RGB: (135,157,222)

Color info

#879DDE contains mainly blue color. Web safe color of #879DDE is #9999CC (or #99C).

RGB color model

#879DDE color RGB value is (135,157,222).

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

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 222 of 255 = 87%

135
157
222

R + G + B ~ 67%. #879DDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 222 = 514 (100%)
R 135 of 514 ~ 26.26%
G 157 of 514 ~ 30.54%
B 222 of 514 ~ 43.19%

%26.26
%30.54
%43.19

CMYK color model

#879DDE color CMYK value is (39,29,0,13).

  • cyan value is 39.19%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(39,29,0,13)
C39M29Y0K13 
(39%,29%,0%,13%)
(0.39/0.29/0.00/0.13)	

CMYK percentages

%39.19
%29.28
%0
%12.94

Codes

Color #879DDE in popluar color models

879DDE
RGB135157222
HSL225°56.86%70.00%
HSB/HSV225°39.19%87.06%
CMYK39.19%29.28%0.00%
12.94%

Color #879DDE in popluar number systems.

HEX879DDE
Decimal135157222
Binary100001111001110111011110
Octal207235336

Shades and tints

Shades of #879DDE

#879DDE
(135,157,222)
#7B8FCA
(123,143,202)
#6F81B6
(111,129,182)
#6373A2
(99,115,162)
#57658E
(87,101,142)
#4B577A
(75,87,122)
#3F4966
(63,73,102)
#333B52
(51,59,82)
#272D3E
(39,45,62)
#1B1F2A
(27,31,42)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #879DDE

#879DDE
(135,157,222)
#91A5E1
(145,165,225)
#9BADE4
(155,173,228)
#A5B5E7
(165,181,231)
#AFBDEA
(175,189,234)
#B9C5ED
(185,197,237)
#C3CDF0
(195,205,240)
#CDD5F3
(205,213,243)
#D7DDF6
(215,221,246)
#E1E5F9
(225,229,249)
#EBEDFC
(235,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879DDE; }

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

This text font color is #879DDE.


Background Color

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

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

This div background color is #879DDE.


Border color

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

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

This div border color is #879DDE.


Opacity

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

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

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

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

This text has shadow with #879DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879DDE on black background.


Color preview on white background

This text has color #879DDE on white background.



Black color preview on #879DDE background

This text has black color on #879DDE background.


White color preview on #879DDE background

This text has white color on #879DDE background.