COLOR #879EEF

HEX: #879EEF
RGB: (135,158,239)

Color info

#879EEF contains mainly blue color. Web safe color of #879EEF is #9999FF (or #99F).

RGB color model

#879EEF color RGB value is (135,158,239).

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

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 239 of 255 = 94%

135
158
239

R + G + B ~ 70%. #879EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 239 = 532 (100%)
R 135 of 532 ~ 25.38%
G 158 of 532 ~ 29.7%
B 239 of 532 ~ 44.92%

%25.38
%29.7
%44.92

CMYK color model

#879EEF color CMYK value is (44,34,0,6).

  • cyan value is 43.51%
  • magenta value is 33.89%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(44,34,0,6)
C44M34Y0K6 
(44%,34%,0%,6%)
(0.44/0.34/0.00/0.06)	

CMYK percentages

%43.51
%33.89
%0
%6.27

Codes

Color #879EEF in popluar color models

879EEF
RGB135158239
HSL227°76.47%73.33%
HSB/HSV227°43.51%93.73%
CMYK43.51%33.89%0.00%
6.27%

Color #879EEF in popluar number systems.

HEX879EEF
Decimal135158239
Binary100001111001111011101111
Octal207236357

Shades and tints

Shades of #879EEF

#879EEF
(135,158,239)
#7B90DA
(123,144,218)
#6F82C5
(111,130,197)
#6374B0
(99,116,176)
#57669B
(87,102,155)
#4B5886
(75,88,134)
#3F4A71
(63,74,113)
#333C5C
(51,60,92)
#272E47
(39,46,71)
#1B2032
(27,32,50)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #879EEF

#879EEF
(135,158,239)
#91A6F0
(145,166,240)
#9BAEF1
(155,174,241)
#A5B6F2
(165,182,242)
#AFBEF3
(175,190,243)
#B9C6F4
(185,198,244)
#C3CEF5
(195,206,245)
#CDD6F6
(205,214,246)
#D7DEF7
(215,222,247)
#E1E6F8
(225,230,248)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879EEF; }

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

This text font color is #879EEF.


Background Color

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

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

This div background color is #879EEF.


Border color

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

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

This div border color is #879EEF.


Opacity

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

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

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

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

This text has shadow with #879EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879EEF on black background.


Color preview on white background

This text has color #879EEF on white background.



Black color preview on #879EEF background

This text has black color on #879EEF background.


White color preview on #879EEF background

This text has white color on #879EEF background.