COLOR #8C8088

HEX: #8C8088
RGB: (140,128,136)

Color info

#8C8088 contains red, green and blue colors in about the same proportion. Web safe color of #8C8088 is #996699 (or #969).

RGB color model

#8C8088 color RGB value is (140,128,136).

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

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 136 of 255 = 53%

140
128
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 136 = 404 (100%)
R 140 of 404 ~ 34.65%
G 128 of 404 ~ 31.68%
B 136 of 404 ~ 33.66%

%34.65
%31.68
%33.66

CMYK color model

#8C8088 color CMYK value is (0,9,3,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 2.86%
  • key color value is 45.10%
CMYK:
(0,9,3,45)
C0M9Y3K45 
(0%,9%,3%,45%)
(0.00/0.09/0.03/0.45)	

CMYK percentages

%0
%8.57
%2.86
%45.1

Codes

Color #8C8088 in popluar color models

8C8088
RGB140128136
HSL320°4.96%52.55%
HSB/HSV320°8.57%54.90%
CMYK0.00%8.57%2.86%
45.10%

Color #8C8088 in popluar number systems.

HEX8C8088
Decimal140128136
Binary100011001000000010001000
Octal214200210

Shades and tints

Shades of #8C8088

#8C8088
(140,128,136)
#80757C
(128,117,124)
#746A70
(116,106,112)
#685F64
(104,95,100)
#5C5458
(92,84,88)
#50494C
(80,73,76)
#443E40
(68,62,64)
#383334
(56,51,52)
#2C2828
(44,40,40)
#201D1C
(32,29,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C8088

#8C8088
(140,128,136)
#968B92
(150,139,146)
#A0969C
(160,150,156)
#AAA1A6
(170,161,166)
#B4ACB0
(180,172,176)
#BEB7BA
(190,183,186)
#C8C2C4
(200,194,196)
#D2CDCE
(210,205,206)
#DCD8D8
(220,216,216)
#E6E3E2
(230,227,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8088; }

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

This text font color is #8C8088.


Background Color

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

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

This div background color is #8C8088.


Border color

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

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

This div border color is #8C8088.


Opacity

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

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

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

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

This text has shadow with #8C8088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8088 on black background.


Color preview on white background

This text has color #8C8088 on white background.



Black color preview on #8C8088 background

This text has black color on #8C8088 background.


White color preview on #8C8088 background

This text has white color on #8C8088 background.