COLOR #9692AB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
146
171

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

Portions of RGB colors in percentages

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

%32.12
%31.26
%36.62

CMYK color model

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

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

CMYK percentages

%12.28
%14.62
%0
%32.94

Codes

Color #9692AB in popluar color models

9692AB
RGB150146171
HSL250°12.95%62.16%
HSB/HSV250°14.62%67.06%
CMYK12.28%14.62%0.00%
32.94%

Color #9692AB in popluar number systems.

HEX9692AB
Decimal150146171
Binary100101101001001010101011
Octal226222253

Shades and tints

Shades of #9692AB

#9692AB
(150,146,171)
#89859C
(137,133,156)
#7C788D
(124,120,141)
#6F6B7E
(111,107,126)
#625E6F
(98,94,111)
#555160
(85,81,96)
#484451
(72,68,81)
#3B3742
(59,55,66)
#2E2A33
(46,42,51)
#211D24
(33,29,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #9692AB

#9692AB
(150,146,171)
#9F9BB2
(159,155,178)
#A8A4B9
(168,164,185)
#B1ADC0
(177,173,192)
#BAB6C7
(186,182,199)
#C3BFCE
(195,191,206)
#CCC8D5
(204,200,213)
#D5D1DC
(213,209,220)
#DEDAE3
(222,218,227)
#E7E3EA
(231,227,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9692AB; }

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

This text font color is #9692AB.


Background Color

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

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

This div background color is #9692AB.


Border color

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

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

This div border color is #9692AB.


Opacity

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

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

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

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

This text has shadow with #9692AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9692AB on black background.


Color preview on white background

This text has color #9692AB on white background.



Black color preview on #9692AB background

This text has black color on #9692AB background.


White color preview on #9692AB background

This text has white color on #9692AB background.