COLOR #93B393

HEX: #93B393
RGB: (147,179,147)

Color info

#93B393 contains red, green and blue colors in about the same proportion. Web safe color of #93B393 is #999999 (or #999).

RGB color model

#93B393 color RGB value is (147,179,147).

  • red value is 147;
  • green value is 179;
  • blue value is 147.
RGB:
(147,179,147)
(58%,70%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 147 of 255 = 58%

147
179
147

R + G + B ~ 62%. #93B393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 147 = 473 (100%)
R 147 of 473 ~ 31.08%
G 179 of 473 ~ 37.84%
B 147 of 473 ~ 31.08%

%31.08
%37.84
%31.08

CMYK color model

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

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(18,0,18,30)
C18M0Y18K30 
(18%,0%,18%,30%)
(0.18/0.00/0.18/0.30)	

CMYK percentages

%17.88
%0
%17.88
%29.8

Codes

Color #93B393 in popluar color models

93B393
RGB147179147
HSL120°17.39%63.92%
HSB/HSV120°17.88%70.20%
CMYK17.88%0.00%17.88%
29.80%

Color #93B393 in popluar number systems.

HEX93B393
Decimal147179147
Binary100100111011001110010011
Octal223263223

Shades and tints

Shades of #93B393

#93B393
(147,179,147)
#86A386
(134,163,134)
#799379
(121,147,121)
#6C836C
(108,131,108)
#5F735F
(95,115,95)
#526352
(82,99,82)
#455345
(69,83,69)
#384338
(56,67,56)
#2B332B
(43,51,43)
#1E231E
(30,35,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #93B393

#93B393
(147,179,147)
#9CB99C
(156,185,156)
#A5BFA5
(165,191,165)
#AEC5AE
(174,197,174)
#B7CBB7
(183,203,183)
#C0D1C0
(192,209,192)
#C9D7C9
(201,215,201)
#D2DDD2
(210,221,210)
#DBE3DB
(219,227,219)
#E4E9E4
(228,233,228)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B393; }

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

This text font color is #93B393.


Background Color

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

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

This div background color is #93B393.


Border color

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

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

This div border color is #93B393.


Opacity

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

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

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

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

This text has shadow with #93B393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B393 on black background.


Color preview on white background

This text has color #93B393 on white background.



Black color preview on #93B393 background

This text has black color on #93B393 background.


White color preview on #93B393 background

This text has white color on #93B393 background.