COLOR #93A9B9

HEX: #93A9B9
RGB: (147,169,185)

Color info

#93A9B9 contains red, green and blue colors in about the same proportion. Web safe color of #93A9B9 is #9999CC (or #99C).

RGB color model

#93A9B9 color RGB value is (147,169,185).

  • red value is 147;
  • green value is 169;
  • blue value is 185.
RGB:
(147,169,185)
(58%,66%,73%)

RGB channels and saturation

R 147 of 255 = 58%
G 169 of 255 = 66%
B 185 of 255 = 73%

147
169
185

R + G + B ~ 66%. #93A9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 169 + 185 = 501 (100%)
R 147 of 501 ~ 29.34%
G 169 of 501 ~ 33.73%
B 185 of 501 ~ 36.93%

%29.34
%33.73
%36.93

CMYK color model

#93A9B9 color CMYK value is (21,9,0,27).

  • cyan value is 20.54%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(21,9,0,27)
C21M9Y0K27 
(21%,9%,0%,27%)
(0.21/0.09/0.00/0.27)	

CMYK percentages

%20.54
%8.65
%0
%27.45

Codes

Color #93A9B9 in popluar color models

93A9B9
RGB147169185
HSL205°21.35%65.10%
HSB/HSV205°20.54%72.55%
CMYK20.54%8.65%0.00%
27.45%

Color #93A9B9 in popluar number systems.

HEX93A9B9
Decimal147169185
Binary100100111010100110111001
Octal223251271

Shades and tints

Shades of #93A9B9

#93A9B9
(147,169,185)
#869AA9
(134,154,169)
#798B99
(121,139,153)
#6C7C89
(108,124,137)
#5F6D79
(95,109,121)
#525E69
(82,94,105)
#454F59
(69,79,89)
#384049
(56,64,73)
#2B3139
(43,49,57)
#1E2229
(30,34,41)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #93A9B9

#93A9B9
(147,169,185)
#9CB0BF
(156,176,191)
#A5B7C5
(165,183,197)
#AEBECB
(174,190,203)
#B7C5D1
(183,197,209)
#C0CCD7
(192,204,215)
#C9D3DD
(201,211,221)
#D2DAE3
(210,218,227)
#DBE1E9
(219,225,233)
#E4E8EF
(228,232,239)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A9B9 color. Also use rgb(147,169,185) instead hex code.

Text Font Color

.myTextColor { color: #93A9B9; }

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

This text font color is #93A9B9.


Background Color

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

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

This div background color is #93A9B9.


Border color

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

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

This div border color is #93A9B9.


Opacity

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

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

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

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

This text has shadow with #93A9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A9B9 on black background.


Color preview on white background

This text has color #93A9B9 on white background.



Black color preview on #93A9B9 background

This text has black color on #93A9B9 background.


White color preview on #93A9B9 background

This text has white color on #93A9B9 background.