COLOR #8D8BD6

HEX: #8D8BD6
RGB: (141,139,214)

Color info

#8D8BD6 contains mainly blue color. Web safe color of #8D8BD6 is #9999CC (or #99C).

RGB color model

#8D8BD6 color RGB value is (141,139,214).

  • red value is 141;
  • green value is 139;
  • blue value is 214.
RGB:
(141,139,214)
(55%,55%,84%)

RGB channels and saturation

R 141 of 255 = 55%
G 139 of 255 = 55%
B 214 of 255 = 84%

141
139
214

R + G + B ~ 65%. #8D8BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 139 + 214 = 494 (100%)
R 141 of 494 ~ 28.54%
G 139 of 494 ~ 28.14%
B 214 of 494 ~ 43.32%

%28.54
%28.14
%43.32

CMYK color model

#8D8BD6 color CMYK value is (34,35,0,16).

  • cyan value is 34.11%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(34,35,0,16)
C34M35Y0K16 
(34%,35%,0%,16%)
(0.34/0.35/0.00/0.16)	

CMYK percentages

%34.11
%35.05
%0
%16.08

Codes

Color #8D8BD6 in popluar color models

8D8BD6
RGB141139214
HSL242°47.77%69.22%
HSB/HSV242°35.05%83.92%
CMYK34.11%35.05%0.00%
16.08%

Color #8D8BD6 in popluar number systems.

HEX8D8BD6
Decimal141139214
Binary100011011000101111010110
Octal215213326

Shades and tints

Shades of #8D8BD6

#8D8BD6
(141,139,214)
#817FC3
(129,127,195)
#7573B0
(117,115,176)
#69679D
(105,103,157)
#5D5B8A
(93,91,138)
#514F77
(81,79,119)
#454364
(69,67,100)
#393751
(57,55,81)
#2D2B3E
(45,43,62)
#211F2B
(33,31,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #8D8BD6

#8D8BD6
(141,139,214)
#9795D9
(151,149,217)
#A19FDC
(161,159,220)
#ABA9DF
(171,169,223)
#B5B3E2
(181,179,226)
#BFBDE5
(191,189,229)
#C9C7E8
(201,199,232)
#D3D1EB
(211,209,235)
#DDDBEE
(221,219,238)
#E7E5F1
(231,229,241)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8BD6 color. Also use rgb(141,139,214) instead hex code.

Text Font Color

.myTextColor { color: #8D8BD6; }

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

This text font color is #8D8BD6.


Background Color

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

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

This div background color is #8D8BD6.


Border color

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

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

This div border color is #8D8BD6.


Opacity

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

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

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

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

This text has shadow with #8D8BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8BD6 on black background.


Color preview on white background

This text has color #8D8BD6 on white background.



Black color preview on #8D8BD6 background

This text has black color on #8D8BD6 background.


White color preview on #8D8BD6 background

This text has white color on #8D8BD6 background.