COLOR #93ADEF

HEX: #93ADEF RGB: (147,173,239)

Color info

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

RGB color model

#93ADEF color RGB value is (147,173,239).

RGB: (147,173,239) (58%, 68%, 94%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 239 of 255 = 94%

147
173
239

R + G + B ~ 73%. #93ADEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 173 + 239 = 559 (100%)
R 147 of 559 ~ 26.3%
G 173 of 559 ~ 30.95%
B 239 of 559 ~ 42.75'%

%26.3
%30.95
%42.75

CMYK color model

#93ADEF color CMYK value is (38,28,0,6).

  • cyan value is 38.49%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (38,28,0,6)
C38M28Y0K6 (38%, 28%, 0%, 6%)
(0.38 / 0.28 / 0.00 / 0.06)

CMYK percentages

%38.49
%27.62
%0
%6.27

Codes

Color #93ADEF in popluar color models

93 AD EF
RGB 147 173 239
HSL 223° 74.19% 75.69%
HSB/HSV 223° 38.49% 93.73%
CMYK 38.49% 27.62% 0.00%
6.27%

Color #93ADEF in popluar number systems.

HEX 93 AD EF
Decimal 147 173 239
Binary 10010011 10101101 11101111
Octal 223 255 357

Shades and tints

Shades of #93ADEF

#93ADEF
(147,173,239)
#869EDA
(134,158,218)
#798FC5
(121,143,197)
#6C80B0
(108,128,176)
#5F719B
(95,113,155)
#526286
(82,98,134)
#455371
(69,83,113)
#38445C
(56,68,92)
#2B3547
(43,53,71)
#1E2632
(30,38,50)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #93ADEF

#93ADEF
(147,173,239)
#9CB4F0
(156,180,240)
#A5BBF1
(165,187,241)
#AEC2F2
(174,194,242)
#B7C9F3
(183,201,243)
#C0D0F4
(192,208,244)
#C9D7F5
(201,215,245)
#D2DEF6
(210,222,246)
#DBE5F7
(219,229,247)
#E4ECF8
(228,236,248)
#EDF3F9
(237,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ADEF; }

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

This text font color is #93ADEF.

Background Color

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

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

This div background color is #93ADEF.

Border color

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

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

This div border color is #93ADEF.

Opacity

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

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

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

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

This text has shadow with #93ADEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ADEF.

Preview

Color preview on black background

This text has color #93ADEF on black background.


Color preview on white background

This text has color #93ADEF on white background.


Black color preview on #93ADEF background

This text has black color on #93ADEF background.


White color preview on #93ADEF background

This text has white color on #93ADEF background.


Related colors

Complementary color

Complementary color for #hex is #6C5210.


I love getcolorcode.com

Triadic colors

1 #EF93AD and #ADEF93 with #93ADEF are triadic colors.

2 #EFAD93 and #AD93EF with #93ADEF are triadic colors.