COLOR #93BA82

HEX: #93BA82
RGB: (147,186,130)

Color info

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

RGB color model

#93BA82 color RGB value is (147,186,130).

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

RGB channels and saturation

R 147 of 255 = 58%
G 186 of 255 = 73%
B 130 of 255 = 51%

147
186
130

R + G + B ~ 61%. #93BA82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 186 + 130 = 463 (100%)
R 147 of 463 ~ 31.75%
G 186 of 463 ~ 40.17%
B 130 of 463 ~ 28.08%

%31.75
%40.17
%28.08

CMYK color model

#93BA82 color CMYK value is (21,0,30,27).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 27.06%
CMYK:
(21,0,30,27)
C21M0Y30K27 
(21%,0%,30%,27%)
(0.21/0.00/0.30/0.27)	

CMYK percentages

%20.97
%0
%30.11
%27.06

Codes

Color #93BA82 in popluar color models

93BA82
RGB147186130
HSL102°28.87%61.96%
HSB/HSV102°30.11%72.94%
CMYK20.97%0.00%30.11%
27.06%

Color #93BA82 in popluar number systems.

HEX93BA82
Decimal147186130
Binary100100111011101010000010
Octal223272202

Shades and tints

Shades of #93BA82

#93BA82
(147,186,130)
#86AA77
(134,170,119)
#799A6C
(121,154,108)
#6C8A61
(108,138,97)
#5F7A56
(95,122,86)
#526A4B
(82,106,75)
#455A40
(69,90,64)
#384A35
(56,74,53)
#2B3A2A
(43,58,42)
#1E2A1F
(30,42,31)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #93BA82

#93BA82
(147,186,130)
#9CC08D
(156,192,141)
#A5C698
(165,198,152)
#AECCA3
(174,204,163)
#B7D2AE
(183,210,174)
#C0D8B9
(192,216,185)
#C9DEC4
(201,222,196)
#D2E4CF
(210,228,207)
#DBEADA
(219,234,218)
#E4F0E5
(228,240,229)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BA82; }

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

This text font color is #93BA82.


Background Color

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

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

This div background color is #93BA82.


Border color

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

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

This div border color is #93BA82.


Opacity

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

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

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

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

This text has shadow with #93BA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BA82 on black background.


Color preview on white background

This text has color #93BA82 on white background.



Black color preview on #93BA82 background

This text has black color on #93BA82 background.


White color preview on #93BA82 background

This text has white color on #93BA82 background.