COLOR #93EEE1

HEX: #93EEE1 RGB: (147,238,225)

Color info

#93EEE1 contains mainly green and blue colors. Web safe color of #93EEE1 is #99FFCC (or #9FC).

RGB color model

#93EEE1 color RGB value is (147,238,225).

RGB: (147,238,225) (58%, 93%, 88%)

RGB channels and saturation

R 147 of 255 = 58%
G 238 of 255 = 93%
B 225 of 255 = 88%

147
238
225

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

Portions of RGB colors in percentages

R + G + B = 147 + 238 + 225 = 610 (100%)
R 147 of 610 ~ 24.1%
G 238 of 610 ~ 39.02%
B 225 of 610 ~ 36.89'%

%24.1
%39.02
%36.89

CMYK color model

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

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

CMYK percentages

%38.24
%0
%5.46
%6.67

Codes

Color #93EEE1 in popluar color models

93 EE E1
RGB 147 238 225
HSL 171° 72.80% 75.49%
HSB/HSV 171° 38.24% 93.33%
CMYK 38.24% 0.00% 5.46%
6.67%

Color #93EEE1 in popluar number systems.

HEX 93 EE E1
Decimal 147 238 225
Binary 10010011 11101110 11100001
Octal 223 356 341

Shades and tints

Shades of #93EEE1

#93EEE1
(147,238,225)
#86D9CD
(134,217,205)
#79C4B9
(121,196,185)
#6CAFA5
(108,175,165)
#5F9A91
(95,154,145)
#52857D
(82,133,125)
#457069
(69,112,105)
#385B55
(56,91,85)
#2B4641
(43,70,65)
#1E312D
(30,49,45)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #93EEE1

#93EEE1
(147,238,225)
#9CEFE3
(156,239,227)
#A5F0E5
(165,240,229)
#AEF1E7
(174,241,231)
#B7F2E9
(183,242,233)
#C0F3EB
(192,243,235)
#C9F4ED
(201,244,237)
#D2F5EF
(210,245,239)
#DBF6F1
(219,246,241)
#E4F7F3
(228,247,243)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EEE1; }

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

This text font color is #93EEE1.

Background Color

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

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

This div background color is #93EEE1.

Border color

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

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

This div border color is #93EEE1.

Opacity

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

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

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

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

This text has shadow with #93EEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93EEE1.

Preview

Color preview on black background

This text has color #93EEE1 on black background.


Color preview on white background

This text has color #93EEE1 on white background.


Black color preview on #93EEE1 background

This text has black color on #93EEE1 background.


White color preview on #93EEE1 background

This text has white color on #93EEE1 background.


Related colors

Complementary color

Complementary color for #hex is #6C111E.


I love getcolorcode.com

Triadic colors

1 #E193EE and #EEE193 with #93EEE1 are triadic colors.

2 #E1EE93 and #EE93E1 with #93EEE1 are triadic colors.