COLOR #9494BA

HEX: #9494BA
RGB: (148,148,186)

Color info

#9494BA contains red, green and blue colors in about the same proportion. Web safe color of #9494BA is #9999CC (or #99C).

RGB color model

#9494BA color RGB value is (148,148,186).

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

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 186 of 255 = 73%

148
148
186

R + G + B ~ 63%. #9494BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 148 + 186 = 482 (100%)
R 148 of 482 ~ 30.71%
G 148 of 482 ~ 30.71%
B 186 of 482 ~ 38.59%

%30.71
%30.71
%38.59

CMYK color model

#9494BA color CMYK value is (20,20,0,27).

  • cyan value is 20.43%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,20,0,27)
C20M20Y0K27 
(20%,20%,0%,27%)
(0.20/0.20/0.00/0.27)	

CMYK percentages

%20.43
%20.43
%0
%27.06

Codes

Color #9494BA in popluar color models

9494BA
RGB148148186
HSL240°21.59%65.49%
HSB/HSV240°20.43%72.94%
CMYK20.43%20.43%0.00%
27.06%

Color #9494BA in popluar number systems.

HEX9494BA
Decimal148148186
Binary100101001001010010111010
Octal224224272

Shades and tints

Shades of #9494BA

#9494BA
(148,148,186)
#8787AA
(135,135,170)
#7A7A9A
(122,122,154)
#6D6D8A
(109,109,138)
#60607A
(96,96,122)
#53536A
(83,83,106)
#46465A
(70,70,90)
#39394A
(57,57,74)
#2C2C3A
(44,44,58)
#1F1F2A
(31,31,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #9494BA

#9494BA
(148,148,186)
#9D9DC0
(157,157,192)
#A6A6C6
(166,166,198)
#AFAFCC
(175,175,204)
#B8B8D2
(184,184,210)
#C1C1D8
(193,193,216)
#CACADE
(202,202,222)
#D3D3E4
(211,211,228)
#DCDCEA
(220,220,234)
#E5E5F0
(229,229,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9494BA; }

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

This text font color is #9494BA.


Background Color

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

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

This div background color is #9494BA.


Border color

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

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

This div border color is #9494BA.


Opacity

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

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

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

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

This text has shadow with #9494BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9494BA on black background.


Color preview on white background

This text has color #9494BA on white background.



Black color preview on #9494BA background

This text has black color on #9494BA background.


White color preview on #9494BA background

This text has white color on #9494BA background.