COLOR #93AAE8

HEX: #93AAE8
RGB: (147,170,232)

Color info

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

RGB color model

#93AAE8 color RGB value is (147,170,232).

  • red value is 147;
  • green value is 170;
  • blue value is 232.
RGB:
(147,170,232)
(58%,67%,91%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 232 of 255 = 91%

147
170
232

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

Portions of RGB colors in percentages

R + G + B =
147 + 170 + 232 = 549 (100%)
R 147 of 549 ~ 26.78%
G 170 of 549 ~ 30.97%
B 232 of 549 ~ 42.26%

%26.78
%30.97
%42.26

CMYK color model

#93AAE8 color CMYK value is (37,27,0,9).

  • cyan value is 36.64%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(37,27,0,9)
C37M27Y0K9 
(37%,27%,0%,9%)
(0.37/0.27/0.00/0.09)	

CMYK percentages

%36.64
%26.72
%0
%9.02

Codes

Color #93AAE8 in popluar color models

93AAE8
RGB147170232
HSL224°64.89%74.31%
HSB/HSV224°36.64%90.98%
CMYK36.64%26.72%0.00%
9.02%

Color #93AAE8 in popluar number systems.

HEX93AAE8
Decimal147170232
Binary100100111010101011101000
Octal223252350

Shades and tints

Shades of #93AAE8

#93AAE8
(147,170,232)
#869BD3
(134,155,211)
#798CBE
(121,140,190)
#6C7DA9
(108,125,169)
#5F6E94
(95,110,148)
#525F7F
(82,95,127)
#45506A
(69,80,106)
#384155
(56,65,85)
#2B3240
(43,50,64)
#1E232B
(30,35,43)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #93AAE8

#93AAE8
(147,170,232)
#9CB1EA
(156,177,234)
#A5B8EC
(165,184,236)
#AEBFEE
(174,191,238)
#B7C6F0
(183,198,240)
#C0CDF2
(192,205,242)
#C9D4F4
(201,212,244)
#D2DBF6
(210,219,246)
#DBE2F8
(219,226,248)
#E4E9FA
(228,233,250)
#EDF0FC
(237,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AAE8; }

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

This text font color is #93AAE8.


Background Color

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

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

This div background color is #93AAE8.


Border color

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

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

This div border color is #93AAE8.


Opacity

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

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

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

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

This text has shadow with #93AAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AAE8 on black background.


Color preview on white background

This text has color #93AAE8 on white background.



Black color preview on #93AAE8 background

This text has black color on #93AAE8 background.


White color preview on #93AAE8 background

This text has white color on #93AAE8 background.