COLOR #8D697F

HEX: #8D697F
RGB: (141,105,127)

Color info

#8D697F contains red, green and blue colors in about the same proportion. Web safe color of #8D697F is #996666 (or #966).

RGB color model

#8D697F color RGB value is (141,105,127).

  • red value is 141;
  • green value is 105;
  • blue value is 127.
RGB:
(141,105,127)
(55%,41%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 105 of 255 = 41%
B 127 of 255 = 50%

141
105
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 127 = 373 (100%)
R 141 of 373 ~ 37.8%
G 105 of 373 ~ 28.15%
B 127 of 373 ~ 34.05%

%37.8
%28.15
%34.05

CMYK color model

#8D697F color CMYK value is (0,26,10,45).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,26,10,45)
C0M26Y10K45 
(0%,26%,10%,45%)
(0.00/0.26/0.10/0.45)	

CMYK percentages

%0
%25.53
%9.93
%44.71

Codes

Color #8D697F in popluar color models

8D697F
RGB141105127
HSL323°14.63%48.24%
HSB/HSV323°25.53%55.29%
CMYK0.00%25.53%9.93%
44.71%

Color #8D697F in popluar number systems.

HEX8D697F
Decimal141105127
Binary1000110111010011111111
Octal215151177

Shades and tints

Shades of #8D697F

#8D697F
(141,105,127)
#816074
(129,96,116)
#755769
(117,87,105)
#694E5E
(105,78,94)
#5D4553
(93,69,83)
#513C48
(81,60,72)
#45333D
(69,51,61)
#392A32
(57,42,50)
#2D2127
(45,33,39)
#21181C
(33,24,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #8D697F

#8D697F
(141,105,127)
#97768A
(151,118,138)
#A18395
(161,131,149)
#AB90A0
(171,144,160)
#B59DAB
(181,157,171)
#BFAAB6
(191,170,182)
#C9B7C1
(201,183,193)
#D3C4CC
(211,196,204)
#DDD1D7
(221,209,215)
#E7DEE2
(231,222,226)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D697F color. Also use rgb(141,105,127) instead hex code.

Text Font Color

.myTextColor { color: #8D697F; }

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

This text font color is #8D697F.


Background Color

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

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

This div background color is #8D697F.


Border color

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

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

This div border color is #8D697F.


Opacity

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

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

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

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

This text has shadow with #8D697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D697F on black background.


Color preview on white background

This text has color #8D697F on white background.



Black color preview on #8D697F background

This text has black color on #8D697F background.


White color preview on #8D697F background

This text has white color on #8D697F background.