COLOR #9393A4

HEX: #9393A4 RGB: (147,147,164)

Color info

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

RGB color model

#9393A4 color RGB value is (147,147,164).

RGB: (147,147,164) (58%, 58%, 64%)

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 164 of 255 = 64%

147
147
164

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

Portions of RGB colors in percentages

R + G + B = 147 + 147 + 164 = 458 (100%)
R 147 of 458 ~ 32.1%
G 147 of 458 ~ 32.1%
B 164 of 458 ~ 35.81'%

%32.1
%32.1
%35.81

CMYK color model

#9393A4 color CMYK value is (10,10,0,36).

  • cyan value is 10.37%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (10,10,0,36)
C10M10Y0K36 (10%, 10%, 0%, 36%)
(0.10 / 0.10 / 0.00 / 0.36)

CMYK percentages

%10.37
%10.37
%0
%35.69

Codes

Color #9393A4 in popluar color models

93 93 A4
RGB 147 147 164
HSL 240° 8.54% 60.98%
HSB/HSV 240° 10.37% 64.31%
CMYK 10.37% 10.37% 0.00%
35.69%

Color #9393A4 in popluar number systems.

HEX 93 93 A4
Decimal 147 147 164
Binary 10010011 10010011 10100100
Octal 223 223 244

Shades and tints

Shades of #9393A4

#9393A4
(147,147,164)
#868696
(134,134,150)
#797988
(121,121,136)
#6C6C7A
(108,108,122)
#5F5F6C
(95,95,108)
#52525E
(82,82,94)
#454550
(69,69,80)
#383842
(56,56,66)
#2B2B34
(43,43,52)
#1E1E26
(30,30,38)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #9393A4

#9393A4
(147,147,164)
#9C9CAC
(156,156,172)
#A5A5B4
(165,165,180)
#AEAEBC
(174,174,188)
#B7B7C4
(183,183,196)
#C0C0CC
(192,192,204)
#C9C9D4
(201,201,212)
#D2D2DC
(210,210,220)
#DBDBE4
(219,219,228)
#E4E4EC
(228,228,236)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9393A4; }

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

This text font color is #9393A4.

Background Color

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

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

This div background color is #9393A4.

Border color

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

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

This div border color is #9393A4.

Opacity

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

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

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

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

This text has shadow with #9393A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9393A4.

Preview

Color preview on black background

This text has color #9393A4 on black background.


Color preview on white background

This text has color #9393A4 on white background.


Black color preview on #9393A4 background

This text has black color on #9393A4 background.


White color preview on #9393A4 background

This text has white color on #9393A4 background.


Related colors

Complementary color

Complementary color for #hex is #6C6C5B.


I love getcolorcode.com