COLOR #8D8CC5

HEX: #8D8CC5
RGB: (141,140,197)

Color info

#8D8CC5 contains red, green and blue colors in about the same proportion. Web safe color of #8D8CC5 is #9999CC (or #99C).

RGB color model

#8D8CC5 color RGB value is (141,140,197).

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

RGB channels and saturation

R 141 of 255 = 55%
G 140 of 255 = 55%
B 197 of 255 = 77%

141
140
197

R + G + B ~ 62%. #8D8CC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 140 + 197 = 478 (100%)
R 141 of 478 ~ 29.5%
G 140 of 478 ~ 29.29%
B 197 of 478 ~ 41.21%

%29.5
%29.29
%41.21

CMYK color model

#8D8CC5 color CMYK value is (28,29,0,23).

  • cyan value is 28.43%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(28,29,0,23)
C28M29Y0K23 
(28%,29%,0%,23%)
(0.28/0.29/0.00/0.23)	

CMYK percentages

%28.43
%28.93
%0
%22.75

Codes

Color #8D8CC5 in popluar color models

8D8CC5
RGB141140197
HSL241°32.95%66.08%
HSB/HSV241°28.93%77.25%
CMYK28.43%28.93%0.00%
22.75%

Color #8D8CC5 in popluar number systems.

HEX8D8CC5
Decimal141140197
Binary100011011000110011000101
Octal215214305

Shades and tints

Shades of #8D8CC5

#8D8CC5
(141,140,197)
#8180B4
(129,128,180)
#7574A3
(117,116,163)
#696892
(105,104,146)
#5D5C81
(93,92,129)
#515070
(81,80,112)
#45445F
(69,68,95)
#39384E
(57,56,78)
#2D2C3D
(45,44,61)
#21202C
(33,32,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #8D8CC5

#8D8CC5
(141,140,197)
#9796CA
(151,150,202)
#A1A0CF
(161,160,207)
#ABAAD4
(171,170,212)
#B5B4D9
(181,180,217)
#BFBEDE
(191,190,222)
#C9C8E3
(201,200,227)
#D3D2E8
(211,210,232)
#DDDCED
(221,220,237)
#E7E6F2
(231,230,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8CC5; }

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

This text font color is #8D8CC5.


Background Color

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

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

This div background color is #8D8CC5.


Border color

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

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

This div border color is #8D8CC5.


Opacity

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

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

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

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

This text has shadow with #8D8CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8CC5 on black background.


Color preview on white background

This text has color #8D8CC5 on white background.



Black color preview on #8D8CC5 background

This text has black color on #8D8CC5 background.


White color preview on #8D8CC5 background

This text has white color on #8D8CC5 background.