COLOR #93E6C0

HEX: #93E6C0
RGB: (147,230,192)

Color info

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

RGB color model

#93E6C0 color RGB value is (147,230,192).

  • red value is 147;
  • green value is 230;
  • blue value is 192.
RGB:
(147,230,192)
(58%,90%,75%)

RGB channels and saturation

R 147 of 255 = 58%
G 230 of 255 = 90%
B 192 of 255 = 75%

147
230
192

R + G + B ~ 74%. #93E6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 230 + 192 = 569 (100%)
R 147 of 569 ~ 25.83%
G 230 of 569 ~ 40.42%
B 192 of 569 ~ 33.74%

%25.83
%40.42
%33.74

CMYK color model

#93E6C0 color CMYK value is (36,0,17,10).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(36,0,17,10)
C36M0Y17K10 
(36%,0%,17%,10%)
(0.36/0.00/0.17/0.10)	

CMYK percentages

%36.09
%0
%16.52
%9.8

Codes

Color #93E6C0 in popluar color models

93E6C0
RGB147230192
HSL153°62.41%73.92%
HSB/HSV153°36.09%90.20%
CMYK36.09%0.00%16.52%
9.80%

Color #93E6C0 in popluar number systems.

HEX93E6C0
Decimal147230192
Binary100100111110011011000000
Octal223346300

Shades and tints

Shades of #93E6C0

#93E6C0
(147,230,192)
#86D2AF
(134,210,175)
#79BE9E
(121,190,158)
#6CAA8D
(108,170,141)
#5F967C
(95,150,124)
#52826B
(82,130,107)
#456E5A
(69,110,90)
#385A49
(56,90,73)
#2B4638
(43,70,56)
#1E3227
(30,50,39)
#111E16
(17,30,22)
#000000
(0,0,0)

Tints of #93E6C0

#93E6C0
(147,230,192)
#9CE8C5
(156,232,197)
#A5EACA
(165,234,202)
#AEECCF
(174,236,207)
#B7EED4
(183,238,212)
#C0F0D9
(192,240,217)
#C9F2DE
(201,242,222)
#D2F4E3
(210,244,227)
#DBF6E8
(219,246,232)
#E4F8ED
(228,248,237)
#EDFAF2
(237,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E6C0 color. Also use rgb(147,230,192) instead hex code.

Text Font Color

.myTextColor { color: #93E6C0; }

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

This text font color is #93E6C0.


Background Color

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

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

This div background color is #93E6C0.


Border color

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

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

This div border color is #93E6C0.


Opacity

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

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

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

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

This text has shadow with #93E6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E6C0 on black background.


Color preview on white background

This text has color #93E6C0 on white background.



Black color preview on #93E6C0 background

This text has black color on #93E6C0 background.


White color preview on #93E6C0 background

This text has white color on #93E6C0 background.