COLOR #8C82AA

HEX: #8C82AA
RGB: (140,130,170)

Color info

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

RGB color model

#8C82AA color RGB value is (140,130,170).

  • red value is 140;
  • green value is 130;
  • blue value is 170.
RGB:
(140,130,170)
(55%,51%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 170 of 255 = 67%

140
130
170

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

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 170 = 440 (100%)
R 140 of 440 ~ 31.82%
G 130 of 440 ~ 29.55%
B 170 of 440 ~ 38.64%

%31.82
%29.55
%38.64

CMYK color model

#8C82AA color CMYK value is (18,24,0,33).

  • cyan value is 17.65%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,24,0,33)
C18M24Y0K33 
(18%,24%,0%,33%)
(0.18/0.24/0.00/0.33)	

CMYK percentages

%17.65
%23.53
%0
%33.33

Codes

Color #8C82AA in popluar color models

8C82AA
RGB140130170
HSL255°19.05%58.82%
HSB/HSV255°23.53%66.67%
CMYK17.65%23.53%0.00%
33.33%

Color #8C82AA in popluar number systems.

HEX8C82AA
Decimal140130170
Binary100011001000001010101010
Octal214202252

Shades and tints

Shades of #8C82AA

#8C82AA
(140,130,170)
#80779B
(128,119,155)
#746C8C
(116,108,140)
#68617D
(104,97,125)
#5C566E
(92,86,110)
#504B5F
(80,75,95)
#444050
(68,64,80)
#383541
(56,53,65)
#2C2A32
(44,42,50)
#201F23
(32,31,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #8C82AA

#8C82AA
(140,130,170)
#968DB1
(150,141,177)
#A098B8
(160,152,184)
#AAA3BF
(170,163,191)
#B4AEC6
(180,174,198)
#BEB9CD
(190,185,205)
#C8C4D4
(200,196,212)
#D2CFDB
(210,207,219)
#DCDAE2
(220,218,226)
#E6E5E9
(230,229,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C82AA color. Also use rgb(140,130,170) instead hex code.

Text Font Color

.myTextColor { color: #8C82AA; }

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

This text font color is #8C82AA.


Background Color

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

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

This div background color is #8C82AA.


Border color

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

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

This div border color is #8C82AA.


Opacity

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

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

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

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

This text has shadow with #8C82AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C82AA on black background.


Color preview on white background

This text has color #8C82AA on white background.



Black color preview on #8C82AA background

This text has black color on #8C82AA background.


White color preview on #8C82AA background

This text has white color on #8C82AA background.