COLOR #8C8788

HEX: #8C8788
RGB: (140,135,136)

Color info

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

RGB color model

#8C8788 color RGB value is (140,135,136).

  • red value is 140;
  • green value is 135;
  • blue value is 136.
RGB:
(140,135,136)
(55%,53%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 136 of 255 = 53%

140
135
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 136 = 411 (100%)
R 140 of 411 ~ 34.06%
G 135 of 411 ~ 32.85%
B 136 of 411 ~ 33.09%

%34.06
%32.85
%33.09

CMYK color model

#8C8788 color CMYK value is (0,4,3,45).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 2.86%
  • key color value is 45.10%
CMYK:
(0,4,3,45)
C0M4Y3K45 
(0%,4%,3%,45%)
(0.00/0.04/0.03/0.45)	

CMYK percentages

%0
%3.57
%2.86
%45.1

Codes

Color #8C8788 in popluar color models

8C8788
RGB140135136
HSL348°2.13%53.92%
HSB/HSV348°3.57%54.90%
CMYK0.00%3.57%2.86%
45.10%

Color #8C8788 in popluar number systems.

HEX8C8788
Decimal140135136
Binary100011001000011110001000
Octal214207210

Shades and tints

Shades of #8C8788

#8C8788
(140,135,136)
#807B7C
(128,123,124)
#746F70
(116,111,112)
#686364
(104,99,100)
#5C5758
(92,87,88)
#504B4C
(80,75,76)
#443F40
(68,63,64)
#383334
(56,51,52)
#2C2728
(44,39,40)
#201B1C
(32,27,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #8C8788

#8C8788
(140,135,136)
#969192
(150,145,146)
#A09B9C
(160,155,156)
#AAA5A6
(170,165,166)
#B4AFB0
(180,175,176)
#BEB9BA
(190,185,186)
#C8C3C4
(200,195,196)
#D2CDCE
(210,205,206)
#DCD7D8
(220,215,216)
#E6E1E2
(230,225,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8788 color. Also use rgb(140,135,136) instead hex code.

Text Font Color

.myTextColor { color: #8C8788; }

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

This text font color is #8C8788.


Background Color

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

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

This div background color is #8C8788.


Border color

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

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

This div border color is #8C8788.


Opacity

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

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

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

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

This text has shadow with #8C8788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8788 on black background.


Color preview on white background

This text has color #8C8788 on white background.



Black color preview on #8C8788 background

This text has black color on #8C8788 background.


White color preview on #8C8788 background

This text has white color on #8C8788 background.