COLOR #9393A6

HEX: #9393A6
RGB: (147,147,166)

Color info

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

RGB color model

#9393A6 color RGB value is (147,147,166).

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

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 166 of 255 = 65%

147
147
166

R + G + B ~ 60%. #9393A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 166 = 460 (100%)
R 147 of 460 ~ 31.96%
G 147 of 460 ~ 31.96%
B 166 of 460 ~ 36.09%

%31.96
%31.96
%36.09

CMYK color model

#9393A6 color CMYK value is (11,11,0,35).

  • cyan value is 11.45%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,11,0,35)
C11M11Y0K35 
(11%,11%,0%,35%)
(0.11/0.11/0.00/0.35)	

CMYK percentages

%11.45
%11.45
%0
%34.9

Codes

Color #9393A6 in popluar color models

9393A6
RGB147147166
HSL240°9.64%61.37%
HSB/HSV240°11.45%65.10%
CMYK11.45%11.45%0.00%
34.90%

Color #9393A6 in popluar number systems.

HEX9393A6
Decimal147147166
Binary100100111001001110100110
Octal223223246

Shades and tints

Shades of #9393A6

#9393A6
(147,147,166)
#868697
(134,134,151)
#797988
(121,121,136)
#6C6C79
(108,108,121)
#5F5F6A
(95,95,106)
#52525B
(82,82,91)
#45454C
(69,69,76)
#38383D
(56,56,61)
#2B2B2E
(43,43,46)
#1E1E1F
(30,30,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #9393A6

#9393A6
(147,147,166)
#9C9CAE
(156,156,174)
#A5A5B6
(165,165,182)
#AEAEBE
(174,174,190)
#B7B7C6
(183,183,198)
#C0C0CE
(192,192,206)
#C9C9D6
(201,201,214)
#D2D2DE
(210,210,222)
#DBDBE6
(219,219,230)
#E4E4EE
(228,228,238)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9393A6 color. Also use rgb(147,147,166) instead hex code.

Text Font Color

.myTextColor { color: #9393A6; }

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

This text font color is #9393A6.


Background Color

.myBgColor { background-color: #9393A6; }

<div style="background-color:#9393A6">Inner text</div>

This div background color is #9393A6.


Border color

.myBorderColor { border: 1px solid #9393A6; }

<div style="border:3px solid #9393A6">Div</div>

This div border color is #9393A6.


Opacity

.myOpacity80 { color: #9393A6; opacity: 0.8; }

<p style="color:#9393A6;opacity:0.8;">80%</p>

Text with #9393A6 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 #9393A6;}

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

This text has shadow with #9393A6 color.

.textShadow {text-shadow: 3px 3px 1px #9393A6, 3px 3px 1px red;}

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

This text has shadow with #9393A6 primary color and red secondary color.


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

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

This text has shadow with #9393A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9393A6 on black background.


Color preview on white background

This text has color #9393A6 on white background.



Black color preview on #9393A6 background

This text has black color on #9393A6 background.


White color preview on #9393A6 background

This text has white color on #9393A6 background.