COLOR #879EE2

HEX: #879EE2
RGB: (135,158,226)

Color info

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

RGB color model

#879EE2 color RGB value is (135,158,226).

  • red value is 135;
  • green value is 158;
  • blue value is 226.
RGB:
(135,158,226)
(53%,62%,89%)

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 226 of 255 = 89%

135
158
226

R + G + B ~ 68%. #879EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 226 = 519 (100%)
R 135 of 519 ~ 26.01%
G 158 of 519 ~ 30.44%
B 226 of 519 ~ 43.55%

%26.01
%30.44
%43.55

CMYK color model

#879EE2 color CMYK value is (40,30,0,11).

  • cyan value is 40.27%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(40,30,0,11)
C40M30Y0K11 
(40%,30%,0%,11%)
(0.40/0.30/0.00/0.11)	

CMYK percentages

%40.27
%30.09
%0
%11.37

Codes

Color #879EE2 in popluar color models

879EE2
RGB135158226
HSL225°61.07%70.78%
HSB/HSV225°40.27%88.63%
CMYK40.27%30.09%0.00%
11.37%

Color #879EE2 in popluar number systems.

HEX879EE2
Decimal135158226
Binary100001111001111011100010
Octal207236342

Shades and tints

Shades of #879EE2

#879EE2
(135,158,226)
#7B90CE
(123,144,206)
#6F82BA
(111,130,186)
#6374A6
(99,116,166)
#576692
(87,102,146)
#4B587E
(75,88,126)
#3F4A6A
(63,74,106)
#333C56
(51,60,86)
#272E42
(39,46,66)
#1B202E
(27,32,46)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #879EE2

#879EE2
(135,158,226)
#91A6E4
(145,166,228)
#9BAEE6
(155,174,230)
#A5B6E8
(165,182,232)
#AFBEEA
(175,190,234)
#B9C6EC
(185,198,236)
#C3CEEE
(195,206,238)
#CDD6F0
(205,214,240)
#D7DEF2
(215,222,242)
#E1E6F4
(225,230,244)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879EE2 color. Also use rgb(135,158,226) instead hex code.

Text Font Color

.myTextColor { color: #879EE2; }

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

This text font color is #879EE2.


Background Color

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

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

This div background color is #879EE2.


Border color

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

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

This div border color is #879EE2.


Opacity

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

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

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

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

This text has shadow with #879EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879EE2 on black background.


Color preview on white background

This text has color #879EE2 on white background.



Black color preview on #879EE2 background

This text has black color on #879EE2 background.


White color preview on #879EE2 background

This text has white color on #879EE2 background.