COLOR #9499DE

HEX: #9499DE
RGB: (148,153,222)

Color info

#9499DE contains mainly blue color. Web safe color of #9499DE is #9999CC (or #99C).

RGB color model

#9499DE color RGB value is (148,153,222).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 222 of 255 = 87%

148
153
222

R + G + B ~ 68%. #9499DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 222 = 523 (100%)
R 148 of 523 ~ 28.3%
G 153 of 523 ~ 29.25%
B 222 of 523 ~ 42.45%

%28.3
%29.25
%42.45

CMYK color model

#9499DE color CMYK value is (33,31,0,13).

  • cyan value is 33.33%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(33,31,0,13)
C33M31Y0K13 
(33%,31%,0%,13%)
(0.33/0.31/0.00/0.13)	

CMYK percentages

%33.33
%31.08
%0
%12.94

Codes

Color #9499DE in popluar color models

9499DE
RGB148153222
HSL236°52.86%72.55%
HSB/HSV236°33.33%87.06%
CMYK33.33%31.08%0.00%
12.94%

Color #9499DE in popluar number systems.

HEX9499DE
Decimal148153222
Binary100101001001100111011110
Octal224231336

Shades and tints

Shades of #9499DE

#9499DE
(148,153,222)
#878CCA
(135,140,202)
#7A7FB6
(122,127,182)
#6D72A2
(109,114,162)
#60658E
(96,101,142)
#53587A
(83,88,122)
#464B66
(70,75,102)
#393E52
(57,62,82)
#2C313E
(44,49,62)
#1F242A
(31,36,42)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9499DE

#9499DE
(148,153,222)
#9DA2E1
(157,162,225)
#A6ABE4
(166,171,228)
#AFB4E7
(175,180,231)
#B8BDEA
(184,189,234)
#C1C6ED
(193,198,237)
#CACFF0
(202,207,240)
#D3D8F3
(211,216,243)
#DCE1F6
(220,225,246)
#E5EAF9
(229,234,249)
#EEF3FC
(238,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9499DE; }

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

This text font color is #9499DE.


Background Color

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

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

This div background color is #9499DE.


Border color

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

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

This div border color is #9499DE.


Opacity

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

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

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

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

This text has shadow with #9499DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499DE on black background.


Color preview on white background

This text has color #9499DE on white background.



Black color preview on #9499DE background

This text has black color on #9499DE background.


White color preview on #9499DE background

This text has white color on #9499DE background.