COLOR #9494C9

HEX: #9494C9
RGB: (148,148,201)

Color info

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

RGB color model

#9494C9 color RGB value is (148,148,201).

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

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 201 of 255 = 79%

148
148
201

R + G + B ~ 65%. #9494C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 148 + 201 = 497 (100%)
R 148 of 497 ~ 29.78%
G 148 of 497 ~ 29.78%
B 201 of 497 ~ 40.44%

%29.78
%29.78
%40.44

CMYK color model

#9494C9 color CMYK value is (26,26,0,21).

  • cyan value is 26.37%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(26,26,0,21)
C26M26Y0K21 
(26%,26%,0%,21%)
(0.26/0.26/0.00/0.21)	

CMYK percentages

%26.37
%26.37
%0
%21.18

Codes

Color #9494C9 in popluar color models

9494C9
RGB148148201
HSL240°32.92%68.43%
HSB/HSV240°26.37%78.82%
CMYK26.37%26.37%0.00%
21.18%

Color #9494C9 in popluar number systems.

HEX9494C9
Decimal148148201
Binary100101001001010011001001
Octal224224311

Shades and tints

Shades of #9494C9

#9494C9
(148,148,201)
#8787B7
(135,135,183)
#7A7AA5
(122,122,165)
#6D6D93
(109,109,147)
#606081
(96,96,129)
#53536F
(83,83,111)
#46465D
(70,70,93)
#39394B
(57,57,75)
#2C2C39
(44,44,57)
#1F1F27
(31,31,39)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9494C9

#9494C9
(148,148,201)
#9D9DCD
(157,157,205)
#A6A6D1
(166,166,209)
#AFAFD5
(175,175,213)
#B8B8D9
(184,184,217)
#C1C1DD
(193,193,221)
#CACAE1
(202,202,225)
#D3D3E5
(211,211,229)
#DCDCE9
(220,220,233)
#E5E5ED
(229,229,237)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9494C9; }

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

This text font color is #9494C9.


Background Color

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

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

This div background color is #9494C9.


Border color

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

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

This div border color is #9494C9.


Opacity

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

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

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

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

This text has shadow with #9494C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9494C9 on black background.


Color preview on white background

This text has color #9494C9 on white background.



Black color preview on #9494C9 background

This text has black color on #9494C9 background.


White color preview on #9494C9 background

This text has white color on #9494C9 background.