COLOR #8D6687

HEX: #8D6687
RGB: (141,102,135)

Color info

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

RGB color model

#8D6687 color RGB value is (141,102,135).

  • red value is 141;
  • green value is 102;
  • blue value is 135.
RGB: (141,102,135) (55%,40%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 102 of 255 = 40%
B 135 of 255 = 53%

141
102
135

R + G + B ~ 49%. #8D6687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 102 + 135 = 378 (100%)
R 141 of 378 ~ 37.3%
G 102 of 378 ~ 26.98%
B 135 of 378 ~ 35.71%

%37.3
%26.98
%35.71

CMYK color model

#8D6687 color CMYK value is (0,28,4,45).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK: (0,28,4,45) C0M28Y4K45 (0%,28%,4%,45%) (0.00/0.28/0.04/0.45)

CMYK percentages

%0
%27.66
%4.26
%44.71

Codes

Color #8D6687 in popluar color models

8D6687
RGB141102135
HSL309°16.05%47.65%
HSB/HSV309°27.66%55.29%
CMYK0.00%27.66%4.26%
44.71%

Color #8D6687 in popluar number systems.

HEX8D6687
Decimal141102135
Binary10001101110011010000111
Octal215146207

Shades and tints

Shades of #8D6687

#8D6687
(141,102,135)
#815D7B
(129,93,123)
#75546F
(117,84,111)
#694B63
(105,75,99)
#5D4257
(93,66,87)
#51394B
(81,57,75)
#45303F
(69,48,63)
#392733
(57,39,51)
#2D1E27
(45,30,39)
#21151B
(33,21,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #8D6687

#8D6687
(141,102,135)
#977391
(151,115,145)
#A1809B
(161,128,155)
#AB8DA5
(171,141,165)
#B59AAF
(181,154,175)
#BFA7B9
(191,167,185)
#C9B4C3
(201,180,195)
#D3C1CD
(211,193,205)
#DDCED7
(221,206,215)
#E7DBE1
(231,219,225)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6687 color. Also use rgb(141,102,135) instead hex code.

Text Font Color

.myTextColor { color: #8D6687; }

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

This text font color is #8D6687.


Background Color

.myBgColor { background-color: #8D6687; }

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

This div background color is #8D6687.


Border color

.myBorderColor { border: 1px solid #8D6687; }

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

This div border color is #8D6687.


Opacity

.myOpacity80 { color: #8D6687; opacity: 0.8; }

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

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

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

This text has shadow with #8D6687 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D6687 on black background.


Color preview on white background

This text has color #8D6687 on white background.



Black color preview on #8D6687 background

This text has black color on #8D6687 background.


White color preview on #8D6687 background

This text has white color on #8D6687 background.