COLOR #93C38F

HEX: #93C38F
RGB: (147,195,143)

Color info

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

RGB color model

#93C38F color RGB value is (147,195,143).

  • red value is 147;
  • green value is 195;
  • blue value is 143.
RGB:
(147,195,143)
(58%,76%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 143 of 255 = 56%

147
195
143

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

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 143 = 485 (100%)
R 147 of 485 ~ 30.31%
G 195 of 485 ~ 40.21%
B 143 of 485 ~ 29.48%

%30.31
%40.21
%29.48

CMYK color model

#93C38F color CMYK value is (25,0,27,24).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 23.53%
CMYK:
(25,0,27,24)
C25M0Y27K24 
(25%,0%,27%,24%)
(0.25/0.00/0.27/0.24)	

CMYK percentages

%24.62
%0
%26.67
%23.53

Codes

Color #93C38F in popluar color models

93C38F
RGB147195143
HSL115°30.23%66.27%
HSB/HSV115°26.67%76.47%
CMYK24.62%0.00%26.67%
23.53%

Color #93C38F in popluar number systems.

HEX93C38F
Decimal147195143
Binary100100111100001110001111
Octal223303217

Shades and tints

Shades of #93C38F

#93C38F
(147,195,143)
#86B282
(134,178,130)
#79A175
(121,161,117)
#6C9068
(108,144,104)
#5F7F5B
(95,127,91)
#526E4E
(82,110,78)
#455D41
(69,93,65)
#384C34
(56,76,52)
#2B3B27
(43,59,39)
#1E2A1A
(30,42,26)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #93C38F

#93C38F
(147,195,143)
#9CC899
(156,200,153)
#A5CDA3
(165,205,163)
#AED2AD
(174,210,173)
#B7D7B7
(183,215,183)
#C0DCC1
(192,220,193)
#C9E1CB
(201,225,203)
#D2E6D5
(210,230,213)
#DBEBDF
(219,235,223)
#E4F0E9
(228,240,233)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C38F color. Also use rgb(147,195,143) instead hex code.

Text Font Color

.myTextColor { color: #93C38F; }

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

This text font color is #93C38F.


Background Color

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

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

This div background color is #93C38F.


Border color

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

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

This div border color is #93C38F.


Opacity

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

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

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

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

This text has shadow with #93C38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C38F on black background.


Color preview on white background

This text has color #93C38F on white background.



Black color preview on #93C38F background

This text has black color on #93C38F background.


White color preview on #93C38F background

This text has white color on #93C38F background.