COLOR #8D7689

HEX: #8D7689 RGB: (141,118,137)

Color info

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

RGB color model

#8D7689 color RGB value is (141,118,137).

RGB: (141,118,137) (55%, 46%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 137 of 255 = 54%

141
118
137

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

Portions of RGB colors in percentages

R + G + B = 141 + 118 + 137 = 396 (100%)
R 141 of 396 ~ 35.61%
G 118 of 396 ~ 29.8%
B 137 of 396 ~ 34.6'%

%35.61
%29.8
%34.6

CMYK color model

#8D7689 color CMYK value is (0,16,3,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 2.84%
  • key color value is 44.71%

CMYK: (0,16,3,45)
C0M16Y3K45 (0%, 16%, 3%, 45%)
(0.00 / 0.16 / 0.03 / 0.45)

CMYK percentages

%0
%16.31
%2.84
%44.71

Codes

Color #8D7689 in popluar color models

8D 76 89
RGB 141 118 137
HSL 310° 9.16% 50.78%
HSB/HSV 310° 16.31% 55.29%
CMYK 0.00% 16.31% 2.84%
44.71%

Color #8D7689 in popluar number systems.

HEX 8D 76 89
Decimal 141 118 137
Binary 10001101 1110110 10001001
Octal 215 166 211

Shades and tints

Shades of #8D7689

#8D7689
(141,118,137)
#816C7D
(129,108,125)
#756271
(117,98,113)
#695865
(105,88,101)
#5D4E59
(93,78,89)
#51444D
(81,68,77)
#453A41
(69,58,65)
#393035
(57,48,53)
#2D2629
(45,38,41)
#211C1D
(33,28,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D7689

#8D7689
(141,118,137)
#978293
(151,130,147)
#A18E9D
(161,142,157)
#AB9AA7
(171,154,167)
#B5A6B1
(181,166,177)
#BFB2BB
(191,178,187)
#C9BEC5
(201,190,197)
#D3CACF
(211,202,207)
#DDD6D9
(221,214,217)
#E7E2E3
(231,226,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7689 color. Also use rgb(141,118,137) instead hex code.

Text Font Color

.myTextColor { color: #8D7689; }

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

This text font color is #8D7689.

Background Color

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

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

This div background color is #8D7689.

Border color

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

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

This div border color is #8D7689.

Opacity

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

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

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

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

This text has shadow with #8D7689 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D7689; -webkit-box-shadow: 1px 1px 3px 2px #8D7689; box-shadow:1px 1px 3px 2px #8D7689;">
Div content here
</div>

This div box has shadow with color #8D7689.

Preview

Color preview on black background

This text has color #8D7689 on black background.


Color preview on white background

This text has color #8D7689 on white background.


Black color preview on #8D7689 background

This text has black color on #8D7689 background.


White color preview on #8D7689 background

This text has white color on #8D7689 background.


Related colors

Complementary color

Complementary color for #hex is #728976.


I love getcolorcode.com

Triadic colors

1 #898D76 and #76898D with #8D7689 are triadic colors.

2 #89768D and #768D89 with #8D7689 are triadic colors.