COLOR #93E9AB

HEX: #93E9AB RGB: (147,233,171)

Color info

#93E9AB contains mainly green color. Web safe color of #93E9AB is #99FF99 (or #9F9).

RGB color model

#93E9AB color RGB value is (147,233,171).

RGB: (147,233,171) (58%, 91%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 233 of 255 = 91%
B 171 of 255 = 67%

147
233
171

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

Portions of RGB colors in percentages

R + G + B = 147 + 233 + 171 = 551 (100%)
R 147 of 551 ~ 26.68%
G 233 of 551 ~ 42.29%
B 171 of 551 ~ 31.03'%

%26.68
%42.29
%31.03

CMYK color model

#93E9AB color CMYK value is (37,0,27,9).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 8.63%

CMYK: (37,0,27,9)
C37M0Y27K9 (37%, 0%, 27%, 9%)
(0.37 / 0.00 / 0.27 / 0.09)

CMYK percentages

%36.91
%0
%26.61
%8.63

Codes

Color #93E9AB in popluar color models

93 E9 AB
RGB 147 233 171
HSL 137° 66.15% 74.51%
HSB/HSV 137° 36.91% 91.37%
CMYK 36.91% 0.00% 26.61%
8.63%

Color #93E9AB in popluar number systems.

HEX 93 E9 AB
Decimal 147 233 171
Binary 10010011 11101001 10101011
Octal 223 351 253

Shades and tints

Shades of #93E9AB

#93E9AB
(147,233,171)
#86D49C
(134,212,156)
#79BF8D
(121,191,141)
#6CAA7E
(108,170,126)
#5F956F
(95,149,111)
#528060
(82,128,96)
#456B51
(69,107,81)
#385642
(56,86,66)
#2B4133
(43,65,51)
#1E2C24
(30,44,36)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #93E9AB

#93E9AB
(147,233,171)
#9CEBB2
(156,235,178)
#A5EDB9
(165,237,185)
#AEEFC0
(174,239,192)
#B7F1C7
(183,241,199)
#C0F3CE
(192,243,206)
#C9F5D5
(201,245,213)
#D2F7DC
(210,247,220)
#DBF9E3
(219,249,227)
#E4FBEA
(228,251,234)
#EDFDF1
(237,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E9AB color. Also use rgb(147,233,171) instead hex code.

Text Font Color

.myTextColor { color: #93E9AB; }

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

This text font color is #93E9AB.

Background Color

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

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

This div background color is #93E9AB.

Border color

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

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

This div border color is #93E9AB.

Opacity

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

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

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

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

This text has shadow with #93E9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E9AB.

Preview

Color preview on black background

This text has color #93E9AB on black background.


Color preview on white background

This text has color #93E9AB on white background.


Black color preview on #93E9AB background

This text has black color on #93E9AB background.


White color preview on #93E9AB background

This text has white color on #93E9AB background.


Related colors

Complementary color

Complementary color for #hex is #6C1654.


I love getcolorcode.com

Triadic colors

1 #AB93E9 and #E9AB93 with #93E9AB are triadic colors.

2 #ABE993 and #E993AB with #93E9AB are triadic colors.