COLOR #8C697E

HEX: #8C697E
RGB: (140,105,126)

Color info

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

RGB color model

#8C697E color RGB value is (140,105,126).

  • red value is 140;
  • green value is 105;
  • blue value is 126.
RGB:
(140,105,126)
(55%,41%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 126 of 255 = 49%

140
105
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 105 + 126 = 371 (100%)
R 140 of 371 ~ 37.74%
G 105 of 371 ~ 28.3%
B 126 of 371 ~ 33.96%

%37.74
%28.3
%33.96

CMYK color model

#8C697E color CMYK value is (0,25,10,45).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(0,25,10,45)
C0M25Y10K45 
(0%,25%,10%,45%)
(0.00/0.25/0.10/0.45)	

CMYK percentages

%0
%25
%10
%45.1

Codes

Color #8C697E in popluar color models

8C697E
RGB140105126
HSL324°14.29%48.04%
HSB/HSV324°25.00%54.90%
CMYK0.00%25.00%10.00%
45.10%

Color #8C697E in popluar number systems.

HEX8C697E
Decimal140105126
Binary1000110011010011111110
Octal214151176

Shades and tints

Shades of #8C697E

#8C697E
(140,105,126)
#806073
(128,96,115)
#745768
(116,87,104)
#684E5D
(104,78,93)
#5C4552
(92,69,82)
#503C47
(80,60,71)
#44333C
(68,51,60)
#382A31
(56,42,49)
#2C2126
(44,33,38)
#20181B
(32,24,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #8C697E

#8C697E
(140,105,126)
#967689
(150,118,137)
#A08394
(160,131,148)
#AA909F
(170,144,159)
#B49DAA
(180,157,170)
#BEAAB5
(190,170,181)
#C8B7C0
(200,183,192)
#D2C4CB
(210,196,203)
#DCD1D6
(220,209,214)
#E6DEE1
(230,222,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C697E color. Also use rgb(140,105,126) instead hex code.

Text Font Color

.myTextColor { color: #8C697E; }

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

This text font color is #8C697E.


Background Color

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

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

This div background color is #8C697E.


Border color

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

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

This div border color is #8C697E.


Opacity

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

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

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

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

This text has shadow with #8C697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C697E on black background.


Color preview on white background

This text has color #8C697E on white background.



Black color preview on #8C697E background

This text has black color on #8C697E background.


White color preview on #8C697E background

This text has white color on #8C697E background.