COLOR #93AC8D

HEX: #93AC8D
RGB: (147,172,141)

Color info

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

RGB color model

#93AC8D color RGB value is (147,172,141).

  • red value is 147;
  • green value is 172;
  • blue value is 141.
RGB:
(147,172,141)
(58%,67%,55%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 141 of 255 = 55%

147
172
141

R + G + B ~ 60%. #93AC8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 141 = 460 (100%)
R 147 of 460 ~ 31.96%
G 172 of 460 ~ 37.39%
B 141 of 460 ~ 30.65%

%31.96
%37.39
%30.65

CMYK color model

#93AC8D color CMYK value is (15,0,18,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(15,0,18,33)
C15M0Y18K33 
(15%,0%,18%,33%)
(0.15/0.00/0.18/0.33)	

CMYK percentages

%14.53
%0
%18.02
%32.55

Codes

Color #93AC8D in popluar color models

93AC8D
RGB147172141
HSL108°15.74%61.37%
HSB/HSV108°18.02%67.45%
CMYK14.53%0.00%18.02%
32.55%

Color #93AC8D in popluar number systems.

HEX93AC8D
Decimal147172141
Binary100100111010110010001101
Octal223254215

Shades and tints

Shades of #93AC8D

#93AC8D
(147,172,141)
#869D81
(134,157,129)
#798E75
(121,142,117)
#6C7F69
(108,127,105)
#5F705D
(95,112,93)
#526151
(82,97,81)
#455245
(69,82,69)
#384339
(56,67,57)
#2B342D
(43,52,45)
#1E2521
(30,37,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93AC8D

#93AC8D
(147,172,141)
#9CB397
(156,179,151)
#A5BAA1
(165,186,161)
#AEC1AB
(174,193,171)
#B7C8B5
(183,200,181)
#C0CFBF
(192,207,191)
#C9D6C9
(201,214,201)
#D2DDD3
(210,221,211)
#DBE4DD
(219,228,221)
#E4EBE7
(228,235,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AC8D; }

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

This text font color is #93AC8D.


Background Color

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

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

This div background color is #93AC8D.


Border color

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

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

This div border color is #93AC8D.


Opacity

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

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

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

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

This text has shadow with #93AC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AC8D on black background.


Color preview on white background

This text has color #93AC8D on white background.



Black color preview on #93AC8D background

This text has black color on #93AC8D background.


White color preview on #93AC8D background

This text has white color on #93AC8D background.