COLOR #879AB9

HEX: #879AB9
RGB: (135,154,185)

Color info

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

RGB color model

#879AB9 color RGB value is (135,154,185).

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

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 185 of 255 = 73%

135
154
185

R + G + B ~ 62%. #879AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 185 = 474 (100%)
R 135 of 474 ~ 28.48%
G 154 of 474 ~ 32.49%
B 185 of 474 ~ 39.03%

%28.48
%32.49
%39.03

CMYK color model

#879AB9 color CMYK value is (27,17,0,27).

  • cyan value is 27.03%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(27,17,0,27)
C27M17Y0K27 
(27%,17%,0%,27%)
(0.27/0.17/0.00/0.27)	

CMYK percentages

%27.03
%16.76
%0
%27.45

Codes

Color #879AB9 in popluar color models

879AB9
RGB135154185
HSL217°26.32%62.75%
HSB/HSV217°27.03%72.55%
CMYK27.03%16.76%0.00%
27.45%

Color #879AB9 in popluar number systems.

HEX879AB9
Decimal135154185
Binary100001111001101010111001
Octal207232271

Shades and tints

Shades of #879AB9

#879AB9
(135,154,185)
#7B8CA9
(123,140,169)
#6F7E99
(111,126,153)
#637089
(99,112,137)
#576279
(87,98,121)
#4B5469
(75,84,105)
#3F4659
(63,70,89)
#333849
(51,56,73)
#272A39
(39,42,57)
#1B1C29
(27,28,41)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #879AB9

#879AB9
(135,154,185)
#91A3BF
(145,163,191)
#9BACC5
(155,172,197)
#A5B5CB
(165,181,203)
#AFBED1
(175,190,209)
#B9C7D7
(185,199,215)
#C3D0DD
(195,208,221)
#CDD9E3
(205,217,227)
#D7E2E9
(215,226,233)
#E1EBEF
(225,235,239)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879AB9; }

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

This text font color is #879AB9.


Background Color

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

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

This div background color is #879AB9.


Border color

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

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

This div border color is #879AB9.


Opacity

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

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

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

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

This text has shadow with #879AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879AB9 on black background.


Color preview on white background

This text has color #879AB9 on white background.



Black color preview on #879AB9 background

This text has black color on #879AB9 background.


White color preview on #879AB9 background

This text has white color on #879AB9 background.