COLOR #93EEF6

HEX: #93EEF6
RGB: (147,238,246)

Color info

#93EEF6 contains mainly green and blue colors. Web safe color of #93EEF6 is #99FFFF (or #9FF).

RGB color model

#93EEF6 color RGB value is (147,238,246).

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

RGB channels and saturation

R 147 of 255 = 58%
G 238 of 255 = 93%
B 246 of 255 = 96%

147
238
246

R + G + B ~ 82%. #93EEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 238 + 246 = 631 (100%)
R 147 of 631 ~ 23.3%
G 238 of 631 ~ 37.72%
B 246 of 631 ~ 38.99%

%23.3
%37.72
%38.99

CMYK color model

#93EEF6 color CMYK value is (40,3,0,4).

  • cyan value is 40.24%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(40,3,0,4)
C40M3Y0K4 
(40%,3%,0%,4%)
(0.40/0.03/0.00/0.04)	

CMYK percentages

%40.24
%3.25
%0
%3.53

Codes

Color #93EEF6 in popluar color models

93EEF6
RGB147238246
HSL185°84.62%77.06%
HSB/HSV185°40.24%96.47%
CMYK40.24%3.25%0.00%
3.53%

Color #93EEF6 in popluar number systems.

HEX93EEF6
Decimal147238246
Binary100100111110111011110110
Octal223356366

Shades and tints

Shades of #93EEF6

#93EEF6
(147,238,246)
#86D9E0
(134,217,224)
#79C4CA
(121,196,202)
#6CAFB4
(108,175,180)
#5F9A9E
(95,154,158)
#528588
(82,133,136)
#457072
(69,112,114)
#385B5C
(56,91,92)
#2B4646
(43,70,70)
#1E3130
(30,49,48)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #93EEF6

#93EEF6
(147,238,246)
#9CEFF6
(156,239,246)
#A5F0F6
(165,240,246)
#AEF1F6
(174,241,246)
#B7F2F6
(183,242,246)
#C0F3F6
(192,243,246)
#C9F4F6
(201,244,246)
#D2F5F6
(210,245,246)
#DBF6F6
(219,246,246)
#E4F7F6
(228,247,246)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EEF6; }

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

This text font color is #93EEF6.


Background Color

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

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

This div background color is #93EEF6.


Border color

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

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

This div border color is #93EEF6.


Opacity

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

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

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

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

This text has shadow with #93EEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EEF6 on black background.


Color preview on white background

This text has color #93EEF6 on white background.



Black color preview on #93EEF6 background

This text has black color on #93EEF6 background.


White color preview on #93EEF6 background

This text has white color on #93EEF6 background.