COLOR #8D93D5

HEX: #8D93D5 RGB: (141,147,213)

Color info

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

RGB color model

#8D93D5 color RGB value is (141,147,213).

RGB: (141,147,213) (55%, 58%, 84%)

RGB channels and saturation

R 141 of 255 = 55%
G 147 of 255 = 58%
B 213 of 255 = 84%

141
147
213

R + G + B ~ 66%. #8D93D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 147 + 213 = 501 (100%)
R 141 of 501 ~ 28.14%
G 147 of 501 ~ 29.34%
B 213 of 501 ~ 42.51'%

%28.14
%29.34
%42.51

CMYK color model

#8D93D5 color CMYK value is (34,31,0,16).

  • cyan value is 33.80%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (34,31,0,16)
C34M31Y0K16 (34%, 31%, 0%, 16%)
(0.34 / 0.31 / 0.00 / 0.16)

CMYK percentages

%33.8
%30.99
%0
%16.47

Codes

Color #8D93D5 in popluar color models

8D 93 D5
RGB 141 147 213
HSL 235° 46.15% 69.41%
HSB/HSV 235° 33.80% 83.53%
CMYK 33.80% 30.99% 0.00%
16.47%

Color #8D93D5 in popluar number systems.

HEX 8D 93 D5
Decimal 141 147 213
Binary 10001101 10010011 11010101
Octal 215 223 325

Shades and tints

Shades of #8D93D5

#8D93D5
(141,147,213)
#8186C2
(129,134,194)
#7579AF
(117,121,175)
#696C9C
(105,108,156)
#5D5F89
(93,95,137)
#515276
(81,82,118)
#454563
(69,69,99)
#393850
(57,56,80)
#2D2B3D
(45,43,61)
#211E2A
(33,30,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #8D93D5

#8D93D5
(141,147,213)
#979CD8
(151,156,216)
#A1A5DB
(161,165,219)
#ABAEDE
(171,174,222)
#B5B7E1
(181,183,225)
#BFC0E4
(191,192,228)
#C9C9E7
(201,201,231)
#D3D2EA
(211,210,234)
#DDDBED
(221,219,237)
#E7E4F0
(231,228,240)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D93D5; }

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

This text font color is #8D93D5.

Background Color

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

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

This div background color is #8D93D5.

Border color

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

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

This div border color is #8D93D5.

Opacity

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

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

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

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

This text has shadow with #8D93D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D93D5.

Preview

Color preview on black background

This text has color #8D93D5 on black background.


Color preview on white background

This text has color #8D93D5 on white background.


Black color preview on #8D93D5 background

This text has black color on #8D93D5 background.


White color preview on #8D93D5 background

This text has white color on #8D93D5 background.


Related colors

Complementary color

Complementary color for #hex is #726C2A.


I love getcolorcode.com

Triadic colors

1 #D58D93 and #93D58D with #8D93D5 are triadic colors.

2 #D5938D and #938DD5 with #8D93D5 are triadic colors.