COLOR #93D68D

HEX: #93D68D RGB: (147,214,141)

Color info

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

RGB color model

#93D68D color RGB value is (147,214,141).

RGB: (147,214,141) (58%, 84%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 214 of 255 = 84%
B 141 of 255 = 55%

147
214
141

R + G + B ~ 66%. #93D68D is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 214 + 141 = 502 (100%)
R 147 of 502 ~ 29.28%
G 214 of 502 ~ 42.63%
B 141 of 502 ~ 28.09'%

%29.28
%42.63
%28.09

CMYK color model

#93D68D color CMYK value is (31,0,34,16).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 16.08%

CMYK: (31,0,34,16)
C31M0Y34K16 (31%, 0%, 34%, 16%)
(0.31 / 0.00 / 0.34 / 0.16)

CMYK percentages

%31.31
%0
%34.11
%16.08

Codes

Color #93D68D in popluar color models

93 D6 8D
RGB 147 214 141
HSL 115° 47.10% 69.61%
HSB/HSV 115° 34.11% 83.92%
CMYK 31.31% 0.00% 34.11%
16.08%

Color #93D68D in popluar number systems.

HEX 93 D6 8D
Decimal 147 214 141
Binary 10010011 11010110 10001101
Octal 223 326 215

Shades and tints

Shades of #93D68D

#93D68D
(147,214,141)
#86C381
(134,195,129)
#79B075
(121,176,117)
#6C9D69
(108,157,105)
#5F8A5D
(95,138,93)
#527751
(82,119,81)
#456445
(69,100,69)
#385139
(56,81,57)
#2B3E2D
(43,62,45)
#1E2B21
(30,43,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #93D68D

#93D68D
(147,214,141)
#9CD997
(156,217,151)
#A5DCA1
(165,220,161)
#AEDFAB
(174,223,171)
#B7E2B5
(183,226,181)
#C0E5BF
(192,229,191)
#C9E8C9
(201,232,201)
#D2EBD3
(210,235,211)
#DBEEDD
(219,238,221)
#E4F1E7
(228,241,231)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D68D color. Also use rgb(147,214,141) instead hex code.

Text Font Color

.myTextColor { color: #93D68D; }

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

This text font color is #93D68D.

Background Color

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

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

This div background color is #93D68D.

Border color

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

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

This div border color is #93D68D.

Opacity

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

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

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

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

This text has shadow with #93D68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D68D.

Preview

Color preview on black background

This text has color #93D68D on black background.


Color preview on white background

This text has color #93D68D on white background.


Black color preview on #93D68D background

This text has black color on #93D68D background.


White color preview on #93D68D background

This text has white color on #93D68D background.


Related colors

Complementary color

Complementary color for #hex is #6C2972.


I love getcolorcode.com

Triadic colors

1 #8D93D6 and #D68D93 with #93D68D are triadic colors.

2 #8DD693 and #D6938D with #93D68D are triadic colors.