COLOR #93A8AD

HEX: #93A8AD
RGB: (147,168,173)

Color info

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

RGB color model

#93A8AD color RGB value is (147,168,173).

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

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 173 of 255 = 68%

147
168
173

R + G + B ~ 64%. #93A8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 173 = 488 (100%)
R 147 of 488 ~ 30.12%
G 168 of 488 ~ 34.43%
B 173 of 488 ~ 35.45%

%30.12
%34.43
%35.45

CMYK color model

#93A8AD color CMYK value is (15,3,0,32).

  • cyan value is 15.03%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(15,3,0,32)
C15M3Y0K32 
(15%,3%,0%,32%)
(0.15/0.03/0.00/0.32)	

CMYK percentages

%15.03
%2.89
%0
%32.16

Codes

Color #93A8AD in popluar color models

93A8AD
RGB147168173
HSL192°13.68%62.75%
HSB/HSV192°15.03%67.84%
CMYK15.03%2.89%0.00%
32.16%

Color #93A8AD in popluar number systems.

HEX93A8AD
Decimal147168173
Binary100100111010100010101101
Octal223250255

Shades and tints

Shades of #93A8AD

#93A8AD
(147,168,173)
#86999E
(134,153,158)
#798A8F
(121,138,143)
#6C7B80
(108,123,128)
#5F6C71
(95,108,113)
#525D62
(82,93,98)
#454E53
(69,78,83)
#383F44
(56,63,68)
#2B3035
(43,48,53)
#1E2126
(30,33,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #93A8AD

#93A8AD
(147,168,173)
#9CAFB4
(156,175,180)
#A5B6BB
(165,182,187)
#AEBDC2
(174,189,194)
#B7C4C9
(183,196,201)
#C0CBD0
(192,203,208)
#C9D2D7
(201,210,215)
#D2D9DE
(210,217,222)
#DBE0E5
(219,224,229)
#E4E7EC
(228,231,236)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A8AD; }

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

This text font color is #93A8AD.


Background Color

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

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

This div background color is #93A8AD.


Border color

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

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

This div border color is #93A8AD.


Opacity

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

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

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

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

This text has shadow with #93A8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A8AD on black background.


Color preview on white background

This text has color #93A8AD on white background.



Black color preview on #93A8AD background

This text has black color on #93A8AD background.


White color preview on #93A8AD background

This text has white color on #93A8AD background.