COLOR #9494B3

HEX: #9494B3
RGB: (148,148,179)

Color info

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

RGB color model

#9494B3 color RGB value is (148,148,179).

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

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 179 of 255 = 70%

148
148
179

R + G + B ~ 62%. #9494B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 148 + 179 = 475 (100%)
R 148 of 475 ~ 31.16%
G 148 of 475 ~ 31.16%
B 179 of 475 ~ 37.68%

%31.16
%31.16
%37.68

CMYK color model

#9494B3 color CMYK value is (17,17,0,30).

  • cyan value is 17.32%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(17,17,0,30)
C17M17Y0K30 
(17%,17%,0%,30%)
(0.17/0.17/0.00/0.30)	

CMYK percentages

%17.32
%17.32
%0
%29.8

Codes

Color #9494B3 in popluar color models

9494B3
RGB148148179
HSL240°16.94%64.12%
HSB/HSV240°17.32%70.20%
CMYK17.32%17.32%0.00%
29.80%

Color #9494B3 in popluar number systems.

HEX9494B3
Decimal148148179
Binary100101001001010010110011
Octal224224263

Shades and tints

Shades of #9494B3

#9494B3
(148,148,179)
#8787A3
(135,135,163)
#7A7A93
(122,122,147)
#6D6D83
(109,109,131)
#606073
(96,96,115)
#535363
(83,83,99)
#464653
(70,70,83)
#393943
(57,57,67)
#2C2C33
(44,44,51)
#1F1F23
(31,31,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9494B3

#9494B3
(148,148,179)
#9D9DB9
(157,157,185)
#A6A6BF
(166,166,191)
#AFAFC5
(175,175,197)
#B8B8CB
(184,184,203)
#C1C1D1
(193,193,209)
#CACAD7
(202,202,215)
#D3D3DD
(211,211,221)
#DCDCE3
(220,220,227)
#E5E5E9
(229,229,233)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9494B3 color. Also use rgb(148,148,179) instead hex code.

Text Font Color

.myTextColor { color: #9494B3; }

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

This text font color is #9494B3.


Background Color

.myBgColor { background-color: #9494B3; }

<div style="background-color:#9494B3">Inner text</div>

This div background color is #9494B3.


Border color

.myBorderColor { border: 1px solid #9494B3; }

<div style="border:3px solid #9494B3">Div</div>

This div border color is #9494B3.


Opacity

.myOpacity80 { color: #9494B3; opacity: 0.8; }

<p style="color:#9494B3;opacity:0.8;">80%</p>

Text with #9494B3 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 #9494B3;}

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

This text has shadow with #9494B3 color.

.textShadow {text-shadow: 3px 3px 1px #9494B3, 3px 3px 1px red;}

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

This text has shadow with #9494B3 primary color and red secondary color.


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

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

This text has shadow with #9494B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9494B3 on black background.


Color preview on white background

This text has color #9494B3 on white background.



Black color preview on #9494B3 background

This text has black color on #9494B3 background.


White color preview on #9494B3 background

This text has white color on #9494B3 background.