COLOR #8D788C

HEX: #8D788C
RGB: (141,120,140)

Color info

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

RGB color model

#8D788C color RGB value is (141,120,140).

  • red value is 141;
  • green value is 120;
  • blue value is 140.
RGB:
(141,120,140)
(55%,47%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 140 of 255 = 55%

141
120
140

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

Portions of RGB colors in percentages

R + G + B =
141 + 120 + 140 = 401 (100%)
R 141 of 401 ~ 35.16%
G 120 of 401 ~ 29.93%
B 140 of 401 ~ 34.91%

%35.16
%29.93
%34.91

CMYK color model

#8D788C color CMYK value is (0,15,1,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 0.71%
  • key color value is 44.71%
CMYK:
(0,15,1,45)
C0M15Y1K45 
(0%,15%,1%,45%)
(0.00/0.15/0.01/0.45)	

CMYK percentages

%0
%14.89
%0.71
%44.71

Codes

Color #8D788C in popluar color models

8D788C
RGB141120140
HSL303°8.43%51.18%
HSB/HSV303°14.89%55.29%
CMYK0.00%14.89%0.71%
44.71%

Color #8D788C in popluar number systems.

HEX8D788C
Decimal141120140
Binary10001101111100010001100
Octal215170214

Shades and tints

Shades of #8D788C

#8D788C
(141,120,140)
#816E80
(129,110,128)
#756474
(117,100,116)
#695A68
(105,90,104)
#5D505C
(93,80,92)
#514650
(81,70,80)
#453C44
(69,60,68)
#393238
(57,50,56)
#2D282C
(45,40,44)
#211E20
(33,30,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #8D788C

#8D788C
(141,120,140)
#978496
(151,132,150)
#A190A0
(161,144,160)
#AB9CAA
(171,156,170)
#B5A8B4
(181,168,180)
#BFB4BE
(191,180,190)
#C9C0C8
(201,192,200)
#D3CCD2
(211,204,210)
#DDD8DC
(221,216,220)
#E7E4E6
(231,228,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D788C color. Also use rgb(141,120,140) instead hex code.

Text Font Color

.myTextColor { color: #8D788C; }

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

This text font color is #8D788C.


Background Color

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

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

This div background color is #8D788C.


Border color

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

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

This div border color is #8D788C.


Opacity

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

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

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

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

This text has shadow with #8D788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D788C on black background.


Color preview on white background

This text has color #8D788C on white background.



Black color preview on #8D788C background

This text has black color on #8D788C background.


White color preview on #8D788C background

This text has white color on #8D788C background.