COLOR #93C48D

HEX: #93C48D
RGB: (147,196,141)

Color info

#93C48D contains red, green and blue colors in about the same proportion. Web safe color of #93C48D is #99CC99 (or #9C9).

RGB color model

#93C48D color RGB value is (147,196,141).

  • red value is 147;
  • green value is 196;
  • blue value is 141.
RGB:
(147,196,141)
(58%,77%,55%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 141 of 255 = 55%

147
196
141

R + G + B ~ 63%. #93C48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 141 = 484 (100%)
R 147 of 484 ~ 30.37%
G 196 of 484 ~ 40.5%
B 141 of 484 ~ 29.13%

%30.37
%40.5
%29.13

CMYK color model

#93C48D color CMYK value is (25,0,28,23).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(25,0,28,23)
C25M0Y28K23 
(25%,0%,28%,23%)
(0.25/0.00/0.28/0.23)	

CMYK percentages

%25
%0
%28.06
%23.14

Codes

Color #93C48D in popluar color models

93C48D
RGB147196141
HSL113°31.79%66.08%
HSB/HSV113°28.06%76.86%
CMYK25.00%0.00%28.06%
23.14%

Color #93C48D in popluar number systems.

HEX93C48D
Decimal147196141
Binary100100111100010010001101
Octal223304215

Shades and tints

Shades of #93C48D

#93C48D
(147,196,141)
#86B381
(134,179,129)
#79A275
(121,162,117)
#6C9169
(108,145,105)
#5F805D
(95,128,93)
#526F51
(82,111,81)
#455E45
(69,94,69)
#384D39
(56,77,57)
#2B3C2D
(43,60,45)
#1E2B21
(30,43,33)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #93C48D

#93C48D
(147,196,141)
#9CC997
(156,201,151)
#A5CEA1
(165,206,161)
#AED3AB
(174,211,171)
#B7D8B5
(183,216,181)
#C0DDBF
(192,221,191)
#C9E2C9
(201,226,201)
#D2E7D3
(210,231,211)
#DBECDD
(219,236,221)
#E4F1E7
(228,241,231)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C48D; }

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

This text font color is #93C48D.


Background Color

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

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

This div background color is #93C48D.


Border color

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

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

This div border color is #93C48D.


Opacity

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

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

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

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

This text has shadow with #93C48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C48D on black background.


Color preview on white background

This text has color #93C48D on white background.



Black color preview on #93C48D background

This text has black color on #93C48D background.


White color preview on #93C48D background

This text has white color on #93C48D background.