COLOR #879AAB

HEX: #879AAB
RGB: (135,154,171)

Color info

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

RGB color model

#879AAB color RGB value is (135,154,171).

  • red value is 135;
  • green value is 154;
  • blue value is 171.
RGB:
(135,154,171)
(53%,60%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 171 of 255 = 67%

135
154
171

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 171 = 460 (100%)
R 135 of 460 ~ 29.35%
G 154 of 460 ~ 33.48%
B 171 of 460 ~ 37.17%

%29.35
%33.48
%37.17

CMYK color model

#879AAB color CMYK value is (21,10,0,33).

  • cyan value is 21.05%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(21,10,0,33)
C21M10Y0K33 
(21%,10%,0%,33%)
(0.21/0.10/0.00/0.33)	

CMYK percentages

%21.05
%9.94
%0
%32.94

Codes

Color #879AAB in popluar color models

879AAB
RGB135154171
HSL208°17.65%60.00%
HSB/HSV208°21.05%67.06%
CMYK21.05%9.94%0.00%
32.94%

Color #879AAB in popluar number systems.

HEX879AAB
Decimal135154171
Binary100001111001101010101011
Octal207232253

Shades and tints

Shades of #879AAB

#879AAB
(135,154,171)
#7B8C9C
(123,140,156)
#6F7E8D
(111,126,141)
#63707E
(99,112,126)
#57626F
(87,98,111)
#4B5460
(75,84,96)
#3F4651
(63,70,81)
#333842
(51,56,66)
#272A33
(39,42,51)
#1B1C24
(27,28,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #879AAB

#879AAB
(135,154,171)
#91A3B2
(145,163,178)
#9BACB9
(155,172,185)
#A5B5C0
(165,181,192)
#AFBEC7
(175,190,199)
#B9C7CE
(185,199,206)
#C3D0D5
(195,208,213)
#CDD9DC
(205,217,220)
#D7E2E3
(215,226,227)
#E1EBEA
(225,235,234)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879AAB; }

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

This text font color is #879AAB.


Background Color

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

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

This div background color is #879AAB.


Border color

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

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

This div border color is #879AAB.


Opacity

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

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

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

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

This text has shadow with #879AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879AAB on black background.


Color preview on white background

This text has color #879AAB on white background.



Black color preview on #879AAB background

This text has black color on #879AAB background.


White color preview on #879AAB background

This text has white color on #879AAB background.