COLOR #877DB3

HEX: #877DB3
RGB: (135,125,179)

Color info

#877DB3 contains red, green and blue colors in about the same proportion. Web safe color of #877DB3 is #996699 (or #969).

RGB color model

#877DB3 color RGB value is (135,125,179).

  • red value is 135;
  • green value is 125;
  • blue value is 179.
RGB:
(135,125,179)
(53%,49%,70%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 179 of 255 = 70%

135
125
179

R + G + B ~ 57%. #877DB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 179 = 439 (100%)
R 135 of 439 ~ 30.75%
G 125 of 439 ~ 28.47%
B 179 of 439 ~ 40.77%

%30.75
%28.47
%40.77

CMYK color model

#877DB3 color CMYK value is (25,30,0,30).

  • cyan value is 24.58%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(25,30,0,30)
C25M30Y0K30 
(25%,30%,0%,30%)
(0.25/0.30/0.00/0.30)	

CMYK percentages

%24.58
%30.17
%0
%29.8

Codes

Color #877DB3 in popluar color models

877DB3
RGB135125179
HSL251°26.21%59.61%
HSB/HSV251°30.17%70.20%
CMYK24.58%30.17%0.00%
29.80%

Color #877DB3 in popluar number systems.

HEX877DB3
Decimal135125179
Binary10000111111110110110011
Octal207175263

Shades and tints

Shades of #877DB3

#877DB3
(135,125,179)
#7B72A3
(123,114,163)
#6F6793
(111,103,147)
#635C83
(99,92,131)
#575173
(87,81,115)
#4B4663
(75,70,99)
#3F3B53
(63,59,83)
#333043
(51,48,67)
#272533
(39,37,51)
#1B1A23
(27,26,35)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #877DB3

#877DB3
(135,125,179)
#9188B9
(145,136,185)
#9B93BF
(155,147,191)
#A59EC5
(165,158,197)
#AFA9CB
(175,169,203)
#B9B4D1
(185,180,209)
#C3BFD7
(195,191,215)
#CDCADD
(205,202,221)
#D7D5E3
(215,213,227)
#E1E0E9
(225,224,233)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877DB3 color. Also use rgb(135,125,179) instead hex code.

Text Font Color

.myTextColor { color: #877DB3; }

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

This text font color is #877DB3.


Background Color

.myBgColor { background-color: #877DB3; }

<div style="background-color:#877DB3">Inner text</div>

This div background color is #877DB3.


Border color

.myBorderColor { border: 1px solid #877DB3; }

<div style="border:3px solid #877DB3">Div</div>

This div border color is #877DB3.


Opacity

.myOpacity80 { color: #877DB3; opacity: 0.8; }

<p style="color:#877DB3;opacity:0.8;">80%</p>

Text with #877DB3 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 #877DB3;}

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

This text has shadow with #877DB3 color.

.textShadow {text-shadow: 3px 3px 1px #877DB3, 3px 3px 1px red;}

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

This text has shadow with #877DB3 primary color and red secondary color.


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

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

This text has shadow with #877DB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877DB3 on black background.


Color preview on white background

This text has color #877DB3 on white background.



Black color preview on #877DB3 background

This text has black color on #877DB3 background.


White color preview on #877DB3 background

This text has white color on #877DB3 background.