COLOR #9496B6

HEX: #9496B6
RGB: (148,150,182)

Color info

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

RGB color model

#9496B6 color RGB value is (148,150,182).

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

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 182 of 255 = 71%

148
150
182

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 182 = 480 (100%)
R 148 of 480 ~ 30.83%
G 150 of 480 ~ 31.25%
B 182 of 480 ~ 37.92%

%30.83
%31.25
%37.92

CMYK color model

#9496B6 color CMYK value is (19,18,0,29).

  • cyan value is 18.68%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(19,18,0,29)
C19M18Y0K29 
(19%,18%,0%,29%)
(0.19/0.18/0.00/0.29)	

CMYK percentages

%18.68
%17.58
%0
%28.63

Codes

Color #9496B6 in popluar color models

9496B6
RGB148150182
HSL236°18.89%64.71%
HSB/HSV236°18.68%71.37%
CMYK18.68%17.58%0.00%
28.63%

Color #9496B6 in popluar number systems.

HEX9496B6
Decimal148150182
Binary100101001001011010110110
Octal224226266

Shades and tints

Shades of #9496B6

#9496B6
(148,150,182)
#8789A6
(135,137,166)
#7A7C96
(122,124,150)
#6D6F86
(109,111,134)
#606276
(96,98,118)
#535566
(83,85,102)
#464856
(70,72,86)
#393B46
(57,59,70)
#2C2E36
(44,46,54)
#1F2126
(31,33,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9496B6

#9496B6
(148,150,182)
#9D9FBC
(157,159,188)
#A6A8C2
(166,168,194)
#AFB1C8
(175,177,200)
#B8BACE
(184,186,206)
#C1C3D4
(193,195,212)
#CACCDA
(202,204,218)
#D3D5E0
(211,213,224)
#DCDEE6
(220,222,230)
#E5E7EC
(229,231,236)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9496B6; }

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

This text font color is #9496B6.


Background Color

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

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

This div background color is #9496B6.


Border color

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

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

This div border color is #9496B6.


Opacity

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

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

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

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

This text has shadow with #9496B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9496B6 on black background.


Color preview on white background

This text has color #9496B6 on white background.



Black color preview on #9496B6 background

This text has black color on #9496B6 background.


White color preview on #9496B6 background

This text has white color on #9496B6 background.