COLOR #93A684

HEX: #93A684
RGB: (147,166,132)

Color info

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

RGB color model

#93A684 color RGB value is (147,166,132).

  • red value is 147;
  • green value is 166;
  • blue value is 132.
RGB:
(147,166,132)
(58%,65%,52%)

RGB channels and saturation

R 147 of 255 = 58%
G 166 of 255 = 65%
B 132 of 255 = 52%

147
166
132

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

Portions of RGB colors in percentages

R + G + B =
147 + 166 + 132 = 445 (100%)
R 147 of 445 ~ 33.03%
G 166 of 445 ~ 37.3%
B 132 of 445 ~ 29.66%

%33.03
%37.3
%29.66

CMYK color model

#93A684 color CMYK value is (11,0,20,35).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 34.90%
CMYK:
(11,0,20,35)
C11M0Y20K35 
(11%,0%,20%,35%)
(0.11/0.00/0.20/0.35)	

CMYK percentages

%11.45
%0
%20.48
%34.9

Codes

Color #93A684 in popluar color models

93A684
RGB147166132
HSL94°16.04%58.43%
HSB/HSV94°20.48%65.10%
CMYK11.45%0.00%20.48%
34.90%

Color #93A684 in popluar number systems.

HEX93A684
Decimal147166132
Binary100100111010011010000100
Octal223246204

Shades and tints

Shades of #93A684

#93A684
(147,166,132)
#869778
(134,151,120)
#79886C
(121,136,108)
#6C7960
(108,121,96)
#5F6A54
(95,106,84)
#525B48
(82,91,72)
#454C3C
(69,76,60)
#383D30
(56,61,48)
#2B2E24
(43,46,36)
#1E1F18
(30,31,24)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #93A684

#93A684
(147,166,132)
#9CAE8F
(156,174,143)
#A5B69A
(165,182,154)
#AEBEA5
(174,190,165)
#B7C6B0
(183,198,176)
#C0CEBB
(192,206,187)
#C9D6C6
(201,214,198)
#D2DED1
(210,222,209)
#DBE6DC
(219,230,220)
#E4EEE7
(228,238,231)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A684; }

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

This text font color is #93A684.


Background Color

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

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

This div background color is #93A684.


Border color

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

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

This div border color is #93A684.


Opacity

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

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

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

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

This text has shadow with #93A684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A684 on black background.


Color preview on white background

This text has color #93A684 on white background.



Black color preview on #93A684 background

This text has black color on #93A684 background.


White color preview on #93A684 background

This text has white color on #93A684 background.