COLOR #8C7D91

HEX: #8C7D91
RGB: (140,125,145)

Color info

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

RGB color model

#8C7D91 color RGB value is (140,125,145).

  • red value is 140;
  • green value is 125;
  • blue value is 145.
RGB:
(140,125,145)
(55%,49%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 125 of 255 = 49%
B 145 of 255 = 57%

140
125
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 125 + 145 = 410 (100%)
R 140 of 410 ~ 34.15%
G 125 of 410 ~ 30.49%
B 145 of 410 ~ 35.37%

%34.15
%30.49
%35.37

CMYK color model

#8C7D91 color CMYK value is (3,14,0,43).

  • cyan value is 3.45%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,14,0,43)
C3M14Y0K43 
(3%,14%,0%,43%)
(0.03/0.14/0.00/0.43)	

CMYK percentages

%3.45
%13.79
%0
%43.14

Codes

Color #8C7D91 in popluar color models

8C7D91
RGB140125145
HSL285°8.33%52.94%
HSB/HSV285°13.79%56.86%
CMYK3.45%13.79%0.00%
43.14%

Color #8C7D91 in popluar number systems.

HEX8C7D91
Decimal140125145
Binary10001100111110110010001
Octal214175221

Shades and tints

Shades of #8C7D91

#8C7D91
(140,125,145)
#807284
(128,114,132)
#746777
(116,103,119)
#685C6A
(104,92,106)
#5C515D
(92,81,93)
#504650
(80,70,80)
#443B43
(68,59,67)
#383036
(56,48,54)
#2C2529
(44,37,41)
#201A1C
(32,26,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8C7D91

#8C7D91
(140,125,145)
#96889B
(150,136,155)
#A093A5
(160,147,165)
#AA9EAF
(170,158,175)
#B4A9B9
(180,169,185)
#BEB4C3
(190,180,195)
#C8BFCD
(200,191,205)
#D2CAD7
(210,202,215)
#DCD5E1
(220,213,225)
#E6E0EB
(230,224,235)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7D91 color. Also use rgb(140,125,145) instead hex code.

Text Font Color

.myTextColor { color: #8C7D91; }

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

This text font color is #8C7D91.


Background Color

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

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

This div background color is #8C7D91.


Border color

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

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

This div border color is #8C7D91.


Opacity

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

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

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

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

This text has shadow with #8C7D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7D91 on black background.


Color preview on white background

This text has color #8C7D91 on white background.



Black color preview on #8C7D91 background

This text has black color on #8C7D91 background.


White color preview on #8C7D91 background

This text has white color on #8C7D91 background.