COLOR #93A8A4

HEX: #93A8A4
RGB: (147,168,164)

Color info

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

RGB color model

#93A8A4 color RGB value is (147,168,164).

  • red value is 147;
  • green value is 168;
  • blue value is 164.
RGB:
(147,168,164)
(58%,66%,64%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 164 of 255 = 64%

147
168
164

R + G + B ~ 63%. #93A8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 164 = 479 (100%)
R 147 of 479 ~ 30.69%
G 168 of 479 ~ 35.07%
B 164 of 479 ~ 34.24%

%30.69
%35.07
%34.24

CMYK color model

#93A8A4 color CMYK value is (13,0,2,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(13,0,2,34)
C13M0Y2K34 
(13%,0%,2%,34%)
(0.13/0.00/0.02/0.34)	

CMYK percentages

%12.5
%0
%2.38
%34.12

Codes

Color #93A8A4 in popluar color models

93A8A4
RGB147168164
HSL169°10.77%61.76%
HSB/HSV169°12.50%65.88%
CMYK12.50%0.00%2.38%
34.12%

Color #93A8A4 in popluar number systems.

HEX93A8A4
Decimal147168164
Binary100100111010100010100100
Octal223250244

Shades and tints

Shades of #93A8A4

#93A8A4
(147,168,164)
#869996
(134,153,150)
#798A88
(121,138,136)
#6C7B7A
(108,123,122)
#5F6C6C
(95,108,108)
#525D5E
(82,93,94)
#454E50
(69,78,80)
#383F42
(56,63,66)
#2B3034
(43,48,52)
#1E2126
(30,33,38)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #93A8A4

#93A8A4
(147,168,164)
#9CAFAC
(156,175,172)
#A5B6B4
(165,182,180)
#AEBDBC
(174,189,188)
#B7C4C4
(183,196,196)
#C0CBCC
(192,203,204)
#C9D2D4
(201,210,212)
#D2D9DC
(210,217,220)
#DBE0E4
(219,224,228)
#E4E7EC
(228,231,236)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A8A4 color. Also use rgb(147,168,164) instead hex code.

Text Font Color

.myTextColor { color: #93A8A4; }

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

This text font color is #93A8A4.


Background Color

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

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

This div background color is #93A8A4.


Border color

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

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

This div border color is #93A8A4.


Opacity

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

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

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

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

This text has shadow with #93A8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A8A4 on black background.


Color preview on white background

This text has color #93A8A4 on white background.



Black color preview on #93A8A4 background

This text has black color on #93A8A4 background.


White color preview on #93A8A4 background

This text has white color on #93A8A4 background.