COLOR #8A93D2

HEX: #8A93D2
RGB: (138,147,210)

Color info

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

RGB color model

#8A93D2 color RGB value is (138,147,210).

  • red value is 138;
  • green value is 147;
  • blue value is 210.
RGB:
(138,147,210)
(54%,58%,82%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 210 of 255 = 82%

138
147
210

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 210 = 495 (100%)
R 138 of 495 ~ 27.88%
G 147 of 495 ~ 29.7%
B 210 of 495 ~ 42.42%

%27.88
%29.7
%42.42

CMYK color model

#8A93D2 color CMYK value is (34,30,0,18).

  • cyan value is 34.29%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(34,30,0,18)
C34M30Y0K18 
(34%,30%,0%,18%)
(0.34/0.30/0.00/0.18)	

CMYK percentages

%34.29
%30
%0
%17.65

Codes

Color #8A93D2 in popluar color models

8A93D2
RGB138147210
HSL233°44.44%68.24%
HSB/HSV233°34.29%82.35%
CMYK34.29%30.00%0.00%
17.65%

Color #8A93D2 in popluar number systems.

HEX8A93D2
Decimal138147210
Binary100010101001001111010010
Octal212223322

Shades and tints

Shades of #8A93D2

#8A93D2
(138,147,210)
#7E86BF
(126,134,191)
#7279AC
(114,121,172)
#666C99
(102,108,153)
#5A5F86
(90,95,134)
#4E5273
(78,82,115)
#424560
(66,69,96)
#36384D
(54,56,77)
#2A2B3A
(42,43,58)
#1E1E27
(30,30,39)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A93D2

#8A93D2
(138,147,210)
#949CD6
(148,156,214)
#9EA5DA
(158,165,218)
#A8AEDE
(168,174,222)
#B2B7E2
(178,183,226)
#BCC0E6
(188,192,230)
#C6C9EA
(198,201,234)
#D0D2EE
(208,210,238)
#DADBF2
(218,219,242)
#E4E4F6
(228,228,246)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A93D2 color. Also use rgb(138,147,210) instead hex code.

Text Font Color

.myTextColor { color: #8A93D2; }

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

This text font color is #8A93D2.


Background Color

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

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

This div background color is #8A93D2.


Border color

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

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

This div border color is #8A93D2.


Opacity

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

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

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

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

This text has shadow with #8A93D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A93D2 on black background.


Color preview on white background

This text has color #8A93D2 on white background.



Black color preview on #8A93D2 background

This text has black color on #8A93D2 background.


White color preview on #8A93D2 background

This text has white color on #8A93D2 background.