COLOR #93A5ED

HEX: #93A5ED
RGB: (147,165,237)

Color info

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

RGB color model

#93A5ED color RGB value is (147,165,237).

  • red value is 147;
  • green value is 165;
  • blue value is 237.
RGB:
(147,165,237)
(58%,65%,93%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 237 of 255 = 93%

147
165
237

R + G + B ~ 72%. #93A5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 237 = 549 (100%)
R 147 of 549 ~ 26.78%
G 165 of 549 ~ 30.05%
B 237 of 549 ~ 43.17%

%26.78
%30.05
%43.17

CMYK color model

#93A5ED color CMYK value is (38,30,0,7).

  • cyan value is 37.97%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(38,30,0,7)
C38M30Y0K7 
(38%,30%,0%,7%)
(0.38/0.30/0.00/0.07)	

CMYK percentages

%37.97
%30.38
%0
%7.06

Codes

Color #93A5ED in popluar color models

93A5ED
RGB147165237
HSL228°71.43%75.29%
HSB/HSV228°37.97%92.94%
CMYK37.97%30.38%0.00%
7.06%

Color #93A5ED in popluar number systems.

HEX93A5ED
Decimal147165237
Binary100100111010010111101101
Octal223245355

Shades and tints

Shades of #93A5ED

#93A5ED
(147,165,237)
#8696D8
(134,150,216)
#7987C3
(121,135,195)
#6C78AE
(108,120,174)
#5F6999
(95,105,153)
#525A84
(82,90,132)
#454B6F
(69,75,111)
#383C5A
(56,60,90)
#2B2D45
(43,45,69)
#1E1E30
(30,30,48)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #93A5ED

#93A5ED
(147,165,237)
#9CADEE
(156,173,238)
#A5B5EF
(165,181,239)
#AEBDF0
(174,189,240)
#B7C5F1
(183,197,241)
#C0CDF2
(192,205,242)
#C9D5F3
(201,213,243)
#D2DDF4
(210,221,244)
#DBE5F5
(219,229,245)
#E4EDF6
(228,237,246)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A5ED color. Also use rgb(147,165,237) instead hex code.

Text Font Color

.myTextColor { color: #93A5ED; }

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

This text font color is #93A5ED.


Background Color

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

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

This div background color is #93A5ED.


Border color

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

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

This div border color is #93A5ED.


Opacity

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

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

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

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

This text has shadow with #93A5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A5ED on black background.


Color preview on white background

This text has color #93A5ED on white background.



Black color preview on #93A5ED background

This text has black color on #93A5ED background.


White color preview on #93A5ED background

This text has white color on #93A5ED background.