COLOR #93ADFF

HEX: #93ADFF
RGB: (147,173,255)

Color info

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

RGB color model

#93ADFF color RGB value is (147,173,255).

  • red value is 147;
  • green value is 173;
  • blue value is 255.
RGB:
(147,173,255)
(58%,68%,100%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 255 of 255 = 100%

147
173
255

R + G + B ~ 75%. #93ADFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 173 + 255 = 575 (100%)
R 147 of 575 ~ 25.57%
G 173 of 575 ~ 30.09%
B 255 of 575 ~ 44.35%

%25.57
%30.09
%44.35

CMYK color model

#93ADFF color CMYK value is (42,32,0,0).

  • cyan value is 42.35%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(42,32,0,0)
C42M32Y0K0 
(42%,32%,0%,0%)
(0.42/0.32/0.00/0.00)	

CMYK percentages

%42.35
%32.16
%0
%0

Codes

Color #93ADFF in popluar color models

93ADFF
RGB147173255
HSL226°100.00%78.82%
HSB/HSV226°42.35%100.00%
CMYK42.35%32.16%0.00%
0.00%

Color #93ADFF in popluar number systems.

HEX93ADFF
Decimal147173255
Binary100100111010110111111111
Octal223255377

Shades and tints

Shades of #93ADFF

#93ADFF
(147,173,255)
#869EE8
(134,158,232)
#798FD1
(121,143,209)
#6C80BA
(108,128,186)
#5F71A3
(95,113,163)
#52628C
(82,98,140)
#455375
(69,83,117)
#38445E
(56,68,94)
#2B3547
(43,53,71)
#1E2630
(30,38,48)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #93ADFF

#93ADFF
(147,173,255)
#9CB4FF
(156,180,255)
#A5BBFF
(165,187,255)
#AEC2FF
(174,194,255)
#B7C9FF
(183,201,255)
#C0D0FF
(192,208,255)
#C9D7FF
(201,215,255)
#D2DEFF
(210,222,255)
#DBE5FF
(219,229,255)
#E4ECFF
(228,236,255)
#EDF3FF
(237,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ADFF color. Also use rgb(147,173,255) instead hex code.

Text Font Color

.myTextColor { color: #93ADFF; }

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

This text font color is #93ADFF.


Background Color

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

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

This div background color is #93ADFF.


Border color

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

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

This div border color is #93ADFF.


Opacity

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

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

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

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

This text has shadow with #93ADFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ADFF on black background.


Color preview on white background

This text has color #93ADFF on white background.



Black color preview on #93ADFF background

This text has black color on #93ADFF background.


White color preview on #93ADFF background

This text has white color on #93ADFF background.