COLOR #877697

HEX: #877697
RGB: (135,118,151)

Color info

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

RGB color model

#877697 color RGB value is (135,118,151).

  • red value is 135;
  • green value is 118;
  • blue value is 151.
RGB:
(135,118,151)
(53%,46%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 151 of 255 = 59%

135
118
151

R + G + B ~ 53%. #877697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 151 = 404 (100%)
R 135 of 404 ~ 33.42%
G 118 of 404 ~ 29.21%
B 151 of 404 ~ 37.38%

%33.42
%29.21
%37.38

CMYK color model

#877697 color CMYK value is (11,22,0,41).

  • cyan value is 10.60%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(11,22,0,41)
C11M22Y0K41 
(11%,22%,0%,41%)
(0.11/0.22/0.00/0.41)	

CMYK percentages

%10.6
%21.85
%0
%40.78

Codes

Color #877697 in popluar color models

877697
RGB135118151
HSL271°13.69%52.75%
HSB/HSV271°21.85%59.22%
CMYK10.60%21.85%0.00%
40.78%

Color #877697 in popluar number systems.

HEX877697
Decimal135118151
Binary10000111111011010010111
Octal207166227

Shades and tints

Shades of #877697

#877697
(135,118,151)
#7B6C8A
(123,108,138)
#6F627D
(111,98,125)
#635870
(99,88,112)
#574E63
(87,78,99)
#4B4456
(75,68,86)
#3F3A49
(63,58,73)
#33303C
(51,48,60)
#27262F
(39,38,47)
#1B1C22
(27,28,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #877697

#877697
(135,118,151)
#9182A0
(145,130,160)
#9B8EA9
(155,142,169)
#A59AB2
(165,154,178)
#AFA6BB
(175,166,187)
#B9B2C4
(185,178,196)
#C3BECD
(195,190,205)
#CDCAD6
(205,202,214)
#D7D6DF
(215,214,223)
#E1E2E8
(225,226,232)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877697 color. Also use rgb(135,118,151) instead hex code.

Text Font Color

.myTextColor { color: #877697; }

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

This text font color is #877697.


Background Color

.myBgColor { background-color: #877697; }

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

This div background color is #877697.


Border color

.myBorderColor { border: 1px solid #877697; }

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

This div border color is #877697.


Opacity

.myOpacity80 { color: #877697; opacity: 0.8; }

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

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

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

This text has shadow with #877697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877697 on black background.


Color preview on white background

This text has color #877697 on white background.



Black color preview on #877697 background

This text has black color on #877697 background.


White color preview on #877697 background

This text has white color on #877697 background.