COLOR #93E3A4

HEX: #93E3A4
RGB: (147,227,164)

Color info

#93E3A4 contains mainly green color. Web safe color of #93E3A4 is #99CC99 (or #9C9).

RGB color model

#93E3A4 color RGB value is (147,227,164).

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

RGB channels and saturation

R 147 of 255 = 58%
G 227 of 255 = 89%
B 164 of 255 = 64%

147
227
164

R + G + B ~ 70%. #93E3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 227 + 164 = 538 (100%)
R 147 of 538 ~ 27.32%
G 227 of 538 ~ 42.19%
B 164 of 538 ~ 30.48%

%27.32
%42.19
%30.48

CMYK color model

#93E3A4 color CMYK value is (35,0,28,11).

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(35,0,28,11)
C35M0Y28K11 
(35%,0%,28%,11%)
(0.35/0.00/0.28/0.11)	

CMYK percentages

%35.24
%0
%27.75
%10.98

Codes

Color #93E3A4 in popluar color models

93E3A4
RGB147227164
HSL133°58.82%73.33%
HSB/HSV133°35.24%89.02%
CMYK35.24%0.00%27.75%
10.98%

Color #93E3A4 in popluar number systems.

HEX93E3A4
Decimal147227164
Binary100100111110001110100100
Octal223343244

Shades and tints

Shades of #93E3A4

#93E3A4
(147,227,164)
#86CF96
(134,207,150)
#79BB88
(121,187,136)
#6CA77A
(108,167,122)
#5F936C
(95,147,108)
#527F5E
(82,127,94)
#456B50
(69,107,80)
#385742
(56,87,66)
#2B4334
(43,67,52)
#1E2F26
(30,47,38)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #93E3A4

#93E3A4
(147,227,164)
#9CE5AC
(156,229,172)
#A5E7B4
(165,231,180)
#AEE9BC
(174,233,188)
#B7EBC4
(183,235,196)
#C0EDCC
(192,237,204)
#C9EFD4
(201,239,212)
#D2F1DC
(210,241,220)
#DBF3E4
(219,243,228)
#E4F5EC
(228,245,236)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E3A4; }

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

This text font color is #93E3A4.


Background Color

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

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

This div background color is #93E3A4.


Border color

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

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

This div border color is #93E3A4.


Opacity

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

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

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

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

This text has shadow with #93E3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E3A4 on black background.


Color preview on white background

This text has color #93E3A4 on white background.



Black color preview on #93E3A4 background

This text has black color on #93E3A4 background.


White color preview on #93E3A4 background

This text has white color on #93E3A4 background.