COLOR #878BAF

HEX: #878BAF RGB: (135,139,175)

Color info

#878BAF contains red, green and blue colors in about the same proportion. Web safe color of #878BAF is #999999 (or #999).

RGB color model

#878BAF color RGB value is (135,139,175).

RGB: (135,139,175) (53%, 55%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 175 of 255 = 69%

135
139
175

R + G + B ~ 59%. #878BAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 139 + 175 = 449 (100%)
R 135 of 449 ~ 30.07%
G 139 of 449 ~ 30.96%
B 175 of 449 ~ 38.98'%

%30.07
%30.96
%38.98

CMYK color model

#878BAF color CMYK value is (23,21,0,31).

  • cyan value is 22.86%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (23,21,0,31)
C23M21Y0K31 (23%, 21%, 0%, 31%)
(0.23 / 0.21 / 0.00 / 0.31)

CMYK percentages

%22.86
%20.57
%0
%31.37

Codes

Color #878BAF in popluar color models

87 8B AF
RGB 135 139 175
HSL 234° 20.00% 60.78%
HSB/HSV 234° 22.86% 68.63%
CMYK 22.86% 20.57% 0.00%
31.37%

Color #878BAF in popluar number systems.

HEX 87 8B AF
Decimal 135 139 175
Binary 10000111 10001011 10101111
Octal 207 213 257

Shades and tints

Shades of #878BAF

#878BAF
(135,139,175)
#7B7FA0
(123,127,160)
#6F7391
(111,115,145)
#636782
(99,103,130)
#575B73
(87,91,115)
#4B4F64
(75,79,100)
#3F4355
(63,67,85)
#333746
(51,55,70)
#272B37
(39,43,55)
#1B1F28
(27,31,40)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #878BAF

#878BAF
(135,139,175)
#9195B6
(145,149,182)
#9B9FBD
(155,159,189)
#A5A9C4
(165,169,196)
#AFB3CB
(175,179,203)
#B9BDD2
(185,189,210)
#C3C7D9
(195,199,217)
#CDD1E0
(205,209,224)
#D7DBE7
(215,219,231)
#E1E5EE
(225,229,238)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878BAF; }

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

This text font color is #878BAF.

Background Color

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

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

This div background color is #878BAF.

Border color

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

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

This div border color is #878BAF.

Opacity

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

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

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

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

This text has shadow with #878BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878BAF.

Preview

Color preview on black background

This text has color #878BAF on black background.


Color preview on white background

This text has color #878BAF on white background.


Black color preview on #878BAF background

This text has black color on #878BAF background.


White color preview on #878BAF background

This text has white color on #878BAF background.


Related colors

Complementary color

Complementary color for #hex is #787450.


I love getcolorcode.com

Triadic colors

1 #AF878B and #8BAF87 with #878BAF are triadic colors.

2 #AF8B87 and #8B87AF with #878BAF are triadic colors.