COLOR #879EBD

HEX: #879EBD
RGB: (135,158,189)

Color info

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

RGB color model

#879EBD color RGB value is (135,158,189).

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

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 189 of 255 = 74%

135
158
189

R + G + B ~ 63%. #879EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 189 = 482 (100%)
R 135 of 482 ~ 28.01%
G 158 of 482 ~ 32.78%
B 189 of 482 ~ 39.21%

%28.01
%32.78
%39.21

CMYK color model

#879EBD color CMYK value is (29,16,0,26).

  • cyan value is 28.57%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(29,16,0,26)
C29M16Y0K26 
(29%,16%,0%,26%)
(0.29/0.16/0.00/0.26)	

CMYK percentages

%28.57
%16.4
%0
%25.88

Codes

Color #879EBD in popluar color models

879EBD
RGB135158189
HSL214°29.03%63.53%
HSB/HSV214°28.57%74.12%
CMYK28.57%16.40%0.00%
25.88%

Color #879EBD in popluar number systems.

HEX879EBD
Decimal135158189
Binary100001111001111010111101
Octal207236275

Shades and tints

Shades of #879EBD

#879EBD
(135,158,189)
#7B90AC
(123,144,172)
#6F829B
(111,130,155)
#63748A
(99,116,138)
#576679
(87,102,121)
#4B5868
(75,88,104)
#3F4A57
(63,74,87)
#333C46
(51,60,70)
#272E35
(39,46,53)
#1B2024
(27,32,36)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #879EBD

#879EBD
(135,158,189)
#91A6C3
(145,166,195)
#9BAEC9
(155,174,201)
#A5B6CF
(165,182,207)
#AFBED5
(175,190,213)
#B9C6DB
(185,198,219)
#C3CEE1
(195,206,225)
#CDD6E7
(205,214,231)
#D7DEED
(215,222,237)
#E1E6F3
(225,230,243)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879EBD; }

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

This text font color is #879EBD.


Background Color

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

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

This div background color is #879EBD.


Border color

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

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

This div border color is #879EBD.


Opacity

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

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

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

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

This text has shadow with #879EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879EBD on black background.


Color preview on white background

This text has color #879EBD on white background.



Black color preview on #879EBD background

This text has black color on #879EBD background.


White color preview on #879EBD background

This text has white color on #879EBD background.