COLOR #877DAE

HEX: #877DAE
RGB: (135,125,174)

Color info

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

RGB color model

#877DAE color RGB value is (135,125,174).

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

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 174 of 255 = 68%

135
125
174

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 174 = 434 (100%)
R 135 of 434 ~ 31.11%
G 125 of 434 ~ 28.8%
B 174 of 434 ~ 40.09%

%31.11
%28.8
%40.09

CMYK color model

#877DAE color CMYK value is (22,28,0,32).

  • cyan value is 22.41%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,28,0,32)
C22M28Y0K32 
(22%,28%,0%,32%)
(0.22/0.28/0.00/0.32)	

CMYK percentages

%22.41
%28.16
%0
%31.76

Codes

Color #877DAE in popluar color models

877DAE
RGB135125174
HSL252°23.22%58.63%
HSB/HSV252°28.16%68.24%
CMYK22.41%28.16%0.00%
31.76%

Color #877DAE in popluar number systems.

HEX877DAE
Decimal135125174
Binary10000111111110110101110
Octal207175256

Shades and tints

Shades of #877DAE

#877DAE
(135,125,174)
#7B729F
(123,114,159)
#6F6790
(111,103,144)
#635C81
(99,92,129)
#575172
(87,81,114)
#4B4663
(75,70,99)
#3F3B54
(63,59,84)
#333045
(51,48,69)
#272536
(39,37,54)
#1B1A27
(27,26,39)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #877DAE

#877DAE
(135,125,174)
#9188B5
(145,136,181)
#9B93BC
(155,147,188)
#A59EC3
(165,158,195)
#AFA9CA
(175,169,202)
#B9B4D1
(185,180,209)
#C3BFD8
(195,191,216)
#CDCADF
(205,202,223)
#D7D5E6
(215,213,230)
#E1E0ED
(225,224,237)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877DAE; }

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

This text font color is #877DAE.


Background Color

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

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

This div background color is #877DAE.


Border color

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

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

This div border color is #877DAE.


Opacity

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

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

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

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

This text has shadow with #877DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877DAE on black background.


Color preview on white background

This text has color #877DAE on white background.



Black color preview on #877DAE background

This text has black color on #877DAE background.


White color preview on #877DAE background

This text has white color on #877DAE background.