COLOR #93A4AC

HEX: #93A4AC RGB: (147,164,172)

Color info

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

RGB color model

#93A4AC color RGB value is (147,164,172).

RGB: (147,164,172) (58%, 64%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 172 of 255 = 67%

147
164
172

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

Portions of RGB colors in percentages

R + G + B = 147 + 164 + 172 = 483 (100%)
R 147 of 483 ~ 30.43%
G 164 of 483 ~ 33.95%
B 172 of 483 ~ 35.61'%

%30.43
%33.95
%35.61

CMYK color model

#93A4AC color CMYK value is (15,5,0,33).

  • cyan value is 14.53%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (15,5,0,33)
C15M5Y0K33 (15%, 5%, 0%, 33%)
(0.15 / 0.05 / 0.00 / 0.33)

CMYK percentages

%14.53
%4.65
%0
%32.55

Codes

Color #93A4AC in popluar color models

93 A4 AC
RGB 147 164 172
HSL 199° 13.09% 62.55%
HSB/HSV 199° 14.53% 67.45%
CMYK 14.53% 4.65% 0.00%
32.55%

Color #93A4AC in popluar number systems.

HEX 93 A4 AC
Decimal 147 164 172
Binary 10010011 10100100 10101100
Octal 223 244 254

Shades and tints

Shades of #93A4AC

#93A4AC
(147,164,172)
#86969D
(134,150,157)
#79888E
(121,136,142)
#6C7A7F
(108,122,127)
#5F6C70
(95,108,112)
#525E61
(82,94,97)
#455052
(69,80,82)
#384243
(56,66,67)
#2B3434
(43,52,52)
#1E2625
(30,38,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #93A4AC

#93A4AC
(147,164,172)
#9CACB3
(156,172,179)
#A5B4BA
(165,180,186)
#AEBCC1
(174,188,193)
#B7C4C8
(183,196,200)
#C0CCCF
(192,204,207)
#C9D4D6
(201,212,214)
#D2DCDD
(210,220,221)
#DBE4E4
(219,228,228)
#E4ECEB
(228,236,235)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A4AC; }

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

This text font color is #93A4AC.

Background Color

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

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

This div background color is #93A4AC.

Border color

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

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

This div border color is #93A4AC.

Opacity

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

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

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

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

This text has shadow with #93A4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A4AC.

Preview

Color preview on black background

This text has color #93A4AC on black background.


Color preview on white background

This text has color #93A4AC on white background.


Black color preview on #93A4AC background

This text has black color on #93A4AC background.


White color preview on #93A4AC background

This text has white color on #93A4AC background.


Related colors

Complementary color

Complementary color for #hex is #6C5B53.


I love getcolorcode.com

Triadic colors

1 #AC93A4 and #A4AC93 with #93A4AC are triadic colors.

2 #ACA493 and #A493AC with #93A4AC are triadic colors.