COLOR #93A2B3

HEX: #93A2B3
RGB: (147,162,179)

Color info

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

RGB color model

#93A2B3 color RGB value is (147,162,179).

  • red value is 147;
  • green value is 162;
  • blue value is 179.
RGB:
(147,162,179)
(58%,64%,70%)

RGB channels and saturation

R 147 of 255 = 58%
G 162 of 255 = 64%
B 179 of 255 = 70%

147
162
179

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

Portions of RGB colors in percentages

R + G + B =
147 + 162 + 179 = 488 (100%)
R 147 of 488 ~ 30.12%
G 162 of 488 ~ 33.2%
B 179 of 488 ~ 36.68%

%30.12
%33.2
%36.68

CMYK color model

#93A2B3 color CMYK value is (18,9,0,30).

  • cyan value is 17.88%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(18,9,0,30)
C18M9Y0K30 
(18%,9%,0%,30%)
(0.18/0.09/0.00/0.30)	

CMYK percentages

%17.88
%9.5
%0
%29.8

Codes

Color #93A2B3 in popluar color models

93A2B3
RGB147162179
HSL212°17.39%63.92%
HSB/HSV212°17.88%70.20%
CMYK17.88%9.50%0.00%
29.80%

Color #93A2B3 in popluar number systems.

HEX93A2B3
Decimal147162179
Binary100100111010001010110011
Octal223242263

Shades and tints

Shades of #93A2B3

#93A2B3
(147,162,179)
#8694A3
(134,148,163)
#798693
(121,134,147)
#6C7883
(108,120,131)
#5F6A73
(95,106,115)
#525C63
(82,92,99)
#454E53
(69,78,83)
#384043
(56,64,67)
#2B3233
(43,50,51)
#1E2423
(30,36,35)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #93A2B3

#93A2B3
(147,162,179)
#9CAAB9
(156,170,185)
#A5B2BF
(165,178,191)
#AEBAC5
(174,186,197)
#B7C2CB
(183,194,203)
#C0CAD1
(192,202,209)
#C9D2D7
(201,210,215)
#D2DADD
(210,218,221)
#DBE2E3
(219,226,227)
#E4EAE9
(228,234,233)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A2B3 color. Also use rgb(147,162,179) instead hex code.

Text Font Color

.myTextColor { color: #93A2B3; }

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

This text font color is #93A2B3.


Background Color

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

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

This div background color is #93A2B3.


Border color

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

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

This div border color is #93A2B3.


Opacity

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

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

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

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

This text has shadow with #93A2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A2B3 on black background.


Color preview on white background

This text has color #93A2B3 on white background.



Black color preview on #93A2B3 background

This text has black color on #93A2B3 background.


White color preview on #93A2B3 background

This text has white color on #93A2B3 background.