COLOR #93ADE8

HEX: #93ADE8 RGB: (147,173,232)

Color info

#93ADE8 contains mainly green and blue colors. Web safe color of #93ADE8 is #9999FF (or #99F).

RGB color model

#93ADE8 color RGB value is (147,173,232).

RGB: (147,173,232) (58%, 68%, 91%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 232 of 255 = 91%

147
173
232

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

Portions of RGB colors in percentages

R + G + B = 147 + 173 + 232 = 552 (100%)
R 147 of 552 ~ 26.63%
G 173 of 552 ~ 31.34%
B 232 of 552 ~ 42.03'%

%26.63
%31.34
%42.03

CMYK color model

#93ADE8 color CMYK value is (37,25,0,9).

  • cyan value is 36.64%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (37,25,0,9)
C37M25Y0K9 (37%, 25%, 0%, 9%)
(0.37 / 0.25 / 0.00 / 0.09)

CMYK percentages

%36.64
%25.43
%0
%9.02

Codes

Color #93ADE8 in popluar color models

93 AD E8
RGB 147 173 232
HSL 222° 64.89% 74.31%
HSB/HSV 222° 36.64% 90.98%
CMYK 36.64% 25.43% 0.00%
9.02%

Color #93ADE8 in popluar number systems.

HEX 93 AD E8
Decimal 147 173 232
Binary 10010011 10101101 11101000
Octal 223 255 350

Shades and tints

Shades of #93ADE8

#93ADE8
(147,173,232)
#869ED3
(134,158,211)
#798FBE
(121,143,190)
#6C80A9
(108,128,169)
#5F7194
(95,113,148)
#52627F
(82,98,127)
#45536A
(69,83,106)
#384455
(56,68,85)
#2B3540
(43,53,64)
#1E262B
(30,38,43)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #93ADE8

#93ADE8
(147,173,232)
#9CB4EA
(156,180,234)
#A5BBEC
(165,187,236)
#AEC2EE
(174,194,238)
#B7C9F0
(183,201,240)
#C0D0F2
(192,208,242)
#C9D7F4
(201,215,244)
#D2DEF6
(210,222,246)
#DBE5F8
(219,229,248)
#E4ECFA
(228,236,250)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ADE8; }

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

This text font color is #93ADE8.

Background Color

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

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

This div background color is #93ADE8.

Border color

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

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

This div border color is #93ADE8.

Opacity

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

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

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

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

This text has shadow with #93ADE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ADE8.

Preview

Color preview on black background

This text has color #93ADE8 on black background.


Color preview on white background

This text has color #93ADE8 on white background.


Black color preview on #93ADE8 background

This text has black color on #93ADE8 background.


White color preview on #93ADE8 background

This text has white color on #93ADE8 background.


Related colors

Complementary color

Complementary color for #hex is #6C5217.


I love getcolorcode.com

Triadic colors

1 #E893AD and #ADE893 with #93ADE8 are triadic colors.

2 #E8AD93 and #AD93E8 with #93ADE8 are triadic colors.