COLOR #8C7895

HEX: #8C7895
RGB: (140,120,149)

Color info

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

RGB color model

#8C7895 color RGB value is (140,120,149).

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

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 149 of 255 = 58%

140
120
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 149 = 409 (100%)
R 140 of 409 ~ 34.23%
G 120 of 409 ~ 29.34%
B 149 of 409 ~ 36.43%

%34.23
%29.34
%36.43

CMYK color model

#8C7895 color CMYK value is (6,19,0,42).

  • cyan value is 6.04%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(6,19,0,42)
C6M19Y0K42 
(6%,19%,0%,42%)
(0.06/0.19/0.00/0.42)	

CMYK percentages

%6.04
%19.46
%0
%41.57

Codes

Color #8C7895 in popluar color models

8C7895
RGB140120149
HSL281°12.03%52.75%
HSB/HSV281°19.46%58.43%
CMYK6.04%19.46%0.00%
41.57%

Color #8C7895 in popluar number systems.

HEX8C7895
Decimal140120149
Binary10001100111100010010101
Octal214170225

Shades and tints

Shades of #8C7895

#8C7895
(140,120,149)
#806E88
(128,110,136)
#74647B
(116,100,123)
#685A6E
(104,90,110)
#5C5061
(92,80,97)
#504654
(80,70,84)
#443C47
(68,60,71)
#38323A
(56,50,58)
#2C282D
(44,40,45)
#201E20
(32,30,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #8C7895

#8C7895
(140,120,149)
#96849E
(150,132,158)
#A090A7
(160,144,167)
#AA9CB0
(170,156,176)
#B4A8B9
(180,168,185)
#BEB4C2
(190,180,194)
#C8C0CB
(200,192,203)
#D2CCD4
(210,204,212)
#DCD8DD
(220,216,221)
#E6E4E6
(230,228,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7895; }

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

This text font color is #8C7895.


Background Color

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

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

This div background color is #8C7895.


Border color

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

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

This div border color is #8C7895.


Opacity

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

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

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

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

This text has shadow with #8C7895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7895 on black background.


Color preview on white background

This text has color #8C7895 on white background.



Black color preview on #8C7895 background

This text has black color on #8C7895 background.


White color preview on #8C7895 background

This text has white color on #8C7895 background.