COLOR #8C7684

HEX: #8C7684 RGB: (140,118,132)

Color info

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

RGB color model

#8C7684 color RGB value is (140,118,132).

RGB: (140,118,132) (55%, 46%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 132 of 255 = 52%

140
118
132

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 132 = 390 (100%)
R 140 of 390 ~ 35.9%
G 118 of 390 ~ 30.26%
B 132 of 390 ~ 33.85'%

%35.9
%30.26
%33.85

CMYK color model

#8C7684 color CMYK value is (0,16,6,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 5.71%
  • key color value is 45.10%

CMYK: (0,16,6,45)
C0M16Y6K45 (0%, 16%, 6%, 45%)
(0.00 / 0.16 / 0.06 / 0.45)

CMYK percentages

%0
%15.71
%5.71
%45.1

Codes

Color #8C7684 in popluar color models

8C 76 84
RGB 140 118 132
HSL 322° 8.73% 50.59%
HSB/HSV 322° 15.71% 54.90%
CMYK 0.00% 15.71% 5.71%
45.10%

Color #8C7684 in popluar number systems.

HEX 8C 76 84
Decimal 140 118 132
Binary 10001100 1110110 10000100
Octal 214 166 204

Shades and tints

Shades of #8C7684

#8C7684
(140,118,132)
#806C78
(128,108,120)
#74626C
(116,98,108)
#685860
(104,88,96)
#5C4E54
(92,78,84)
#504448
(80,68,72)
#443A3C
(68,58,60)
#383030
(56,48,48)
#2C2624
(44,38,36)
#201C18
(32,28,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C7684

#8C7684
(140,118,132)
#96828F
(150,130,143)
#A08E9A
(160,142,154)
#AA9AA5
(170,154,165)
#B4A6B0
(180,166,176)
#BEB2BB
(190,178,187)
#C8BEC6
(200,190,198)
#D2CAD1
(210,202,209)
#DCD6DC
(220,214,220)
#E6E2E7
(230,226,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7684 color. Also use rgb(140,118,132) instead hex code.

Text Font Color

.myTextColor { color: #8C7684; }

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

This text font color is #8C7684.

Background Color

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

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

This div background color is #8C7684.

Border color

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

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

This div border color is #8C7684.

Opacity

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

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

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

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

This text has shadow with #8C7684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7684.

Preview

Color preview on black background

This text has color #8C7684 on black background.


Color preview on white background

This text has color #8C7684 on white background.


Black color preview on #8C7684 background

This text has black color on #8C7684 background.


White color preview on #8C7684 background

This text has white color on #8C7684 background.


Related colors

Complementary color

Complementary color for #hex is #73897B.


I love getcolorcode.com

Triadic colors

1 #848C76 and #76848C with #8C7684 are triadic colors.

2 #84768C and #768C84 with #8C7684 are triadic colors.