COLOR #9499CA

HEX: #9499CA
RGB: (148,153,202)

Color info

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

RGB color model

#9499CA color RGB value is (148,153,202).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 202 of 255 = 79%

148
153
202

R + G + B ~ 66%. #9499CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 202 = 503 (100%)
R 148 of 503 ~ 29.42%
G 153 of 503 ~ 30.42%
B 202 of 503 ~ 40.16%

%29.42
%30.42
%40.16

CMYK color model

#9499CA color CMYK value is (27,24,0,21).

  • cyan value is 26.73%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(27,24,0,21)
C27M24Y0K21 
(27%,24%,0%,21%)
(0.27/0.24/0.00/0.21)	

CMYK percentages

%26.73
%24.26
%0
%20.78

Codes

Color #9499CA in popluar color models

9499CA
RGB148153202
HSL234°33.75%68.63%
HSB/HSV234°26.73%79.22%
CMYK26.73%24.26%0.00%
20.78%

Color #9499CA in popluar number systems.

HEX9499CA
Decimal148153202
Binary100101001001100111001010
Octal224231312

Shades and tints

Shades of #9499CA

#9499CA
(148,153,202)
#878CB8
(135,140,184)
#7A7FA6
(122,127,166)
#6D7294
(109,114,148)
#606582
(96,101,130)
#535870
(83,88,112)
#464B5E
(70,75,94)
#393E4C
(57,62,76)
#2C313A
(44,49,58)
#1F2428
(31,36,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9499CA

#9499CA
(148,153,202)
#9DA2CE
(157,162,206)
#A6ABD2
(166,171,210)
#AFB4D6
(175,180,214)
#B8BDDA
(184,189,218)
#C1C6DE
(193,198,222)
#CACFE2
(202,207,226)
#D3D8E6
(211,216,230)
#DCE1EA
(220,225,234)
#E5EAEE
(229,234,238)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9499CA color. Also use rgb(148,153,202) instead hex code.

Text Font Color

.myTextColor { color: #9499CA; }

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

This text font color is #9499CA.


Background Color

.myBgColor { background-color: #9499CA; }

<div style="background-color:#9499CA">Inner text</div>

This div background color is #9499CA.


Border color

.myBorderColor { border: 1px solid #9499CA; }

<div style="border:3px solid #9499CA">Div</div>

This div border color is #9499CA.


Opacity

.myOpacity80 { color: #9499CA; opacity: 0.8; }

<p style="color:#9499CA;opacity:0.8;">80%</p>

Text with #9499CA 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 #9499CA;}

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

This text has shadow with #9499CA color.

.textShadow {text-shadow: 3px 3px 1px #9499CA, 3px 3px 1px red;}

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

This text has shadow with #9499CA primary color and red secondary color.


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

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

This text has shadow with #9499CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499CA on black background.


Color preview on white background

This text has color #9499CA on white background.



Black color preview on #9499CA background

This text has black color on #9499CA background.


White color preview on #9499CA background

This text has white color on #9499CA background.