COLOR #8D8DD8

HEX: #8D8DD8
RGB: (141,141,216)

Color info

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

RGB color model

#8D8DD8 color RGB value is (141,141,216).

  • red value is 141;
  • green value is 141;
  • blue value is 216.
RGB:
(141,141,216)
(55%,55%,85%)

RGB channels and saturation

R 141 of 255 = 55%
G 141 of 255 = 55%
B 216 of 255 = 85%

141
141
216

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

Portions of RGB colors in percentages

R + G + B =
141 + 141 + 216 = 498 (100%)
R 141 of 498 ~ 28.31%
G 141 of 498 ~ 28.31%
B 216 of 498 ~ 43.37%

%28.31
%28.31
%43.37

CMYK color model

#8D8DD8 color CMYK value is (35,35,0,15).

  • cyan value is 34.72%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(35,35,0,15)
C35M35Y0K15 
(35%,35%,0%,15%)
(0.35/0.35/0.00/0.15)	

CMYK percentages

%34.72
%34.72
%0
%15.29

Codes

Color #8D8DD8 in popluar color models

8D8DD8
RGB141141216
HSL240°49.02%70.00%
HSB/HSV240°34.72%84.71%
CMYK34.72%34.72%0.00%
15.29%

Color #8D8DD8 in popluar number systems.

HEX8D8DD8
Decimal141141216
Binary100011011000110111011000
Octal215215330

Shades and tints

Shades of #8D8DD8

#8D8DD8
(141,141,216)
#8181C5
(129,129,197)
#7575B2
(117,117,178)
#69699F
(105,105,159)
#5D5D8C
(93,93,140)
#515179
(81,81,121)
#454566
(69,69,102)
#393953
(57,57,83)
#2D2D40
(45,45,64)
#21212D
(33,33,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #8D8DD8

#8D8DD8
(141,141,216)
#9797DB
(151,151,219)
#A1A1DE
(161,161,222)
#ABABE1
(171,171,225)
#B5B5E4
(181,181,228)
#BFBFE7
(191,191,231)
#C9C9EA
(201,201,234)
#D3D3ED
(211,211,237)
#DDDDF0
(221,221,240)
#E7E7F3
(231,231,243)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8DD8; }

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

This text font color is #8D8DD8.


Background Color

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

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

This div background color is #8D8DD8.


Border color

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

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

This div border color is #8D8DD8.


Opacity

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

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

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

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

This text has shadow with #8D8DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8DD8 on black background.


Color preview on white background

This text has color #8D8DD8 on white background.



Black color preview on #8D8DD8 background

This text has black color on #8D8DD8 background.


White color preview on #8D8DD8 background

This text has white color on #8D8DD8 background.