COLOR #9296B7

HEX: #9296B7
RGB: (146,150,183)

Color info

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

RGB color model

#9296B7 color RGB value is (146,150,183).

  • red value is 146;
  • green value is 150;
  • blue value is 183.
RGB:
(146,150,183)
(57%,59%,72%)

RGB channels and saturation

R 146 of 255 = 57%
G 150 of 255 = 59%
B 183 of 255 = 72%

146
150
183

R + G + B ~ 63%. #9296B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 150 + 183 = 479 (100%)
R 146 of 479 ~ 30.48%
G 150 of 479 ~ 31.32%
B 183 of 479 ~ 38.2%

%30.48
%31.32
%38.2

CMYK color model

#9296B7 color CMYK value is (20,18,0,28).

  • cyan value is 20.22%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(20,18,0,28)
C20M18Y0K28 
(20%,18%,0%,28%)
(0.20/0.18/0.00/0.28)	

CMYK percentages

%20.22
%18.03
%0
%28.24

Codes

Color #9296B7 in popluar color models

9296B7
RGB146150183
HSL234°20.44%64.51%
HSB/HSV234°20.22%71.76%
CMYK20.22%18.03%0.00%
28.24%

Color #9296B7 in popluar number systems.

HEX9296B7
Decimal146150183
Binary100100101001011010110111
Octal222226267

Shades and tints

Shades of #9296B7

#9296B7
(146,150,183)
#8589A7
(133,137,167)
#787C97
(120,124,151)
#6B6F87
(107,111,135)
#5E6277
(94,98,119)
#515567
(81,85,103)
#444857
(68,72,87)
#373B47
(55,59,71)
#2A2E37
(42,46,55)
#1D2127
(29,33,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #9296B7

#9296B7
(146,150,183)
#9B9FBD
(155,159,189)
#A4A8C3
(164,168,195)
#ADB1C9
(173,177,201)
#B6BACF
(182,186,207)
#BFC3D5
(191,195,213)
#C8CCDB
(200,204,219)
#D1D5E1
(209,213,225)
#DADEE7
(218,222,231)
#E3E7ED
(227,231,237)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9296B7 color. Also use rgb(146,150,183) instead hex code.

Text Font Color

.myTextColor { color: #9296B7; }

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

This text font color is #9296B7.


Background Color

.myBgColor { background-color: #9296B7; }

<div style="background-color:#9296B7">Inner text</div>

This div background color is #9296B7.


Border color

.myBorderColor { border: 1px solid #9296B7; }

<div style="border:3px solid #9296B7">Div</div>

This div border color is #9296B7.


Opacity

.myOpacity80 { color: #9296B7; opacity: 0.8; }

<p style="color:#9296B7;opacity:0.8;">80%</p>

Text with #9296B7 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 #9296B7;}

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

This text has shadow with #9296B7 color.

.textShadow {text-shadow: 3px 3px 1px #9296B7, 3px 3px 1px red;}

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

This text has shadow with #9296B7 primary color and red secondary color.


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

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

This text has shadow with #9296B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9296B7 on black background.


Color preview on white background

This text has color #9296B7 on white background.



Black color preview on #9296B7 background

This text has black color on #9296B7 background.


White color preview on #9296B7 background

This text has white color on #9296B7 background.