COLOR #9496BB

HEX: #9496BB
RGB: (148,150,187)

Color info

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

RGB color model

#9496BB color RGB value is (148,150,187).

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

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 187 of 255 = 73%

148
150
187

R + G + B ~ 63%. #9496BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 187 = 485 (100%)
R 148 of 485 ~ 30.52%
G 150 of 485 ~ 30.93%
B 187 of 485 ~ 38.56%

%30.52
%30.93
%38.56

CMYK color model

#9496BB color CMYK value is (21,20,0,27).

  • cyan value is 20.86%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(21,20,0,27)
C21M20Y0K27 
(21%,20%,0%,27%)
(0.21/0.20/0.00/0.27)	

CMYK percentages

%20.86
%19.79
%0
%26.67

Codes

Color #9496BB in popluar color models

9496BB
RGB148150187
HSL237°22.29%65.69%
HSB/HSV237°20.86%73.33%
CMYK20.86%19.79%0.00%
26.67%

Color #9496BB in popluar number systems.

HEX9496BB
Decimal148150187
Binary100101001001011010111011
Octal224226273

Shades and tints

Shades of #9496BB

#9496BB
(148,150,187)
#8789AA
(135,137,170)
#7A7C99
(122,124,153)
#6D6F88
(109,111,136)
#606277
(96,98,119)
#535566
(83,85,102)
#464855
(70,72,85)
#393B44
(57,59,68)
#2C2E33
(44,46,51)
#1F2122
(31,33,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9496BB

#9496BB
(148,150,187)
#9D9FC1
(157,159,193)
#A6A8C7
(166,168,199)
#AFB1CD
(175,177,205)
#B8BAD3
(184,186,211)
#C1C3D9
(193,195,217)
#CACCDF
(202,204,223)
#D3D5E5
(211,213,229)
#DCDEEB
(220,222,235)
#E5E7F1
(229,231,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9496BB color. Also use rgb(148,150,187) instead hex code.

Text Font Color

.myTextColor { color: #9496BB; }

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

This text font color is #9496BB.


Background Color

.myBgColor { background-color: #9496BB; }

<div style="background-color:#9496BB">Inner text</div>

This div background color is #9496BB.


Border color

.myBorderColor { border: 1px solid #9496BB; }

<div style="border:3px solid #9496BB">Div</div>

This div border color is #9496BB.


Opacity

.myOpacity80 { color: #9496BB; opacity: 0.8; }

<p style="color:#9496BB;opacity:0.8;">80%</p>

Text with #9496BB 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 #9496BB;}

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

This text has shadow with #9496BB color.

.textShadow {text-shadow: 3px 3px 1px #9496BB, 3px 3px 1px red;}

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

This text has shadow with #9496BB primary color and red secondary color.


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

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

This text has shadow with #9496BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9496BB on black background.


Color preview on white background

This text has color #9496BB on white background.



Black color preview on #9496BB background

This text has black color on #9496BB background.


White color preview on #9496BB background

This text has white color on #9496BB background.