COLOR #93CB82

HEX: #93CB82
RGB: (147,203,130)

Color info

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

RGB color model

#93CB82 color RGB value is (147,203,130).

  • red value is 147;
  • green value is 203;
  • blue value is 130.
RGB:
(147,203,130)
(58%,80%,51%)

RGB channels and saturation

R 147 of 255 = 58%
G 203 of 255 = 80%
B 130 of 255 = 51%

147
203
130

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

Portions of RGB colors in percentages

R + G + B =
147 + 203 + 130 = 480 (100%)
R 147 of 480 ~ 30.63%
G 203 of 480 ~ 42.29%
B 130 of 480 ~ 27.08%

%30.63
%42.29
%27.08

CMYK color model

#93CB82 color CMYK value is (28,0,36,20).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 20.39%
CMYK:
(28,0,36,20)
C28M0Y36K20 
(28%,0%,36%,20%)
(0.28/0.00/0.36/0.20)	

CMYK percentages

%27.59
%0
%35.96
%20.39

Codes

Color #93CB82 in popluar color models

93CB82
RGB147203130
HSL106°41.24%65.29%
HSB/HSV106°35.96%79.61%
CMYK27.59%0.00%35.96%
20.39%

Color #93CB82 in popluar number systems.

HEX93CB82
Decimal147203130
Binary100100111100101110000010
Octal223313202

Shades and tints

Shades of #93CB82

#93CB82
(147,203,130)
#86B977
(134,185,119)
#79A76C
(121,167,108)
#6C9561
(108,149,97)
#5F8356
(95,131,86)
#52714B
(82,113,75)
#455F40
(69,95,64)
#384D35
(56,77,53)
#2B3B2A
(43,59,42)
#1E291F
(30,41,31)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #93CB82

#93CB82
(147,203,130)
#9CCF8D
(156,207,141)
#A5D398
(165,211,152)
#AED7A3
(174,215,163)
#B7DBAE
(183,219,174)
#C0DFB9
(192,223,185)
#C9E3C4
(201,227,196)
#D2E7CF
(210,231,207)
#DBEBDA
(219,235,218)
#E4EFE5
(228,239,229)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CB82 color. Also use rgb(147,203,130) instead hex code.

Text Font Color

.myTextColor { color: #93CB82; }

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

This text font color is #93CB82.


Background Color

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

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

This div background color is #93CB82.


Border color

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

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

This div border color is #93CB82.


Opacity

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

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

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

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

This text has shadow with #93CB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CB82 on black background.


Color preview on white background

This text has color #93CB82 on white background.



Black color preview on #93CB82 background

This text has black color on #93CB82 background.


White color preview on #93CB82 background

This text has white color on #93CB82 background.