COLOR #879AAA

HEX: #879AAA
RGB: (135,154,170)

Color info

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

RGB color model

#879AAA color RGB value is (135,154,170).

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

RGB channels and saturation

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

135
154
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 170 = 459 (100%)
R 135 of 459 ~ 29.41%
G 154 of 459 ~ 33.55%
B 170 of 459 ~ 37.04%

%29.41
%33.55
%37.04

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (21,9,0,33) C21M9Y0K33 (21%,9%,0%,33%) (0.21/0.09/0.00/0.33)

CMYK percentages

%20.59
%9.41
%0
%33.33

Codes

Color #879AAA in popluar color models

879AAA
RGB135154170
HSL207°17.07%59.80%
HSB/HSV207°20.59%66.67%
CMYK20.59%9.41%0.00%
33.33%

Color #879AAA in popluar number systems.

HEX879AAA
Decimal135154170
Binary100001111001101010101010
Octal207232252

Shades and tints

Shades of #879AAA

#879AAA
(135,154,170)
#7B8C9B
(123,140,155)
#6F7E8C
(111,126,140)
#63707D
(99,112,125)
#57626E
(87,98,110)
#4B545F
(75,84,95)
#3F4650
(63,70,80)
#333841
(51,56,65)
#272A32
(39,42,50)
#1B1C23
(27,28,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #879AAA

#879AAA
(135,154,170)
#91A3B1
(145,163,177)
#9BACB8
(155,172,184)
#A5B5BF
(165,181,191)
#AFBEC6
(175,190,198)
#B9C7CD
(185,199,205)
#C3D0D4
(195,208,212)
#CDD9DB
(205,217,219)
#D7E2E2
(215,226,226)
#E1EBE9
(225,235,233)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879AAA; }

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

This text font color is #879AAA.


Background Color

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

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

This div background color is #879AAA.


Border color

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

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

This div border color is #879AAA.


Opacity

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

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

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

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

This text has shadow with #879AAA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #879AAA on black background.


Color preview on white background

This text has color #879AAA on white background.



Black color preview on #879AAA background

This text has black color on #879AAA background.


White color preview on #879AAA background

This text has white color on #879AAA background.