COLOR #8C7695

HEX: #8C7695
RGB: (140,118,149)

Color info

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

RGB color model

#8C7695 color RGB value is (140,118,149).

  • red value is 140;
  • green value is 118;
  • blue value is 149.
RGB:
(140,118,149)
(55%,46%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 149 of 255 = 58%

140
118
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 118 + 149 = 407 (100%)
R 140 of 407 ~ 34.4%
G 118 of 407 ~ 28.99%
B 149 of 407 ~ 36.61%

%34.4
%28.99
%36.61

CMYK color model

#8C7695 color CMYK value is (6,21,0,42).

  • cyan value is 6.04%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(6,21,0,42)
C6M21Y0K42 
(6%,21%,0%,42%)
(0.06/0.21/0.00/0.42)	

CMYK percentages

%6.04
%20.81
%0
%41.57

Codes

Color #8C7695 in popluar color models

8C7695
RGB140118149
HSL283°12.76%52.35%
HSB/HSV283°20.81%58.43%
CMYK6.04%20.81%0.00%
41.57%

Color #8C7695 in popluar number systems.

HEX8C7695
Decimal140118149
Binary10001100111011010010101
Octal214166225

Shades and tints

Shades of #8C7695

#8C7695
(140,118,149)
#806C88
(128,108,136)
#74627B
(116,98,123)
#68586E
(104,88,110)
#5C4E61
(92,78,97)
#504454
(80,68,84)
#443A47
(68,58,71)
#38303A
(56,48,58)
#2C262D
(44,38,45)
#201C20
(32,28,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8C7695

#8C7695
(140,118,149)
#96829E
(150,130,158)
#A08EA7
(160,142,167)
#AA9AB0
(170,154,176)
#B4A6B9
(180,166,185)
#BEB2C2
(190,178,194)
#C8BECB
(200,190,203)
#D2CAD4
(210,202,212)
#DCD6DD
(220,214,221)
#E6E2E6
(230,226,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7695 color. Also use rgb(140,118,149) instead hex code.

Text Font Color

.myTextColor { color: #8C7695; }

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

This text font color is #8C7695.


Background Color

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

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

This div background color is #8C7695.


Border color

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

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

This div border color is #8C7695.


Opacity

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

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

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

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

This text has shadow with #8C7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7695 on black background.


Color preview on white background

This text has color #8C7695 on white background.



Black color preview on #8C7695 background

This text has black color on #8C7695 background.


White color preview on #8C7695 background

This text has white color on #8C7695 background.