COLOR #93E3AD

HEX: #93E3AD
RGB: (147,227,173)

Color info

#93E3AD contains mainly green and blue colors. Web safe color of #93E3AD is #99CC99 (or #9C9).

RGB color model

#93E3AD color RGB value is (147,227,173).

  • red value is 147;
  • green value is 227;
  • blue value is 173.
RGB:
(147,227,173)
(58%,89%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 227 of 255 = 89%
B 173 of 255 = 68%

147
227
173

R + G + B ~ 72%. #93E3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 227 + 173 = 547 (100%)
R 147 of 547 ~ 26.87%
G 227 of 547 ~ 41.5%
B 173 of 547 ~ 31.63%

%26.87
%41.5
%31.63

CMYK color model

#93E3AD color CMYK value is (35,0,24,11).

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(35,0,24,11)
C35M0Y24K11 
(35%,0%,24%,11%)
(0.35/0.00/0.24/0.11)	

CMYK percentages

%35.24
%0
%23.79
%10.98

Codes

Color #93E3AD in popluar color models

93E3AD
RGB147227173
HSL140°58.82%73.33%
HSB/HSV140°35.24%89.02%
CMYK35.24%0.00%23.79%
10.98%

Color #93E3AD in popluar number systems.

HEX93E3AD
Decimal147227173
Binary100100111110001110101101
Octal223343255

Shades and tints

Shades of #93E3AD

#93E3AD
(147,227,173)
#86CF9E
(134,207,158)
#79BB8F
(121,187,143)
#6CA780
(108,167,128)
#5F9371
(95,147,113)
#527F62
(82,127,98)
#456B53
(69,107,83)
#385744
(56,87,68)
#2B4335
(43,67,53)
#1E2F26
(30,47,38)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #93E3AD

#93E3AD
(147,227,173)
#9CE5B4
(156,229,180)
#A5E7BB
(165,231,187)
#AEE9C2
(174,233,194)
#B7EBC9
(183,235,201)
#C0EDD0
(192,237,208)
#C9EFD7
(201,239,215)
#D2F1DE
(210,241,222)
#DBF3E5
(219,243,229)
#E4F5EC
(228,245,236)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E3AD color. Also use rgb(147,227,173) instead hex code.

Text Font Color

.myTextColor { color: #93E3AD; }

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

This text font color is #93E3AD.


Background Color

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

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

This div background color is #93E3AD.


Border color

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

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

This div border color is #93E3AD.


Opacity

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

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

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

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

This text has shadow with #93E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E3AD on black background.


Color preview on white background

This text has color #93E3AD on white background.



Black color preview on #93E3AD background

This text has black color on #93E3AD background.


White color preview on #93E3AD background

This text has white color on #93E3AD background.