COLOR #93E1C9

HEX: #93E1C9
RGB: (147,225,201)

Color info

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

RGB color model

#93E1C9 color RGB value is (147,225,201).

  • red value is 147;
  • green value is 225;
  • blue value is 201.
RGB:
(147,225,201)
(58%,88%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 225 of 255 = 88%
B 201 of 255 = 79%

147
225
201

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

Portions of RGB colors in percentages

R + G + B =
147 + 225 + 201 = 573 (100%)
R 147 of 573 ~ 25.65%
G 225 of 573 ~ 39.27%
B 201 of 573 ~ 35.08%

%25.65
%39.27
%35.08

CMYK color model

#93E1C9 color CMYK value is (35,0,11,12).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 11.76%
CMYK:
(35,0,11,12)
C35M0Y11K12 
(35%,0%,11%,12%)
(0.35/0.00/0.11/0.12)	

CMYK percentages

%34.67
%0
%10.67
%11.76

Codes

Color #93E1C9 in popluar color models

93E1C9
RGB147225201
HSL162°56.52%72.94%
HSB/HSV162°34.67%88.24%
CMYK34.67%0.00%10.67%
11.76%

Color #93E1C9 in popluar number systems.

HEX93E1C9
Decimal147225201
Binary100100111110000111001001
Octal223341311

Shades and tints

Shades of #93E1C9

#93E1C9
(147,225,201)
#86CDB7
(134,205,183)
#79B9A5
(121,185,165)
#6CA593
(108,165,147)
#5F9181
(95,145,129)
#527D6F
(82,125,111)
#45695D
(69,105,93)
#38554B
(56,85,75)
#2B4139
(43,65,57)
#1E2D27
(30,45,39)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #93E1C9

#93E1C9
(147,225,201)
#9CE3CD
(156,227,205)
#A5E5D1
(165,229,209)
#AEE7D5
(174,231,213)
#B7E9D9
(183,233,217)
#C0EBDD
(192,235,221)
#C9EDE1
(201,237,225)
#D2EFE5
(210,239,229)
#DBF1E9
(219,241,233)
#E4F3ED
(228,243,237)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E1C9; }

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

This text font color is #93E1C9.


Background Color

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

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

This div background color is #93E1C9.


Border color

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

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

This div border color is #93E1C9.


Opacity

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

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

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

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

This text has shadow with #93E1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E1C9 on black background.


Color preview on white background

This text has color #93E1C9 on white background.



Black color preview on #93E1C9 background

This text has black color on #93E1C9 background.


White color preview on #93E1C9 background

This text has white color on #93E1C9 background.