COLOR #8C85AD

HEX: #8C85AD
RGB: (140,133,173)

Color info

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

RGB color model

#8C85AD color RGB value is (140,133,173).

  • red value is 140;
  • green value is 133;
  • blue value is 173.
RGB:
(140,133,173)
(55%,52%,68%)

RGB channels and saturation

R 140 of 255 = 55%
G 133 of 255 = 52%
B 173 of 255 = 68%

140
133
173

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

Portions of RGB colors in percentages

R + G + B =
140 + 133 + 173 = 446 (100%)
R 140 of 446 ~ 31.39%
G 133 of 446 ~ 29.82%
B 173 of 446 ~ 38.79%

%31.39
%29.82
%38.79

CMYK color model

#8C85AD color CMYK value is (19,23,0,32).

  • cyan value is 19.08%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(19,23,0,32)
C19M23Y0K32 
(19%,23%,0%,32%)
(0.19/0.23/0.00/0.32)	

CMYK percentages

%19.08
%23.12
%0
%32.16

Codes

Color #8C85AD in popluar color models

8C85AD
RGB140133173
HSL251°19.61%60.00%
HSB/HSV251°23.12%67.84%
CMYK19.08%23.12%0.00%
32.16%

Color #8C85AD in popluar number systems.

HEX8C85AD
Decimal140133173
Binary100011001000010110101101
Octal214205255

Shades and tints

Shades of #8C85AD

#8C85AD
(140,133,173)
#80799E
(128,121,158)
#746D8F
(116,109,143)
#686180
(104,97,128)
#5C5571
(92,85,113)
#504962
(80,73,98)
#443D53
(68,61,83)
#383144
(56,49,68)
#2C2535
(44,37,53)
#201926
(32,25,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #8C85AD

#8C85AD
(140,133,173)
#9690B4
(150,144,180)
#A09BBB
(160,155,187)
#AAA6C2
(170,166,194)
#B4B1C9
(180,177,201)
#BEBCD0
(190,188,208)
#C8C7D7
(200,199,215)
#D2D2DE
(210,210,222)
#DCDDE5
(220,221,229)
#E6E8EC
(230,232,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C85AD color. Also use rgb(140,133,173) instead hex code.

Text Font Color

.myTextColor { color: #8C85AD; }

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

This text font color is #8C85AD.


Background Color

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

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

This div background color is #8C85AD.


Border color

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

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

This div border color is #8C85AD.


Opacity

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

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

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

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

This text has shadow with #8C85AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C85AD on black background.


Color preview on white background

This text has color #8C85AD on white background.



Black color preview on #8C85AD background

This text has black color on #8C85AD background.


White color preview on #8C85AD background

This text has white color on #8C85AD background.