COLOR #93E0C8

HEX: #93E0C8 RGB: (147,224,200)

Color info

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

RGB color model

#93E0C8 color RGB value is (147,224,200).

RGB: (147,224,200) (58%, 88%, 78%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 200 of 255 = 78%

147
224
200

R + G + B ~ 75%. #93E0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 224 + 200 = 571 (100%)
R 147 of 571 ~ 25.74%
G 224 of 571 ~ 39.23%
B 200 of 571 ~ 35.03'%

%25.74
%39.23
%35.03

CMYK color model

#93E0C8 color CMYK value is (34,0,11,12).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%

CMYK: (34,0,11,12)
C34M0Y11K12 (34%, 0%, 11%, 12%)
(0.34 / 0.00 / 0.11 / 0.12)

CMYK percentages

%34.38
%0
%10.71
%12.16

Codes

Color #93E0C8 in popluar color models

93 E0 C8
RGB 147 224 200
HSL 161° 55.40% 72.75%
HSB/HSV 161° 34.38% 87.84%
CMYK 34.38% 0.00% 10.71%
12.16%

Color #93E0C8 in popluar number systems.

HEX 93 E0 C8
Decimal 147 224 200
Binary 10010011 11100000 11001000
Octal 223 340 310

Shades and tints

Shades of #93E0C8

#93E0C8
(147,224,200)
#86CCB6
(134,204,182)
#79B8A4
(121,184,164)
#6CA492
(108,164,146)
#5F9080
(95,144,128)
#527C6E
(82,124,110)
#45685C
(69,104,92)
#38544A
(56,84,74)
#2B4038
(43,64,56)
#1E2C26
(30,44,38)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #93E0C8

#93E0C8
(147,224,200)
#9CE2CD
(156,226,205)
#A5E4D2
(165,228,210)
#AEE6D7
(174,230,215)
#B7E8DC
(183,232,220)
#C0EAE1
(192,234,225)
#C9ECE6
(201,236,230)
#D2EEEB
(210,238,235)
#DBF0F0
(219,240,240)
#E4F2F5
(228,242,245)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E0C8; }

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

This text font color is #93E0C8.

Background Color

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

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

This div background color is #93E0C8.

Border color

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

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

This div border color is #93E0C8.

Opacity

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

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

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

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

This text has shadow with #93E0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E0C8.

Preview

Color preview on black background

This text has color #93E0C8 on black background.


Color preview on white background

This text has color #93E0C8 on white background.


Black color preview on #93E0C8 background

This text has black color on #93E0C8 background.


White color preview on #93E0C8 background

This text has white color on #93E0C8 background.


Related colors

Complementary color

Complementary color for #hex is #6C1F37.


I love getcolorcode.com

Triadic colors

1 #C893E0 and #E0C893 with #93E0C8 are triadic colors.

2 #C8E093 and #E093C8 with #93E0C8 are triadic colors.