COLOR #8D8CB1

HEX: #8D8CB1
RGB: (141,140,177)

Color info

#8D8CB1 contains red, green and blue colors in about the same proportion. Web safe color of #8D8CB1 is #999999 (or #999).

RGB color model

#8D8CB1 color RGB value is (141,140,177).

  • red value is 141;
  • green value is 140;
  • blue value is 177.
RGB:
(141,140,177)
(55%,55%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 140 of 255 = 55%
B 177 of 255 = 69%

141
140
177

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

Portions of RGB colors in percentages

R + G + B =
141 + 140 + 177 = 458 (100%)
R 141 of 458 ~ 30.79%
G 140 of 458 ~ 30.57%
B 177 of 458 ~ 38.65%

%30.79
%30.57
%38.65

CMYK color model

#8D8CB1 color CMYK value is (20,21,0,31).

  • cyan value is 20.34%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,21,0,31)
C20M21Y0K31 
(20%,21%,0%,31%)
(0.20/0.21/0.00/0.31)	

CMYK percentages

%20.34
%20.9
%0
%30.59

Codes

Color #8D8CB1 in popluar color models

8D8CB1
RGB141140177
HSL242°19.17%62.16%
HSB/HSV242°20.90%69.41%
CMYK20.34%20.90%0.00%
30.59%

Color #8D8CB1 in popluar number systems.

HEX8D8CB1
Decimal141140177
Binary100011011000110010110001
Octal215214261

Shades and tints

Shades of #8D8CB1

#8D8CB1
(141,140,177)
#8180A1
(129,128,161)
#757491
(117,116,145)
#696881
(105,104,129)
#5D5C71
(93,92,113)
#515061
(81,80,97)
#454451
(69,68,81)
#393841
(57,56,65)
#2D2C31
(45,44,49)
#212021
(33,32,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8D8CB1

#8D8CB1
(141,140,177)
#9796B8
(151,150,184)
#A1A0BF
(161,160,191)
#ABAAC6
(171,170,198)
#B5B4CD
(181,180,205)
#BFBED4
(191,190,212)
#C9C8DB
(201,200,219)
#D3D2E2
(211,210,226)
#DDDCE9
(221,220,233)
#E7E6F0
(231,230,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8CB1 color. Also use rgb(141,140,177) instead hex code.

Text Font Color

.myTextColor { color: #8D8CB1; }

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

This text font color is #8D8CB1.


Background Color

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

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

This div background color is #8D8CB1.


Border color

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

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

This div border color is #8D8CB1.


Opacity

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

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

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

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

This text has shadow with #8D8CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8CB1 on black background.


Color preview on white background

This text has color #8D8CB1 on white background.



Black color preview on #8D8CB1 background

This text has black color on #8D8CB1 background.


White color preview on #8D8CB1 background

This text has white color on #8D8CB1 background.