COLOR #8C84A6

HEX: #8C84A6
RGB: (140,132,166)

Color info

#8C84A6 contains red, green and blue colors in about the same proportion. Web safe color of #8C84A6 is #999999 (or #999).

RGB color model

#8C84A6 color RGB value is (140,132,166).

  • red value is 140;
  • green value is 132;
  • blue value is 166.
RGB:
(140,132,166)
(55%,52%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 132 of 255 = 52%
B 166 of 255 = 65%

140
132
166

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

Portions of RGB colors in percentages

R + G + B =
140 + 132 + 166 = 438 (100%)
R 140 of 438 ~ 31.96%
G 132 of 438 ~ 30.14%
B 166 of 438 ~ 37.9%

%31.96
%30.14
%37.9

CMYK color model

#8C84A6 color CMYK value is (16,20,0,35).

  • cyan value is 15.66%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(16,20,0,35)
C16M20Y0K35 
(16%,20%,0%,35%)
(0.16/0.20/0.00/0.35)	

CMYK percentages

%15.66
%20.48
%0
%34.9

Codes

Color #8C84A6 in popluar color models

8C84A6
RGB140132166
HSL254°16.04%58.43%
HSB/HSV254°20.48%65.10%
CMYK15.66%20.48%0.00%
34.90%

Color #8C84A6 in popluar number systems.

HEX8C84A6
Decimal140132166
Binary100011001000010010100110
Octal214204246

Shades and tints

Shades of #8C84A6

#8C84A6
(140,132,166)
#807897
(128,120,151)
#746C88
(116,108,136)
#686079
(104,96,121)
#5C546A
(92,84,106)
#50485B
(80,72,91)
#443C4C
(68,60,76)
#38303D
(56,48,61)
#2C242E
(44,36,46)
#20181F
(32,24,31)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #8C84A6

#8C84A6
(140,132,166)
#968FAE
(150,143,174)
#A09AB6
(160,154,182)
#AAA5BE
(170,165,190)
#B4B0C6
(180,176,198)
#BEBBCE
(190,187,206)
#C8C6D6
(200,198,214)
#D2D1DE
(210,209,222)
#DCDCE6
(220,220,230)
#E6E7EE
(230,231,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C84A6; }

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

This text font color is #8C84A6.


Background Color

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

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

This div background color is #8C84A6.


Border color

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

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

This div border color is #8C84A6.


Opacity

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

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

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

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

This text has shadow with #8C84A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C84A6 on black background.


Color preview on white background

This text has color #8C84A6 on white background.



Black color preview on #8C84A6 background

This text has black color on #8C84A6 background.


White color preview on #8C84A6 background

This text has white color on #8C84A6 background.