COLOR #879EB7

HEX: #879EB7
RGB: (135,158,183)

Color info

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

RGB color model

#879EB7 color RGB value is (135,158,183).

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

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 183 of 255 = 72%

135
158
183

R + G + B ~ 62%. #879EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 183 = 476 (100%)
R 135 of 476 ~ 28.36%
G 158 of 476 ~ 33.19%
B 183 of 476 ~ 38.45%

%28.36
%33.19
%38.45

CMYK color model

#879EB7 color CMYK value is (26,14,0,28).

  • cyan value is 26.23%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(26,14,0,28)
C26M14Y0K28 
(26%,14%,0%,28%)
(0.26/0.14/0.00/0.28)	

CMYK percentages

%26.23
%13.66
%0
%28.24

Codes

Color #879EB7 in popluar color models

879EB7
RGB135158183
HSL211°25.00%62.35%
HSB/HSV211°26.23%71.76%
CMYK26.23%13.66%0.00%
28.24%

Color #879EB7 in popluar number systems.

HEX879EB7
Decimal135158183
Binary100001111001111010110111
Octal207236267

Shades and tints

Shades of #879EB7

#879EB7
(135,158,183)
#7B90A7
(123,144,167)
#6F8297
(111,130,151)
#637487
(99,116,135)
#576677
(87,102,119)
#4B5867
(75,88,103)
#3F4A57
(63,74,87)
#333C47
(51,60,71)
#272E37
(39,46,55)
#1B2027
(27,32,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #879EB7

#879EB7
(135,158,183)
#91A6BD
(145,166,189)
#9BAEC3
(155,174,195)
#A5B6C9
(165,182,201)
#AFBECF
(175,190,207)
#B9C6D5
(185,198,213)
#C3CEDB
(195,206,219)
#CDD6E1
(205,214,225)
#D7DEE7
(215,222,231)
#E1E6ED
(225,230,237)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879EB7; }

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

This text font color is #879EB7.


Background Color

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

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

This div background color is #879EB7.


Border color

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

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

This div border color is #879EB7.


Opacity

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

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

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

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

This text has shadow with #879EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879EB7 on black background.


Color preview on white background

This text has color #879EB7 on white background.



Black color preview on #879EB7 background

This text has black color on #879EB7 background.


White color preview on #879EB7 background

This text has white color on #879EB7 background.