COLOR #93B586

HEX: #93B586
RGB: (147,181,134)

Color info

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

RGB color model

#93B586 color RGB value is (147,181,134).

  • red value is 147;
  • green value is 181;
  • blue value is 134.
RGB:
(147,181,134)
(58%,71%,53%)

RGB channels and saturation

R 147 of 255 = 58%
G 181 of 255 = 71%
B 134 of 255 = 53%

147
181
134

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

Portions of RGB colors in percentages

R + G + B =
147 + 181 + 134 = 462 (100%)
R 147 of 462 ~ 31.82%
G 181 of 462 ~ 39.18%
B 134 of 462 ~ 29%

%31.82
%39.18
%29

CMYK color model

#93B586 color CMYK value is (19,0,26,29).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(19,0,26,29)
C19M0Y26K29 
(19%,0%,26%,29%)
(0.19/0.00/0.26/0.29)	

CMYK percentages

%18.78
%0
%25.97
%29.02

Codes

Color #93B586 in popluar color models

93B586
RGB147181134
HSL103°24.10%61.76%
HSB/HSV103°25.97%70.98%
CMYK18.78%0.00%25.97%
29.02%

Color #93B586 in popluar number systems.

HEX93B586
Decimal147181134
Binary100100111011010110000110
Octal223265206

Shades and tints

Shades of #93B586

#93B586
(147,181,134)
#86A57A
(134,165,122)
#79956E
(121,149,110)
#6C8562
(108,133,98)
#5F7556
(95,117,86)
#52654A
(82,101,74)
#45553E
(69,85,62)
#384532
(56,69,50)
#2B3526
(43,53,38)
#1E251A
(30,37,26)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #93B586

#93B586
(147,181,134)
#9CBB91
(156,187,145)
#A5C19C
(165,193,156)
#AEC7A7
(174,199,167)
#B7CDB2
(183,205,178)
#C0D3BD
(192,211,189)
#C9D9C8
(201,217,200)
#D2DFD3
(210,223,211)
#DBE5DE
(219,229,222)
#E4EBE9
(228,235,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B586; }

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

This text font color is #93B586.


Background Color

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

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

This div background color is #93B586.


Border color

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

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

This div border color is #93B586.


Opacity

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

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

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

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

This text has shadow with #93B586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B586 on black background.


Color preview on white background

This text has color #93B586 on white background.



Black color preview on #93B586 background

This text has black color on #93B586 background.


White color preview on #93B586 background

This text has white color on #93B586 background.