COLOR #93D27D

HEX: #93D27D
RGB: (147,210,125)

Color info

#93D27D contains mainly green color. Web safe color of #93D27D is #99CC66 (or #9C6).

RGB color model

#93D27D color RGB value is (147,210,125).

  • red value is 147;
  • green value is 210;
  • blue value is 125.
RGB:
(147,210,125)
(58%,82%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 210 of 255 = 82%
B 125 of 255 = 49%

147
210
125

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

Portions of RGB colors in percentages

R + G + B =
147 + 210 + 125 = 482 (100%)
R 147 of 482 ~ 30.5%
G 210 of 482 ~ 43.57%
B 125 of 482 ~ 25.93%

%30.5
%43.57
%25.93

CMYK color model

#93D27D color CMYK value is (30,0,40,18).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 17.65%
CMYK:
(30,0,40,18)
C30M0Y40K18 
(30%,0%,40%,18%)
(0.30/0.00/0.40/0.18)	

CMYK percentages

%30
%0
%40.48
%17.65

Codes

Color #93D27D in popluar color models

93D27D
RGB147210125
HSL104°48.57%65.69%
HSB/HSV104°40.48%82.35%
CMYK30.00%0.00%40.48%
17.65%

Color #93D27D in popluar number systems.

HEX93D27D
Decimal147210125
Binary10010011110100101111101
Octal223322175

Shades and tints

Shades of #93D27D

#93D27D
(147,210,125)
#86BF72
(134,191,114)
#79AC67
(121,172,103)
#6C995C
(108,153,92)
#5F8651
(95,134,81)
#527346
(82,115,70)
#45603B
(69,96,59)
#384D30
(56,77,48)
#2B3A25
(43,58,37)
#1E271A
(30,39,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93D27D

#93D27D
(147,210,125)
#9CD688
(156,214,136)
#A5DA93
(165,218,147)
#AEDE9E
(174,222,158)
#B7E2A9
(183,226,169)
#C0E6B4
(192,230,180)
#C9EABF
(201,234,191)
#D2EECA
(210,238,202)
#DBF2D5
(219,242,213)
#E4F6E0
(228,246,224)
#EDFAEB
(237,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D27D color. Also use rgb(147,210,125) instead hex code.

Text Font Color

.myTextColor { color: #93D27D; }

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

This text font color is #93D27D.


Background Color

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

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

This div background color is #93D27D.


Border color

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

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

This div border color is #93D27D.


Opacity

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

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

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

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

This text has shadow with #93D27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D27D on black background.


Color preview on white background

This text has color #93D27D on white background.



Black color preview on #93D27D background

This text has black color on #93D27D background.


White color preview on #93D27D background

This text has white color on #93D27D background.