COLOR #9493A1

HEX: #9493A1
RGB: (148,147,161)

Color info

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

RGB color model

#9493A1 color RGB value is (148,147,161).

  • red value is 148;
  • green value is 147;
  • blue value is 161.
RGB:
(148,147,161)
(58%,58%,63%)

RGB channels and saturation

R 148 of 255 = 58%
G 147 of 255 = 58%
B 161 of 255 = 63%

148
147
161

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

Portions of RGB colors in percentages

R + G + B =
148 + 147 + 161 = 456 (100%)
R 148 of 456 ~ 32.46%
G 147 of 456 ~ 32.24%
B 161 of 456 ~ 35.31%

%32.46
%32.24
%35.31

CMYK color model

#9493A1 color CMYK value is (8,9,0,37).

  • cyan value is 8.07%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(8,9,0,37)
C8M9Y0K37 
(8%,9%,0%,37%)
(0.08/0.09/0.00/0.37)	

CMYK percentages

%8.07
%8.7
%0
%36.86

Codes

Color #9493A1 in popluar color models

9493A1
RGB148147161
HSL244°6.93%60.39%
HSB/HSV244°8.70%63.14%
CMYK8.07%8.70%0.00%
36.86%

Color #9493A1 in popluar number systems.

HEX9493A1
Decimal148147161
Binary100101001001001110100001
Octal224223241

Shades and tints

Shades of #9493A1

#9493A1
(148,147,161)
#878693
(135,134,147)
#7A7985
(122,121,133)
#6D6C77
(109,108,119)
#605F69
(96,95,105)
#53525B
(83,82,91)
#46454D
(70,69,77)
#39383F
(57,56,63)
#2C2B31
(44,43,49)
#1F1E23
(31,30,35)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9493A1

#9493A1
(148,147,161)
#9D9CA9
(157,156,169)
#A6A5B1
(166,165,177)
#AFAEB9
(175,174,185)
#B8B7C1
(184,183,193)
#C1C0C9
(193,192,201)
#CAC9D1
(202,201,209)
#D3D2D9
(211,210,217)
#DCDBE1
(220,219,225)
#E5E4E9
(229,228,233)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9493A1 color. Also use rgb(148,147,161) instead hex code.

Text Font Color

.myTextColor { color: #9493A1; }

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

This text font color is #9493A1.


Background Color

.myBgColor { background-color: #9493A1; }

<div style="background-color:#9493A1">Inner text</div>

This div background color is #9493A1.


Border color

.myBorderColor { border: 1px solid #9493A1; }

<div style="border:3px solid #9493A1">Div</div>

This div border color is #9493A1.


Opacity

.myOpacity80 { color: #9493A1; opacity: 0.8; }

<p style="color:#9493A1;opacity:0.8;">80%</p>

Text with #9493A1 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 #9493A1;}

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

This text has shadow with #9493A1 color.

.textShadow {text-shadow: 3px 3px 1px #9493A1, 3px 3px 1px red;}

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

This text has shadow with #9493A1 primary color and red secondary color.


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

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

This text has shadow with #9493A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9493A1 on black background.


Color preview on white background

This text has color #9493A1 on white background.



Black color preview on #9493A1 background

This text has black color on #9493A1 background.


White color preview on #9493A1 background

This text has white color on #9493A1 background.