COLOR #879AD1

HEX: #879AD1
RGB: (135,154,209)

Color info

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

RGB color model

#879AD1 color RGB value is (135,154,209).

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

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 209 of 255 = 82%

135
154
209

R + G + B ~ 65%. #879AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 209 = 498 (100%)
R 135 of 498 ~ 27.11%
G 154 of 498 ~ 30.92%
B 209 of 498 ~ 41.97%

%27.11
%30.92
%41.97

CMYK color model

#879AD1 color CMYK value is (35,26,0,18).

  • cyan value is 35.41%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,26,0,18)
C35M26Y0K18 
(35%,26%,0%,18%)
(0.35/0.26/0.00/0.18)	

CMYK percentages

%35.41
%26.32
%0
%18.04

Codes

Color #879AD1 in popluar color models

879AD1
RGB135154209
HSL225°44.58%67.45%
HSB/HSV225°35.41%81.96%
CMYK35.41%26.32%0.00%
18.04%

Color #879AD1 in popluar number systems.

HEX879AD1
Decimal135154209
Binary100001111001101011010001
Octal207232321

Shades and tints

Shades of #879AD1

#879AD1
(135,154,209)
#7B8CBE
(123,140,190)
#6F7EAB
(111,126,171)
#637098
(99,112,152)
#576285
(87,98,133)
#4B5472
(75,84,114)
#3F465F
(63,70,95)
#33384C
(51,56,76)
#272A39
(39,42,57)
#1B1C26
(27,28,38)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #879AD1

#879AD1
(135,154,209)
#91A3D5
(145,163,213)
#9BACD9
(155,172,217)
#A5B5DD
(165,181,221)
#AFBEE1
(175,190,225)
#B9C7E5
(185,199,229)
#C3D0E9
(195,208,233)
#CDD9ED
(205,217,237)
#D7E2F1
(215,226,241)
#E1EBF5
(225,235,245)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879AD1; }

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

This text font color is #879AD1.


Background Color

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

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

This div background color is #879AD1.


Border color

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

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

This div border color is #879AD1.


Opacity

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

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

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

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

This text has shadow with #879AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879AD1 on black background.


Color preview on white background

This text has color #879AD1 on white background.



Black color preview on #879AD1 background

This text has black color on #879AD1 background.


White color preview on #879AD1 background

This text has white color on #879AD1 background.