COLOR #93DF97

HEX: #93DF97
RGB: (147,223,151)

Color info

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

RGB color model

#93DF97 color RGB value is (147,223,151).

  • red value is 147;
  • green value is 223;
  • blue value is 151.
RGB:
(147,223,151)
(58%,87%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 223 of 255 = 87%
B 151 of 255 = 59%

147
223
151

R + G + B ~ 68%. #93DF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 223 + 151 = 521 (100%)
R 147 of 521 ~ 28.21%
G 223 of 521 ~ 42.8%
B 151 of 521 ~ 28.98%

%28.21
%42.8
%28.98

CMYK color model

#93DF97 color CMYK value is (34,0,32,13).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 12.55%
CMYK:
(34,0,32,13)
C34M0Y32K13 
(34%,0%,32%,13%)
(0.34/0.00/0.32/0.13)	

CMYK percentages

%34.08
%0
%32.29
%12.55

Codes

Color #93DF97 in popluar color models

93DF97
RGB147223151
HSL123°54.29%72.55%
HSB/HSV123°34.08%87.45%
CMYK34.08%0.00%32.29%
12.55%

Color #93DF97 in popluar number systems.

HEX93DF97
Decimal147223151
Binary100100111101111110010111
Octal223337227

Shades and tints

Shades of #93DF97

#93DF97
(147,223,151)
#86CB8A
(134,203,138)
#79B77D
(121,183,125)
#6CA370
(108,163,112)
#5F8F63
(95,143,99)
#527B56
(82,123,86)
#456749
(69,103,73)
#38533C
(56,83,60)
#2B3F2F
(43,63,47)
#1E2B22
(30,43,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #93DF97

#93DF97
(147,223,151)
#9CE1A0
(156,225,160)
#A5E3A9
(165,227,169)
#AEE5B2
(174,229,178)
#B7E7BB
(183,231,187)
#C0E9C4
(192,233,196)
#C9EBCD
(201,235,205)
#D2EDD6
(210,237,214)
#DBEFDF
(219,239,223)
#E4F1E8
(228,241,232)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DF97 color. Also use rgb(147,223,151) instead hex code.

Text Font Color

.myTextColor { color: #93DF97; }

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

This text font color is #93DF97.


Background Color

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

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

This div background color is #93DF97.


Border color

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

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

This div border color is #93DF97.


Opacity

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

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

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

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

This text has shadow with #93DF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DF97 on black background.


Color preview on white background

This text has color #93DF97 on white background.



Black color preview on #93DF97 background

This text has black color on #93DF97 background.


White color preview on #93DF97 background

This text has white color on #93DF97 background.