COLOR #93E4AF

HEX: #93E4AF RGB: (147,228,175)

Color info

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

RGB color model

#93E4AF color RGB value is (147,228,175).

RGB: (147,228,175) (58%, 89%, 69%)

RGB channels and saturation

R 147 of 255 = 58%
G 228 of 255 = 89%
B 175 of 255 = 69%

147
228
175

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

Portions of RGB colors in percentages

R + G + B = 147 + 228 + 175 = 550 (100%)
R 147 of 550 ~ 26.73%
G 228 of 550 ~ 41.45%
B 175 of 550 ~ 31.82'%

%26.73
%41.45
%31.82

CMYK color model

#93E4AF color CMYK value is (36,0,23,11).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK: (36,0,23,11) C36M0Y23K11 (36%,0%,23%,11%) (0.36/0.00/0.23/0.11) 

CMYK percentages

%35.53
%0
%23.25
%10.59

Codes

Color #93E4AF in popluar color models

93 E4 AF
RGB 147 228 175
HSL 141° 60.00% 73.53%
HSB/HSV 141° 35.53% 89.41%
CMYK 35.53% 0.00% 23.25%
10.59%

Color #93E4AF in popluar number systems.

HEX 93 E4 AF
Decimal 147 228 175
Binary 10010011 11100100 10101111
Octal 223 344 257

Shades and tints

Shades of #93E4AF

#93E4AF
(147,228,175)
#86D0A0
(134,208,160)
#79BC91
(121,188,145)
#6CA882
(108,168,130)
#5F9473
(95,148,115)
#528064
(82,128,100)
#456C55
(69,108,85)
#385846
(56,88,70)
#2B4437
(43,68,55)
#1E3028
(30,48,40)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #93E4AF

#93E4AF
(147,228,175)
#9CE6B6
(156,230,182)
#A5E8BD
(165,232,189)
#AEEAC4
(174,234,196)
#B7ECCB
(183,236,203)
#C0EED2
(192,238,210)
#C9F0D9
(201,240,217)
#D2F2E0
(210,242,224)
#DBF4E7
(219,244,231)
#E4F6EE
(228,246,238)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E4AF color. Also use rgb(147,228,175) instead hex code.

Text Font Color

.myTextColor { color: #93E4AF; }

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

This text font color is #93E4AF.

Background Color

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

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

This div background color is #93E4AF.

Border color

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

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

This div border color is #93E4AF.

Opacity

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

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

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

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

This text has shadow with #93E4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E4AF.

Preview

Color preview on black background

This text has color #93E4AF on black background.


Color preview on white background

This text has color #93E4AF on white background.


Black color preview on #93E4AF background

This text has black color on #93E4AF background.


White color preview on #93E4AF background

This text has white color on #93E4AF background.


Related colors

Complementary color

Complementary color for #hex is #6C1B50.


I love getcolorcode.com

Triadic colors

1 #AF93E4 and #E4AF93 with #93E4AF are triadic colors.

2 #AFE493 and #E493AF with #93E4AF are triadic colors.