COLOR #879FD9

HEX: #879FD9
RGB: (135,159,217)

Color info

#879FD9 contains mainly green and blue colors. Web safe color of #879FD9 is #9999CC (or #99C).

RGB color model

#879FD9 color RGB value is (135,159,217).

  • red value is 135;
  • green value is 159;
  • blue value is 217.
RGB:
(135,159,217)
(53%,62%,85%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 217 of 255 = 85%

135
159
217

R + G + B ~ 67%. #879FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 217 = 511 (100%)
R 135 of 511 ~ 26.42%
G 159 of 511 ~ 31.12%
B 217 of 511 ~ 42.47%

%26.42
%31.12
%42.47

CMYK color model

#879FD9 color CMYK value is (38,27,0,15).

  • cyan value is 37.79%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,27,0,15)
C38M27Y0K15 
(38%,27%,0%,15%)
(0.38/0.27/0.00/0.15)	

CMYK percentages

%37.79
%26.73
%0
%14.9

Codes

Color #879FD9 in popluar color models

879FD9
RGB135159217
HSL222°51.90%69.02%
HSB/HSV222°37.79%85.10%
CMYK37.79%26.73%0.00%
14.90%

Color #879FD9 in popluar number systems.

HEX879FD9
Decimal135159217
Binary100001111001111111011001
Octal207237331

Shades and tints

Shades of #879FD9

#879FD9
(135,159,217)
#7B91C6
(123,145,198)
#6F83B3
(111,131,179)
#6375A0
(99,117,160)
#57678D
(87,103,141)
#4B597A
(75,89,122)
#3F4B67
(63,75,103)
#333D54
(51,61,84)
#272F41
(39,47,65)
#1B212E
(27,33,46)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #879FD9

#879FD9
(135,159,217)
#91A7DC
(145,167,220)
#9BAFDF
(155,175,223)
#A5B7E2
(165,183,226)
#AFBFE5
(175,191,229)
#B9C7E8
(185,199,232)
#C3CFEB
(195,207,235)
#CDD7EE
(205,215,238)
#D7DFF1
(215,223,241)
#E1E7F4
(225,231,244)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879FD9 color. Also use rgb(135,159,217) instead hex code.

Text Font Color

.myTextColor { color: #879FD9; }

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

This text font color is #879FD9.


Background Color

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

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

This div background color is #879FD9.


Border color

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

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

This div border color is #879FD9.


Opacity

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

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

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

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

This text has shadow with #879FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879FD9 on black background.


Color preview on white background

This text has color #879FD9 on white background.



Black color preview on #879FD9 background

This text has black color on #879FD9 background.


White color preview on #879FD9 background

This text has white color on #879FD9 background.