COLOR #93ADD6

HEX: #93ADD6
RGB: (147,173,214)

Color info

#93ADD6 contains mainly green and blue colors. Web safe color of #93ADD6 is #9999CC (or #99C).

RGB color model

#93ADD6 color RGB value is (147,173,214).

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

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 214 of 255 = 84%

147
173
214

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

Portions of RGB colors in percentages

R + G + B =
147 + 173 + 214 = 534 (100%)
R 147 of 534 ~ 27.53%
G 173 of 534 ~ 32.4%
B 214 of 534 ~ 40.07%

%27.53
%32.4
%40.07

CMYK color model

#93ADD6 color CMYK value is (31,19,0,16).

  • cyan value is 31.31%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,19,0,16)
C31M19Y0K16 
(31%,19%,0%,16%)
(0.31/0.19/0.00/0.16)	

CMYK percentages

%31.31
%19.16
%0
%16.08

Codes

Color #93ADD6 in popluar color models

93ADD6
RGB147173214
HSL217°44.97%70.78%
HSB/HSV217°31.31%83.92%
CMYK31.31%19.16%0.00%
16.08%

Color #93ADD6 in popluar number systems.

HEX93ADD6
Decimal147173214
Binary100100111010110111010110
Octal223255326

Shades and tints

Shades of #93ADD6

#93ADD6
(147,173,214)
#869EC3
(134,158,195)
#798FB0
(121,143,176)
#6C809D
(108,128,157)
#5F718A
(95,113,138)
#526277
(82,98,119)
#455364
(69,83,100)
#384451
(56,68,81)
#2B353E
(43,53,62)
#1E262B
(30,38,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #93ADD6

#93ADD6
(147,173,214)
#9CB4D9
(156,180,217)
#A5BBDC
(165,187,220)
#AEC2DF
(174,194,223)
#B7C9E2
(183,201,226)
#C0D0E5
(192,208,229)
#C9D7E8
(201,215,232)
#D2DEEB
(210,222,235)
#DBE5EE
(219,229,238)
#E4ECF1
(228,236,241)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ADD6; }

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

This text font color is #93ADD6.


Background Color

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

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

This div background color is #93ADD6.


Border color

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

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

This div border color is #93ADD6.


Opacity

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

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

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

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

This text has shadow with #93ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ADD6 on black background.


Color preview on white background

This text has color #93ADD6 on white background.



Black color preview on #93ADD6 background

This text has black color on #93ADD6 background.


White color preview on #93ADD6 background

This text has white color on #93ADD6 background.