COLOR #93CC8D

HEX: #93CC8D RGB: (147,204,141)

Color info

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

RGB color model

#93CC8D color RGB value is (147,204,141).

RGB: (147,204,141) (58%, 80%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 204 of 255 = 80%
B 141 of 255 = 55%

147
204
141

R + G + B ~ 64%. #93CC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 204 + 141 = 492 (100%)
R 147 of 492 ~ 29.88%
G 204 of 492 ~ 41.46%
B 141 of 492 ~ 28.66'%

%29.88
%41.46
%28.66

CMYK color model

#93CC8D color CMYK value is (28,0,31,20).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 20.00%

CMYK: (28,0,31,20)
C28M0Y31K20 (28%, 0%, 31%, 20%)
(0.28 / 0.00 / 0.31 / 0.20)

CMYK percentages

%27.94
%0
%30.88
%20

Codes

Color #93CC8D in popluar color models

93 CC 8D
RGB 147 204 141
HSL 114° 38.18% 67.65%
HSB/HSV 114° 30.88% 80.00%
CMYK 27.94% 0.00% 30.88%
20.00%

Color #93CC8D in popluar number systems.

HEX 93 CC 8D
Decimal 147 204 141
Binary 10010011 11001100 10001101
Octal 223 314 215

Shades and tints

Shades of #93CC8D

#93CC8D
(147,204,141)
#86BA81
(134,186,129)
#79A875
(121,168,117)
#6C9669
(108,150,105)
#5F845D
(95,132,93)
#527251
(82,114,81)
#456045
(69,96,69)
#384E39
(56,78,57)
#2B3C2D
(43,60,45)
#1E2A21
(30,42,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #93CC8D

#93CC8D
(147,204,141)
#9CD097
(156,208,151)
#A5D4A1
(165,212,161)
#AED8AB
(174,216,171)
#B7DCB5
(183,220,181)
#C0E0BF
(192,224,191)
#C9E4C9
(201,228,201)
#D2E8D3
(210,232,211)
#DBECDD
(219,236,221)
#E4F0E7
(228,240,231)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CC8D; }

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

This text font color is #93CC8D.

Background Color

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

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

This div background color is #93CC8D.

Border color

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

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

This div border color is #93CC8D.

Opacity

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

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

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

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

This text has shadow with #93CC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CC8D.

Preview

Color preview on black background

This text has color #93CC8D on black background.


Color preview on white background

This text has color #93CC8D on white background.


Black color preview on #93CC8D background

This text has black color on #93CC8D background.


White color preview on #93CC8D background

This text has white color on #93CC8D background.


Related colors

Complementary color

Complementary color for #hex is #6C3372.


I love getcolorcode.com

Triadic colors

1 #8D93CC and #CC8D93 with #93CC8D are triadic colors.

2 #8DCC93 and #CC938D with #93CC8D are triadic colors.