COLOR #93E0F6

HEX: #93E0F6
RGB: (147,224,246)

Color info

#93E0F6 contains mainly green and blue colors. Web safe color of #93E0F6 is #99CCFF (or #9CF).

RGB color model

#93E0F6 color RGB value is (147,224,246).

  • red value is 147;
  • green value is 224;
  • blue value is 246.
RGB:
(147,224,246)
(58%,88%,96%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 246 of 255 = 96%

147
224
246

R + G + B ~ 81%. #93E0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 224 + 246 = 617 (100%)
R 147 of 617 ~ 23.82%
G 224 of 617 ~ 36.3%
B 246 of 617 ~ 39.87%

%23.82
%36.3
%39.87

CMYK color model

#93E0F6 color CMYK value is (40,9,0,4).

  • cyan value is 40.24%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(40,9,0,4)
C40M9Y0K4 
(40%,9%,0%,4%)
(0.40/0.09/0.00/0.04)	

CMYK percentages

%40.24
%8.94
%0
%3.53

Codes

Color #93E0F6 in popluar color models

93E0F6
RGB147224246
HSL193°84.62%77.06%
HSB/HSV193°40.24%96.47%
CMYK40.24%8.94%0.00%
3.53%

Color #93E0F6 in popluar number systems.

HEX93E0F6
Decimal147224246
Binary100100111110000011110110
Octal223340366

Shades and tints

Shades of #93E0F6

#93E0F6
(147,224,246)
#86CCE0
(134,204,224)
#79B8CA
(121,184,202)
#6CA4B4
(108,164,180)
#5F909E
(95,144,158)
#527C88
(82,124,136)
#456872
(69,104,114)
#38545C
(56,84,92)
#2B4046
(43,64,70)
#1E2C30
(30,44,48)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #93E0F6

#93E0F6
(147,224,246)
#9CE2F6
(156,226,246)
#A5E4F6
(165,228,246)
#AEE6F6
(174,230,246)
#B7E8F6
(183,232,246)
#C0EAF6
(192,234,246)
#C9ECF6
(201,236,246)
#D2EEF6
(210,238,246)
#DBF0F6
(219,240,246)
#E4F2F6
(228,242,246)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E0F6; }

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

This text font color is #93E0F6.


Background Color

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

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

This div background color is #93E0F6.


Border color

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

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

This div border color is #93E0F6.


Opacity

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

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

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

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

This text has shadow with #93E0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E0F6 on black background.


Color preview on white background

This text has color #93E0F6 on white background.



Black color preview on #93E0F6 background

This text has black color on #93E0F6 background.


White color preview on #93E0F6 background

This text has white color on #93E0F6 background.