COLOR #93A0E5

HEX: #93A0E5
RGB: (147,160,229)

Color info

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

RGB color model

#93A0E5 color RGB value is (147,160,229).

  • red value is 147;
  • green value is 160;
  • blue value is 229.
RGB:
(147,160,229)
(58%,63%,90%)

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 229 of 255 = 90%

147
160
229

R + G + B ~ 70%. #93A0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 229 = 536 (100%)
R 147 of 536 ~ 27.43%
G 160 of 536 ~ 29.85%
B 229 of 536 ~ 42.72%

%27.43
%29.85
%42.72

CMYK color model

#93A0E5 color CMYK value is (36,30,0,10).

  • cyan value is 35.81%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(36,30,0,10)
C36M30Y0K10 
(36%,30%,0%,10%)
(0.36/0.30/0.00/0.10)	

CMYK percentages

%35.81
%30.13
%0
%10.2

Codes

Color #93A0E5 in popluar color models

93A0E5
RGB147160229
HSL230°61.19%73.73%
HSB/HSV230°35.81%89.80%
CMYK35.81%30.13%0.00%
10.20%

Color #93A0E5 in popluar number systems.

HEX93A0E5
Decimal147160229
Binary100100111010000011100101
Octal223240345

Shades and tints

Shades of #93A0E5

#93A0E5
(147,160,229)
#8692D1
(134,146,209)
#7984BD
(121,132,189)
#6C76A9
(108,118,169)
#5F6895
(95,104,149)
#525A81
(82,90,129)
#454C6D
(69,76,109)
#383E59
(56,62,89)
#2B3045
(43,48,69)
#1E2231
(30,34,49)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #93A0E5

#93A0E5
(147,160,229)
#9CA8E7
(156,168,231)
#A5B0E9
(165,176,233)
#AEB8EB
(174,184,235)
#B7C0ED
(183,192,237)
#C0C8EF
(192,200,239)
#C9D0F1
(201,208,241)
#D2D8F3
(210,216,243)
#DBE0F5
(219,224,245)
#E4E8F7
(228,232,247)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A0E5 color. Also use rgb(147,160,229) instead hex code.

Text Font Color

.myTextColor { color: #93A0E5; }

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

This text font color is #93A0E5.


Background Color

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

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

This div background color is #93A0E5.


Border color

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

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

This div border color is #93A0E5.


Opacity

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

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

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

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

This text has shadow with #93A0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A0E5 on black background.


Color preview on white background

This text has color #93A0E5 on white background.



Black color preview on #93A0E5 background

This text has black color on #93A0E5 background.


White color preview on #93A0E5 background

This text has white color on #93A0E5 background.