COLOR #93A7AA

HEX: #93A7AA
RGB: (147,167,170)

Color info

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

RGB color model

#93A7AA color RGB value is (147,167,170).

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

RGB channels and saturation

R 147 of 255 = 58%
G 167 of 255 = 65%
B 170 of 255 = 67%

147
167
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 167 + 170 = 484 (100%)
R 147 of 484 ~ 30.37%
G 167 of 484 ~ 34.5%
B 170 of 484 ~ 35.12%

%30.37
%34.5
%35.12

CMYK color model

#93A7AA color CMYK value is (14,2,0,33).

  • cyan value is 13.53%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,2,0,33)
C14M2Y0K33 
(14%,2%,0%,33%)
(0.14/0.02/0.00/0.33)	

CMYK percentages

%13.53
%1.76
%0
%33.33

Codes

Color #93A7AA in popluar color models

93A7AA
RGB147167170
HSL188°11.92%62.16%
HSB/HSV188°13.53%66.67%
CMYK13.53%1.76%0.00%
33.33%

Color #93A7AA in popluar number systems.

HEX93A7AA
Decimal147167170
Binary100100111010011110101010
Octal223247252

Shades and tints

Shades of #93A7AA

#93A7AA
(147,167,170)
#86989B
(134,152,155)
#79898C
(121,137,140)
#6C7A7D
(108,122,125)
#5F6B6E
(95,107,110)
#525C5F
(82,92,95)
#454D50
(69,77,80)
#383E41
(56,62,65)
#2B2F32
(43,47,50)
#1E2023
(30,32,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #93A7AA

#93A7AA
(147,167,170)
#9CAFB1
(156,175,177)
#A5B7B8
(165,183,184)
#AEBFBF
(174,191,191)
#B7C7C6
(183,199,198)
#C0CFCD
(192,207,205)
#C9D7D4
(201,215,212)
#D2DFDB
(210,223,219)
#DBE7E2
(219,231,226)
#E4EFE9
(228,239,233)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A7AA; }

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

This text font color is #93A7AA.


Background Color

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

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

This div background color is #93A7AA.


Border color

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

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

This div border color is #93A7AA.


Opacity

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

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

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

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

This text has shadow with #93A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A7AA on black background.


Color preview on white background

This text has color #93A7AA on white background.



Black color preview on #93A7AA background

This text has black color on #93A7AA background.


White color preview on #93A7AA background

This text has white color on #93A7AA background.