COLOR #93CA84

HEX: #93CA84
RGB: (147,202,132)

Color info

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

RGB color model

#93CA84 color RGB value is (147,202,132).

  • red value is 147;
  • green value is 202;
  • blue value is 132.
RGB:
(147,202,132)
(58%,79%,52%)

RGB channels and saturation

R 147 of 255 = 58%
G 202 of 255 = 79%
B 132 of 255 = 52%

147
202
132

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

Portions of RGB colors in percentages

R + G + B =
147 + 202 + 132 = 481 (100%)
R 147 of 481 ~ 30.56%
G 202 of 481 ~ 42%
B 132 of 481 ~ 27.44%

%30.56
%42
%27.44

CMYK color model

#93CA84 color CMYK value is (27,0,35,21).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(27,0,35,21)
C27M0Y35K21 
(27%,0%,35%,21%)
(0.27/0.00/0.35/0.21)	

CMYK percentages

%27.23
%0
%34.65
%20.78

Codes

Color #93CA84 in popluar color models

93CA84
RGB147202132
HSL107°39.77%65.49%
HSB/HSV107°34.65%79.22%
CMYK27.23%0.00%34.65%
20.78%

Color #93CA84 in popluar number systems.

HEX93CA84
Decimal147202132
Binary100100111100101010000100
Octal223312204

Shades and tints

Shades of #93CA84

#93CA84
(147,202,132)
#86B878
(134,184,120)
#79A66C
(121,166,108)
#6C9460
(108,148,96)
#5F8254
(95,130,84)
#527048
(82,112,72)
#455E3C
(69,94,60)
#384C30
(56,76,48)
#2B3A24
(43,58,36)
#1E2818
(30,40,24)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #93CA84

#93CA84
(147,202,132)
#9CCE8F
(156,206,143)
#A5D29A
(165,210,154)
#AED6A5
(174,214,165)
#B7DAB0
(183,218,176)
#C0DEBB
(192,222,187)
#C9E2C6
(201,226,198)
#D2E6D1
(210,230,209)
#DBEADC
(219,234,220)
#E4EEE7
(228,238,231)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CA84 color. Also use rgb(147,202,132) instead hex code.

Text Font Color

.myTextColor { color: #93CA84; }

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

This text font color is #93CA84.


Background Color

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

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

This div background color is #93CA84.


Border color

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

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

This div border color is #93CA84.


Opacity

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

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

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

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

This text has shadow with #93CA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CA84 on black background.


Color preview on white background

This text has color #93CA84 on white background.



Black color preview on #93CA84 background

This text has black color on #93CA84 background.


White color preview on #93CA84 background

This text has white color on #93CA84 background.