COLOR #93E2EE

HEX: #93E2EE
RGB: (147,226,238)

Color info

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

RGB color model

#93E2EE color RGB value is (147,226,238).

  • red value is 147;
  • green value is 226;
  • blue value is 238.
RGB:
(147,226,238)
(58%,89%,93%)

RGB channels and saturation

R 147 of 255 = 58%
G 226 of 255 = 89%
B 238 of 255 = 93%

147
226
238

R + G + B ~ 80%. #93E2EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 226 + 238 = 611 (100%)
R 147 of 611 ~ 24.06%
G 226 of 611 ~ 36.99%
B 238 of 611 ~ 38.95%

%24.06
%36.99
%38.95

CMYK color model

#93E2EE color CMYK value is (38,5,0,7).

  • cyan value is 38.24%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(38,5,0,7)
C38M5Y0K7 
(38%,5%,0%,7%)
(0.38/0.05/0.00/0.07)	

CMYK percentages

%38.24
%5.04
%0
%6.67

Codes

Color #93E2EE in popluar color models

93E2EE
RGB147226238
HSL188°72.80%75.49%
HSB/HSV188°38.24%93.33%
CMYK38.24%5.04%0.00%
6.67%

Color #93E2EE in popluar number systems.

HEX93E2EE
Decimal147226238
Binary100100111110001011101110
Octal223342356

Shades and tints

Shades of #93E2EE

#93E2EE
(147,226,238)
#86CED9
(134,206,217)
#79BAC4
(121,186,196)
#6CA6AF
(108,166,175)
#5F929A
(95,146,154)
#527E85
(82,126,133)
#456A70
(69,106,112)
#38565B
(56,86,91)
#2B4246
(43,66,70)
#1E2E31
(30,46,49)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #93E2EE

#93E2EE
(147,226,238)
#9CE4EF
(156,228,239)
#A5E6F0
(165,230,240)
#AEE8F1
(174,232,241)
#B7EAF2
(183,234,242)
#C0ECF3
(192,236,243)
#C9EEF4
(201,238,244)
#D2F0F5
(210,240,245)
#DBF2F6
(219,242,246)
#E4F4F7
(228,244,247)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E2EE color. Also use rgb(147,226,238) instead hex code.

Text Font Color

.myTextColor { color: #93E2EE; }

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

This text font color is #93E2EE.


Background Color

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

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

This div background color is #93E2EE.


Border color

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

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

This div border color is #93E2EE.


Opacity

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

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

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

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

This text has shadow with #93E2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E2EE on black background.


Color preview on white background

This text has color #93E2EE on white background.



Black color preview on #93E2EE background

This text has black color on #93E2EE background.


White color preview on #93E2EE background

This text has white color on #93E2EE background.