COLOR #9296AB

HEX: #9296AB
RGB: (146,150,171)

Color info

#9296AB contains red, green and blue colors in about the same proportion. Web safe color of #9296AB is #999999 (or #999).

RGB color model

#9296AB color RGB value is (146,150,171).

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

RGB channels and saturation

R 146 of 255 = 57%
G 150 of 255 = 59%
B 171 of 255 = 67%

146
150
171

R + G + B ~ 61%. #9296AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 150 + 171 = 467 (100%)
R 146 of 467 ~ 31.26%
G 150 of 467 ~ 32.12%
B 171 of 467 ~ 36.62%

%31.26
%32.12
%36.62

CMYK color model

#9296AB color CMYK value is (15,12,0,33).

  • cyan value is 14.62%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(15,12,0,33)
C15M12Y0K33 
(15%,12%,0%,33%)
(0.15/0.12/0.00/0.33)	

CMYK percentages

%14.62
%12.28
%0
%32.94

Codes

Color #9296AB in popluar color models

9296AB
RGB146150171
HSL230°12.95%62.16%
HSB/HSV230°14.62%67.06%
CMYK14.62%12.28%0.00%
32.94%

Color #9296AB in popluar number systems.

HEX9296AB
Decimal146150171
Binary100100101001011010101011
Octal222226253

Shades and tints

Shades of #9296AB

#9296AB
(146,150,171)
#85899C
(133,137,156)
#787C8D
(120,124,141)
#6B6F7E
(107,111,126)
#5E626F
(94,98,111)
#515560
(81,85,96)
#444851
(68,72,81)
#373B42
(55,59,66)
#2A2E33
(42,46,51)
#1D2124
(29,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9296AB

#9296AB
(146,150,171)
#9B9FB2
(155,159,178)
#A4A8B9
(164,168,185)
#ADB1C0
(173,177,192)
#B6BAC7
(182,186,199)
#BFC3CE
(191,195,206)
#C8CCD5
(200,204,213)
#D1D5DC
(209,213,220)
#DADEE3
(218,222,227)
#E3E7EA
(227,231,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9296AB; }

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

This text font color is #9296AB.


Background Color

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

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

This div background color is #9296AB.


Border color

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

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

This div border color is #9296AB.


Opacity

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

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

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

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

This text has shadow with #9296AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9296AB on black background.


Color preview on white background

This text has color #9296AB on white background.



Black color preview on #9296AB background

This text has black color on #9296AB background.


White color preview on #9296AB background

This text has white color on #9296AB background.