COLOR #93AA7C

HEX: #93AA7C
RGB: (147,170,124)

Color info

#93AA7C contains red, green and blue colors in about the same proportion. Web safe color of #93AA7C is #999966 (or #996).

RGB color model

#93AA7C color RGB value is (147,170,124).

  • red value is 147;
  • green value is 170;
  • blue value is 124.
RGB:
(147,170,124)
(58%,67%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 124 of 255 = 49%

147
170
124

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

Portions of RGB colors in percentages

R + G + B =
147 + 170 + 124 = 441 (100%)
R 147 of 441 ~ 33.33%
G 170 of 441 ~ 38.55%
B 124 of 441 ~ 28.12%

%33.33
%38.55
%28.12

CMYK color model

#93AA7C color CMYK value is (14,0,27,33).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(14,0,27,33)
C14M0Y27K33 
(14%,0%,27%,33%)
(0.14/0.00/0.27/0.33)	

CMYK percentages

%13.53
%0
%27.06
%33.33

Codes

Color #93AA7C in popluar color models

93AA7C
RGB147170124
HSL90°21.30%57.65%
HSB/HSV90°27.06%66.67%
CMYK13.53%0.00%27.06%
33.33%

Color #93AA7C in popluar number systems.

HEX93AA7C
Decimal147170124
Binary10010011101010101111100
Octal223252174

Shades and tints

Shades of #93AA7C

#93AA7C
(147,170,124)
#869B71
(134,155,113)
#798C66
(121,140,102)
#6C7D5B
(108,125,91)
#5F6E50
(95,110,80)
#525F45
(82,95,69)
#45503A
(69,80,58)
#38412F
(56,65,47)
#2B3224
(43,50,36)
#1E2319
(30,35,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #93AA7C

#93AA7C
(147,170,124)
#9CB187
(156,177,135)
#A5B892
(165,184,146)
#AEBF9D
(174,191,157)
#B7C6A8
(183,198,168)
#C0CDB3
(192,205,179)
#C9D4BE
(201,212,190)
#D2DBC9
(210,219,201)
#DBE2D4
(219,226,212)
#E4E9DF
(228,233,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AA7C; }

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

This text font color is #93AA7C.


Background Color

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

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

This div background color is #93AA7C.


Border color

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

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

This div border color is #93AA7C.


Opacity

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

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

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

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

This text has shadow with #93AA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AA7C on black background.


Color preview on white background

This text has color #93AA7C on white background.



Black color preview on #93AA7C background

This text has black color on #93AA7C background.


White color preview on #93AA7C background

This text has white color on #93AA7C background.