COLOR #8D768B

HEX: #8D768B
RGB: (141,118,139)

Color info

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

RGB color model

#8D768B color RGB value is (141,118,139).

  • red value is 141;
  • green value is 118;
  • blue value is 139.
RGB:
(141,118,139)
(55%,46%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 139 of 255 = 55%

141
118
139

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 139 = 398 (100%)
R 141 of 398 ~ 35.43%
G 118 of 398 ~ 29.65%
B 139 of 398 ~ 34.92%

%35.43
%29.65
%34.92

CMYK color model

#8D768B color CMYK value is (0,16,1,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 1.42%
  • key color value is 44.71%
CMYK:
(0,16,1,45)
C0M16Y1K45 
(0%,16%,1%,45%)
(0.00/0.16/0.01/0.45)	

CMYK percentages

%0
%16.31
%1.42
%44.71

Codes

Color #8D768B in popluar color models

8D768B
RGB141118139
HSL305°9.16%50.78%
HSB/HSV305°16.31%55.29%
CMYK0.00%16.31%1.42%
44.71%

Color #8D768B in popluar number systems.

HEX8D768B
Decimal141118139
Binary10001101111011010001011
Octal215166213

Shades and tints

Shades of #8D768B

#8D768B
(141,118,139)
#816C7F
(129,108,127)
#756273
(117,98,115)
#695867
(105,88,103)
#5D4E5B
(93,78,91)
#51444F
(81,68,79)
#453A43
(69,58,67)
#393037
(57,48,55)
#2D262B
(45,38,43)
#211C1F
(33,28,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8D768B

#8D768B
(141,118,139)
#978295
(151,130,149)
#A18E9F
(161,142,159)
#AB9AA9
(171,154,169)
#B5A6B3
(181,166,179)
#BFB2BD
(191,178,189)
#C9BEC7
(201,190,199)
#D3CAD1
(211,202,209)
#DDD6DB
(221,214,219)
#E7E2E5
(231,226,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D768B color. Also use rgb(141,118,139) instead hex code.

Text Font Color

.myTextColor { color: #8D768B; }

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

This text font color is #8D768B.


Background Color

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

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

This div background color is #8D768B.


Border color

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

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

This div border color is #8D768B.


Opacity

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

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

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

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

This text has shadow with #8D768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D768B on black background.


Color preview on white background

This text has color #8D768B on white background.



Black color preview on #8D768B background

This text has black color on #8D768B background.


White color preview on #8D768B background

This text has white color on #8D768B background.