COLOR #9393AB

HEX: #9393AB
RGB: (147,147,171)

Color info

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

RGB color model

#9393AB color RGB value is (147,147,171).

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

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 171 of 255 = 67%

147
147
171

R + G + B ~ 61%. #9393AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 171 = 465 (100%)
R 147 of 465 ~ 31.61%
G 147 of 465 ~ 31.61%
B 171 of 465 ~ 36.77%

%31.61
%31.61
%36.77

CMYK color model

#9393AB color CMYK value is (14,14,0,33).

  • cyan value is 14.04%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(14,14,0,33)
C14M14Y0K33 
(14%,14%,0%,33%)
(0.14/0.14/0.00/0.33)	

CMYK percentages

%14.04
%14.04
%0
%32.94

Codes

Color #9393AB in popluar color models

9393AB
RGB147147171
HSL240°12.50%62.35%
HSB/HSV240°14.04%67.06%
CMYK14.04%14.04%0.00%
32.94%

Color #9393AB in popluar number systems.

HEX9393AB
Decimal147147171
Binary100100111001001110101011
Octal223223253

Shades and tints

Shades of #9393AB

#9393AB
(147,147,171)
#86869C
(134,134,156)
#79798D
(121,121,141)
#6C6C7E
(108,108,126)
#5F5F6F
(95,95,111)
#525260
(82,82,96)
#454551
(69,69,81)
#383842
(56,56,66)
#2B2B33
(43,43,51)
#1E1E24
(30,30,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9393AB

#9393AB
(147,147,171)
#9C9CB2
(156,156,178)
#A5A5B9
(165,165,185)
#AEAEC0
(174,174,192)
#B7B7C7
(183,183,199)
#C0C0CE
(192,192,206)
#C9C9D5
(201,201,213)
#D2D2DC
(210,210,220)
#DBDBE3
(219,219,227)
#E4E4EA
(228,228,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9393AB; }

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

This text font color is #9393AB.


Background Color

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

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

This div background color is #9393AB.


Border color

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

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

This div border color is #9393AB.


Opacity

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

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

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

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

This text has shadow with #9393AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9393AB on black background.


Color preview on white background

This text has color #9393AB on white background.



Black color preview on #9393AB background

This text has black color on #9393AB background.


White color preview on #9393AB background

This text has white color on #9393AB background.