COLOR #93AAE0

HEX: #93AAE0 RGB: (147,170,224)

Color info

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

RGB color model

#93AAE0 color RGB value is (147,170,224).

RGB: (147,170,224) (58%, 67%, 88%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 224 of 255 = 88%

147
170
224

R + G + B ~ 71%. #93AAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 170 + 224 = 541 (100%)
R 147 of 541 ~ 27.17%
G 170 of 541 ~ 31.42%
B 224 of 541 ~ 41.4'%

%27.17
%31.42
%41.4

CMYK color model

#93AAE0 color CMYK value is (34,24,0,12).

  • cyan value is 34.38%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (34,24,0,12) C34M24Y0K12 (34%,24%,0%,12%) (0.34/0.24/0.00/0.12) 

CMYK percentages

%34.38
%24.11
%0
%12.16

Codes

Color #93AAE0 in popluar color models

93 AA E0
RGB 147 170 224
HSL 222° 55.40% 72.75%
HSB/HSV 222° 34.38% 87.84%
CMYK 34.38% 24.11% 0.00%
12.16%

Color #93AAE0 in popluar number systems.

HEX 93 AA E0
Decimal 147 170 224
Binary 10010011 10101010 11100000
Octal 223 252 340

Shades and tints

Shades of #93AAE0

#93AAE0
(147,170,224)
#869BCC
(134,155,204)
#798CB8
(121,140,184)
#6C7DA4
(108,125,164)
#5F6E90
(95,110,144)
#525F7C
(82,95,124)
#455068
(69,80,104)
#384154
(56,65,84)
#2B3240
(43,50,64)
#1E232C
(30,35,44)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #93AAE0

#93AAE0
(147,170,224)
#9CB1E2
(156,177,226)
#A5B8E4
(165,184,228)
#AEBFE6
(174,191,230)
#B7C6E8
(183,198,232)
#C0CDEA
(192,205,234)
#C9D4EC
(201,212,236)
#D2DBEE
(210,219,238)
#DBE2F0
(219,226,240)
#E4E9F2
(228,233,242)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AAE0 color. Also use rgb(147,170,224) instead hex code.

Text Font Color

.myTextColor { color: #93AAE0; }

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

This text font color is #93AAE0.

Background Color

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

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

This div background color is #93AAE0.

Border color

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

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

This div border color is #93AAE0.

Opacity

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

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

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

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

This text has shadow with #93AAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AAE0.

Preview

Color preview on black background

This text has color #93AAE0 on black background.


Color preview on white background

This text has color #93AAE0 on white background.


Black color preview on #93AAE0 background

This text has black color on #93AAE0 background.


White color preview on #93AAE0 background

This text has white color on #93AAE0 background.


Related colors

Complementary color

Complementary color for #hex is #6C551F.


I love getcolorcode.com

Triadic colors

1 #E093AA and #AAE093 with #93AAE0 are triadic colors.

2 #E0AA93 and #AA93E0 with #93AAE0 are triadic colors.