COLOR #93DEA4

HEX: #93DEA4 RGB: (147,222,164)

Color info

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

RGB color model

#93DEA4 color RGB value is (147,222,164).

RGB: (147,222,164) (58%, 87%, 64%)

RGB channels and saturation

R 147 of 255 = 58%
G 222 of 255 = 87%
B 164 of 255 = 64%

147
222
164

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

Portions of RGB colors in percentages

R + G + B = 147 + 222 + 164 = 533 (100%)
R 147 of 533 ~ 27.58%
G 222 of 533 ~ 41.65%
B 164 of 533 ~ 30.77'%

%27.58
%41.65
%30.77

CMYK color model

#93DEA4 color CMYK value is (34,0,26,13).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK: (34,0,26,13) C34M0Y26K13 (34%,0%,26%,13%) (0.34/0.00/0.26/0.13) 

CMYK percentages

%33.78
%0
%26.13
%12.94

Codes

Color #93DEA4 in popluar color models

93 DE A4
RGB 147 222 164
HSL 134° 53.19% 72.35%
HSB/HSV 134° 33.78% 87.06%
CMYK 33.78% 0.00% 26.13%
12.94%

Color #93DEA4 in popluar number systems.

HEX 93 DE A4
Decimal 147 222 164
Binary 10010011 11011110 10100100
Octal 223 336 244

Shades and tints

Shades of #93DEA4

#93DEA4
(147,222,164)
#86CA96
(134,202,150)
#79B688
(121,182,136)
#6CA27A
(108,162,122)
#5F8E6C
(95,142,108)
#527A5E
(82,122,94)
#456650
(69,102,80)
#385242
(56,82,66)
#2B3E34
(43,62,52)
#1E2A26
(30,42,38)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #93DEA4

#93DEA4
(147,222,164)
#9CE1AC
(156,225,172)
#A5E4B4
(165,228,180)
#AEE7BC
(174,231,188)
#B7EAC4
(183,234,196)
#C0EDCC
(192,237,204)
#C9F0D4
(201,240,212)
#D2F3DC
(210,243,220)
#DBF6E4
(219,246,228)
#E4F9EC
(228,249,236)
#EDFCF4
(237,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DEA4; }

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

This text font color is #93DEA4.

Background Color

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

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

This div background color is #93DEA4.

Border color

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

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

This div border color is #93DEA4.

Opacity

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

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

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

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

This text has shadow with #93DEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DEA4.

Preview

Color preview on black background

This text has color #93DEA4 on black background.


Color preview on white background

This text has color #93DEA4 on white background.


Black color preview on #93DEA4 background

This text has black color on #93DEA4 background.


White color preview on #93DEA4 background

This text has white color on #93DEA4 background.


Related colors

Complementary color

Complementary color for #hex is #6C215B.


I love getcolorcode.com

Triadic colors

1 #A493DE and #DEA493 with #93DEA4 are triadic colors.

2 #A4DE93 and #DE93A4 with #93DEA4 are triadic colors.