COLOR #93A992

HEX: #93A992
RGB: (147,169,146)

Color info

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

RGB color model

#93A992 color RGB value is (147,169,146).

  • red value is 147;
  • green value is 169;
  • blue value is 146.
RGB:
(147,169,146)
(58%,66%,57%)

RGB channels and saturation

R 147 of 255 = 58%
G 169 of 255 = 66%
B 146 of 255 = 57%

147
169
146

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

Portions of RGB colors in percentages

R + G + B =
147 + 169 + 146 = 462 (100%)
R 147 of 462 ~ 31.82%
G 169 of 462 ~ 36.58%
B 146 of 462 ~ 31.6%

%31.82
%36.58
%31.6

CMYK color model

#93A992 color CMYK value is (13,0,14,34).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(13,0,14,34)
C13M0Y14K34 
(13%,0%,14%,34%)
(0.13/0.00/0.14/0.34)	

CMYK percentages

%13.02
%0
%13.61
%33.73

Codes

Color #93A992 in popluar color models

93A992
RGB147169146
HSL117°11.79%61.76%
HSB/HSV117°13.61%66.27%
CMYK13.02%0.00%13.61%
33.73%

Color #93A992 in popluar number systems.

HEX93A992
Decimal147169146
Binary100100111010100110010010
Octal223251222

Shades and tints

Shades of #93A992

#93A992
(147,169,146)
#869A85
(134,154,133)
#798B78
(121,139,120)
#6C7C6B
(108,124,107)
#5F6D5E
(95,109,94)
#525E51
(82,94,81)
#454F44
(69,79,68)
#384037
(56,64,55)
#2B312A
(43,49,42)
#1E221D
(30,34,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #93A992

#93A992
(147,169,146)
#9CB09B
(156,176,155)
#A5B7A4
(165,183,164)
#AEBEAD
(174,190,173)
#B7C5B6
(183,197,182)
#C0CCBF
(192,204,191)
#C9D3C8
(201,211,200)
#D2DAD1
(210,218,209)
#DBE1DA
(219,225,218)
#E4E8E3
(228,232,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A992; }

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

This text font color is #93A992.


Background Color

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

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

This div background color is #93A992.


Border color

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

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

This div border color is #93A992.


Opacity

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

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

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

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

This text has shadow with #93A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A992 on black background.


Color preview on white background

This text has color #93A992 on white background.



Black color preview on #93A992 background

This text has black color on #93A992 background.


White color preview on #93A992 background

This text has white color on #93A992 background.