COLOR #879BAB

HEX: #879BAB RGB: (135,155,171)

Color info

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

RGB color model

#879BAB color RGB value is (135,155,171).

RGB: (135,155,171) (53%, 61%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 171 of 255 = 67%

135
155
171

R + G + B ~ 60%. #879BAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 155 + 171 = 461 (100%)
R 135 of 461 ~ 29.28%
G 155 of 461 ~ 33.62%
B 171 of 461 ~ 37.09'%

%29.28
%33.62
%37.09

CMYK color model

#879BAB color CMYK value is (21,9,0,33).

  • cyan value is 21.05%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (21,9,0,33)
C21M9Y0K33 (21%, 9%, 0%, 33%)
(0.21 / 0.09 / 0.00 / 0.33)

CMYK percentages

%21.05
%9.36
%0
%32.94

Codes

Color #879BAB in popluar color models

87 9B AB
RGB 135 155 171
HSL 207° 17.65% 60.00%
HSB/HSV 207° 21.05% 67.06%
CMYK 21.05% 9.36% 0.00%
32.94%

Color #879BAB in popluar number systems.

HEX 87 9B AB
Decimal 135 155 171
Binary 10000111 10011011 10101011
Octal 207 233 253

Shades and tints

Shades of #879BAB

#879BAB
(135,155,171)
#7B8D9C
(123,141,156)
#6F7F8D
(111,127,141)
#63717E
(99,113,126)
#57636F
(87,99,111)
#4B5560
(75,85,96)
#3F4751
(63,71,81)
#333942
(51,57,66)
#272B33
(39,43,51)
#1B1D24
(27,29,36)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #879BAB

#879BAB
(135,155,171)
#91A4B2
(145,164,178)
#9BADB9
(155,173,185)
#A5B6C0
(165,182,192)
#AFBFC7
(175,191,199)
#B9C8CE
(185,200,206)
#C3D1D5
(195,209,213)
#CDDADC
(205,218,220)
#D7E3E3
(215,227,227)
#E1ECEA
(225,236,234)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879BAB color. Also use rgb(135,155,171) instead hex code.

Text Font Color

.myTextColor { color: #879BAB; }

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

This text font color is #879BAB.

Background Color

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

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

This div background color is #879BAB.

Border color

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

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

This div border color is #879BAB.

Opacity

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

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

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

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

This text has shadow with #879BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879BAB.

Preview

Color preview on black background

This text has color #879BAB on black background.


Color preview on white background

This text has color #879BAB on white background.


Black color preview on #879BAB background

This text has black color on #879BAB background.


White color preview on #879BAB background

This text has white color on #879BAB background.


Related colors

Complementary color

Complementary color for #hex is #786454.


I love getcolorcode.com

Triadic colors

1 #AB879B and #9BAB87 with #879BAB are triadic colors.

2 #AB9B87 and #9B87AB with #879BAB are triadic colors.