COLOR #93A7AD

HEX: #93A7AD RGB: (147,167,173)

Color info

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

RGB color model

#93A7AD color RGB value is (147,167,173).

RGB: (147,167,173) (58%, 65%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 167 of 255 = 65%
B 173 of 255 = 68%

147
167
173

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

Portions of RGB colors in percentages

R + G + B = 147 + 167 + 173 = 487 (100%)
R 147 of 487 ~ 30.18%
G 167 of 487 ~ 34.29%
B 173 of 487 ~ 35.52'%

%30.18
%34.29
%35.52

CMYK color model

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

  • cyan value is 15.03%
  • magenta value is 3.47%
  • 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
%3.47
%0
%32.16

Codes

Color #93A7AD in popluar color models

93 A7 AD
RGB 147 167 173
HSL 194° 13.68% 62.75%
HSB/HSV 194° 15.03% 67.84%
CMYK 15.03% 3.47% 0.00%
32.16%

Color #93A7AD in popluar number systems.

HEX 93 A7 AD
Decimal 147 167 173
Binary 10010011 10100111 10101101
Octal 223 247 255

Shades and tints

Shades of #93A7AD

#93A7AD
(147,167,173)
#86989E
(134,152,158)
#79898F
(121,137,143)
#6C7A80
(108,122,128)
#5F6B71
(95,107,113)
#525C62
(82,92,98)
#454D53
(69,77,83)
#383E44
(56,62,68)
#2B2F35
(43,47,53)
#1E2026
(30,32,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #93A7AD

#93A7AD
(147,167,173)
#9CAFB4
(156,175,180)
#A5B7BB
(165,183,187)
#AEBFC2
(174,191,194)
#B7C7C9
(183,199,201)
#C0CFD0
(192,207,208)
#C9D7D7
(201,215,215)
#D2DFDE
(210,223,222)
#DBE7E5
(219,231,229)
#E4EFEC
(228,239,236)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A7AD; }

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

This text font color is #93A7AD.

Background Color

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

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

This div background color is #93A7AD.

Border color

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

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

This div border color is #93A7AD.

Opacity

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

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

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

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

This text has shadow with #93A7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A7AD.

Preview

Color preview on black background

This text has color #93A7AD on black background.


Color preview on white background

This text has color #93A7AD on white background.


Black color preview on #93A7AD background

This text has black color on #93A7AD background.


White color preview on #93A7AD background

This text has white color on #93A7AD background.


Related colors

Complementary color

Complementary color for #hex is #6C5852.


I love getcolorcode.com

Triadic colors

1 #AD93A7 and #A7AD93 with #93A7AD are triadic colors.

2 #ADA793 and #A793AD with #93A7AD are triadic colors.