COLOR #8C9285

HEX: #8C9285
RGB: (140,146,133)

Color info

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

RGB color model

#8C9285 color RGB value is (140,146,133).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 133 of 255 = 52%

140
146
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 133 = 419 (100%)
R 140 of 419 ~ 33.41%
G 146 of 419 ~ 34.84%
B 133 of 419 ~ 31.74%

%33.41
%34.84
%31.74

CMYK color model

#8C9285 color CMYK value is (4,0,9,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 42.75%
CMYK:
(4,0,9,43)
C4M0Y9K43 
(4%,0%,9%,43%)
(0.04/0.00/0.09/0.43)	

CMYK percentages

%4.11
%0
%8.9
%42.75

Codes

Color #8C9285 in popluar color models

8C9285
RGB140146133
HSL88°5.63%54.71%
HSB/HSV88°8.90%57.25%
CMYK4.11%0.00%8.90%
42.75%

Color #8C9285 in popluar number systems.

HEX8C9285
Decimal140146133
Binary100011001001001010000101
Octal214222205

Shades and tints

Shades of #8C9285

#8C9285
(140,146,133)
#808579
(128,133,121)
#74786D
(116,120,109)
#686B61
(104,107,97)
#5C5E55
(92,94,85)
#505149
(80,81,73)
#44443D
(68,68,61)
#383731
(56,55,49)
#2C2A25
(44,42,37)
#201D19
(32,29,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C9285

#8C9285
(140,146,133)
#969B90
(150,155,144)
#A0A49B
(160,164,155)
#AAADA6
(170,173,166)
#B4B6B1
(180,182,177)
#BEBFBC
(190,191,188)
#C8C8C7
(200,200,199)
#D2D1D2
(210,209,210)
#DCDADD
(220,218,221)
#E6E3E8
(230,227,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9285; }

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

This text font color is #8C9285.


Background Color

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

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

This div background color is #8C9285.


Border color

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

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

This div border color is #8C9285.


Opacity

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

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

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

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

This text has shadow with #8C9285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9285 on black background.


Color preview on white background

This text has color #8C9285 on white background.



Black color preview on #8C9285 background

This text has black color on #8C9285 background.


White color preview on #8C9285 background

This text has white color on #8C9285 background.