COLOR #93E4E0

HEX: #93E4E0
RGB: (147,228,224)

Color info

#93E4E0 contains mainly green and blue colors. Web safe color of #93E4E0 is #99CCCC (or #9CC).

RGB color model

#93E4E0 color RGB value is (147,228,224).

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

RGB channels and saturation

R 147 of 255 = 58%
G 228 of 255 = 89%
B 224 of 255 = 88%

147
228
224

R + G + B ~ 78%. #93E4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 228 + 224 = 599 (100%)
R 147 of 599 ~ 24.54%
G 228 of 599 ~ 38.06%
B 224 of 599 ~ 37.4%

%24.54
%38.06
%37.4

CMYK color model

#93E4E0 color CMYK value is (36,0,2,11).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 10.59%
CMYK:
(36,0,2,11)
C36M0Y2K11 
(36%,0%,2%,11%)
(0.36/0.00/0.02/0.11)	

CMYK percentages

%35.53
%0
%1.75
%10.59

Codes

Color #93E4E0 in popluar color models

93E4E0
RGB147228224
HSL177°60.00%73.53%
HSB/HSV177°35.53%89.41%
CMYK35.53%0.00%1.75%
10.59%

Color #93E4E0 in popluar number systems.

HEX93E4E0
Decimal147228224
Binary100100111110010011100000
Octal223344340

Shades and tints

Shades of #93E4E0

#93E4E0
(147,228,224)
#86D0CC
(134,208,204)
#79BCB8
(121,188,184)
#6CA8A4
(108,168,164)
#5F9490
(95,148,144)
#52807C
(82,128,124)
#456C68
(69,108,104)
#385854
(56,88,84)
#2B4440
(43,68,64)
#1E302C
(30,48,44)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #93E4E0

#93E4E0
(147,228,224)
#9CE6E2
(156,230,226)
#A5E8E4
(165,232,228)
#AEEAE6
(174,234,230)
#B7ECE8
(183,236,232)
#C0EEEA
(192,238,234)
#C9F0EC
(201,240,236)
#D2F2EE
(210,242,238)
#DBF4F0
(219,244,240)
#E4F6F2
(228,246,242)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E4E0; }

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

This text font color is #93E4E0.


Background Color

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

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

This div background color is #93E4E0.


Border color

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

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

This div border color is #93E4E0.


Opacity

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

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

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

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

This text has shadow with #93E4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E4E0 on black background.


Color preview on white background

This text has color #93E4E0 on white background.



Black color preview on #93E4E0 background

This text has black color on #93E4E0 background.


White color preview on #93E4E0 background

This text has white color on #93E4E0 background.