COLOR #93A3E7

HEX: #93A3E7
RGB: (147,163,231)

Color info

#93A3E7 contains mainly blue color. Web safe color of #93A3E7 is #9999FF (or #99F).

RGB color model

#93A3E7 color RGB value is (147,163,231).

  • red value is 147;
  • green value is 163;
  • blue value is 231.
RGB:
(147,163,231)
(58%,64%,91%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 231 of 255 = 91%

147
163
231

R + G + B ~ 71%. #93A3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 231 = 541 (100%)
R 147 of 541 ~ 27.17%
G 163 of 541 ~ 30.13%
B 231 of 541 ~ 42.7%

%27.17
%30.13
%42.7

CMYK color model

#93A3E7 color CMYK value is (36,29,0,9).

  • cyan value is 36.36%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(36,29,0,9)
C36M29Y0K9 
(36%,29%,0%,9%)
(0.36/0.29/0.00/0.09)	

CMYK percentages

%36.36
%29.44
%0
%9.41

Codes

Color #93A3E7 in popluar color models

93A3E7
RGB147163231
HSL229°63.64%74.12%
HSB/HSV229°36.36%90.59%
CMYK36.36%29.44%0.00%
9.41%

Color #93A3E7 in popluar number systems.

HEX93A3E7
Decimal147163231
Binary100100111010001111100111
Octal223243347

Shades and tints

Shades of #93A3E7

#93A3E7
(147,163,231)
#8695D2
(134,149,210)
#7987BD
(121,135,189)
#6C79A8
(108,121,168)
#5F6B93
(95,107,147)
#525D7E
(82,93,126)
#454F69
(69,79,105)
#384154
(56,65,84)
#2B333F
(43,51,63)
#1E252A
(30,37,42)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #93A3E7

#93A3E7
(147,163,231)
#9CABE9
(156,171,233)
#A5B3EB
(165,179,235)
#AEBBED
(174,187,237)
#B7C3EF
(183,195,239)
#C0CBF1
(192,203,241)
#C9D3F3
(201,211,243)
#D2DBF5
(210,219,245)
#DBE3F7
(219,227,247)
#E4EBF9
(228,235,249)
#EDF3FB
(237,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A3E7 color. Also use rgb(147,163,231) instead hex code.

Text Font Color

.myTextColor { color: #93A3E7; }

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

This text font color is #93A3E7.


Background Color

.myBgColor { background-color: #93A3E7; }

<div style="background-color:#93A3E7">Inner text</div>

This div background color is #93A3E7.


Border color

.myBorderColor { border: 1px solid #93A3E7; }

<div style="border:3px solid #93A3E7">Div</div>

This div border color is #93A3E7.


Opacity

.myOpacity80 { color: #93A3E7; opacity: 0.8; }

<p style="color:#93A3E7;opacity:0.8;">80%</p>

Text with #93A3E7 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 #93A3E7;}

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

This text has shadow with #93A3E7 color.

.textShadow {text-shadow: 3px 3px 1px #93A3E7, 3px 3px 1px red;}

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

This text has shadow with #93A3E7 primary color and red secondary color.


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

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

This text has shadow with #93A3E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A3E7 on black background.


Color preview on white background

This text has color #93A3E7 on white background.



Black color preview on #93A3E7 background

This text has black color on #93A3E7 background.


White color preview on #93A3E7 background

This text has white color on #93A3E7 background.