COLOR #8D93CE

HEX: #8D93CE
RGB: (141,147,206)

Color info

#8D93CE contains mainly green and blue colors. Web safe color of #8D93CE is #9999CC (or #99C).

RGB color model

#8D93CE color RGB value is (141,147,206).

  • red value is 141;
  • green value is 147;
  • blue value is 206.
RGB:
(141,147,206)
(55%,58%,81%)

RGB channels and saturation

R 141 of 255 = 55%
G 147 of 255 = 58%
B 206 of 255 = 81%

141
147
206

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

Portions of RGB colors in percentages

R + G + B =
141 + 147 + 206 = 494 (100%)
R 141 of 494 ~ 28.54%
G 147 of 494 ~ 29.76%
B 206 of 494 ~ 41.7%

%28.54
%29.76
%41.7

CMYK color model

#8D93CE color CMYK value is (32,29,0,19).

  • cyan value is 31.55%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(32,29,0,19)
C32M29Y0K19 
(32%,29%,0%,19%)
(0.32/0.29/0.00/0.19)	

CMYK percentages

%31.55
%28.64
%0
%19.22

Codes

Color #8D93CE in popluar color models

8D93CE
RGB141147206
HSL234°39.88%68.04%
HSB/HSV234°31.55%80.78%
CMYK31.55%28.64%0.00%
19.22%

Color #8D93CE in popluar number systems.

HEX8D93CE
Decimal141147206
Binary100011011001001111001110
Octal215223316

Shades and tints

Shades of #8D93CE

#8D93CE
(141,147,206)
#8186BC
(129,134,188)
#7579AA
(117,121,170)
#696C98
(105,108,152)
#5D5F86
(93,95,134)
#515274
(81,82,116)
#454562
(69,69,98)
#393850
(57,56,80)
#2D2B3E
(45,43,62)
#211E2C
(33,30,44)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #8D93CE

#8D93CE
(141,147,206)
#979CD2
(151,156,210)
#A1A5D6
(161,165,214)
#ABAEDA
(171,174,218)
#B5B7DE
(181,183,222)
#BFC0E2
(191,192,226)
#C9C9E6
(201,201,230)
#D3D2EA
(211,210,234)
#DDDBEE
(221,219,238)
#E7E4F2
(231,228,242)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D93CE; }

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

This text font color is #8D93CE.


Background Color

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

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

This div background color is #8D93CE.


Border color

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

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

This div border color is #8D93CE.


Opacity

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

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

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

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

This text has shadow with #8D93CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D93CE on black background.


Color preview on white background

This text has color #8D93CE on white background.



Black color preview on #8D93CE background

This text has black color on #8D93CE background.


White color preview on #8D93CE background

This text has white color on #8D93CE background.