COLOR #878BBD

HEX: #878BBD
RGB: (135,139,189)

Color info

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

RGB color model

#878BBD color RGB value is (135,139,189).

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

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 189 of 255 = 74%

135
139
189

R + G + B ~ 61%. #878BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 189 = 463 (100%)
R 135 of 463 ~ 29.16%
G 139 of 463 ~ 30.02%
B 189 of 463 ~ 40.82%

%29.16
%30.02
%40.82

CMYK color model

#878BBD color CMYK value is (29,26,0,26).

  • cyan value is 28.57%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(29,26,0,26)
C29M26Y0K26 
(29%,26%,0%,26%)
(0.29/0.26/0.00/0.26)	

CMYK percentages

%28.57
%26.46
%0
%25.88

Codes

Color #878BBD in popluar color models

878BBD
RGB135139189
HSL236°29.03%63.53%
HSB/HSV236°28.57%74.12%
CMYK28.57%26.46%0.00%
25.88%

Color #878BBD in popluar number systems.

HEX878BBD
Decimal135139189
Binary100001111000101110111101
Octal207213275

Shades and tints

Shades of #878BBD

#878BBD
(135,139,189)
#7B7FAC
(123,127,172)
#6F739B
(111,115,155)
#63678A
(99,103,138)
#575B79
(87,91,121)
#4B4F68
(75,79,104)
#3F4357
(63,67,87)
#333746
(51,55,70)
#272B35
(39,43,53)
#1B1F24
(27,31,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #878BBD

#878BBD
(135,139,189)
#9195C3
(145,149,195)
#9B9FC9
(155,159,201)
#A5A9CF
(165,169,207)
#AFB3D5
(175,179,213)
#B9BDDB
(185,189,219)
#C3C7E1
(195,199,225)
#CDD1E7
(205,209,231)
#D7DBED
(215,219,237)
#E1E5F3
(225,229,243)
#EBEFF9
(235,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878BBD color. Also use rgb(135,139,189) instead hex code.

Text Font Color

.myTextColor { color: #878BBD; }

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

This text font color is #878BBD.


Background Color

.myBgColor { background-color: #878BBD; }

<div style="background-color:#878BBD">Inner text</div>

This div background color is #878BBD.


Border color

.myBorderColor { border: 1px solid #878BBD; }

<div style="border:3px solid #878BBD">Div</div>

This div border color is #878BBD.


Opacity

.myOpacity80 { color: #878BBD; opacity: 0.8; }

<p style="color:#878BBD;opacity:0.8;">80%</p>

Text with #878BBD 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 #878BBD;}

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

This text has shadow with #878BBD color.

.textShadow {text-shadow: 3px 3px 1px #878BBD, 3px 3px 1px red;}

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

This text has shadow with #878BBD primary color and red secondary color.


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

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

This text has shadow with #878BBD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878BBD on black background.


Color preview on white background

This text has color #878BBD on white background.



Black color preview on #878BBD background

This text has black color on #878BBD background.


White color preview on #878BBD background

This text has white color on #878BBD background.