COLOR #9692BB

HEX: #9692BB
RGB: (150,146,187)

Color info

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

RGB color model

#9692BB color RGB value is (150,146,187).

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

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 187 of 255 = 73%

150
146
187

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 187 = 483 (100%)
R 150 of 483 ~ 31.06%
G 146 of 483 ~ 30.23%
B 187 of 483 ~ 38.72%

%31.06
%30.23
%38.72

CMYK color model

#9692BB color CMYK value is (20,22,0,27).

  • cyan value is 19.79%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,22,0,27)
C20M22Y0K27 
(20%,22%,0%,27%)
(0.20/0.22/0.00/0.27)	

CMYK percentages

%19.79
%21.93
%0
%26.67

Codes

Color #9692BB in popluar color models

9692BB
RGB150146187
HSL246°23.16%65.29%
HSB/HSV246°21.93%73.33%
CMYK19.79%21.93%0.00%
26.67%

Color #9692BB in popluar number systems.

HEX9692BB
Decimal150146187
Binary100101101001001010111011
Octal226222273

Shades and tints

Shades of #9692BB

#9692BB
(150,146,187)
#8985AA
(137,133,170)
#7C7899
(124,120,153)
#6F6B88
(111,107,136)
#625E77
(98,94,119)
#555166
(85,81,102)
#484455
(72,68,85)
#3B3744
(59,55,68)
#2E2A33
(46,42,51)
#211D22
(33,29,34)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #9692BB

#9692BB
(150,146,187)
#9F9BC1
(159,155,193)
#A8A4C7
(168,164,199)
#B1ADCD
(177,173,205)
#BAB6D3
(186,182,211)
#C3BFD9
(195,191,217)
#CCC8DF
(204,200,223)
#D5D1E5
(213,209,229)
#DEDAEB
(222,218,235)
#E7E3F1
(231,227,241)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9692BB; }

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

This text font color is #9692BB.


Background Color

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

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

This div background color is #9692BB.


Border color

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

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

This div border color is #9692BB.


Opacity

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

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

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

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

This text has shadow with #9692BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9692BB on black background.


Color preview on white background

This text has color #9692BB on white background.



Black color preview on #9692BB background

This text has black color on #9692BB background.


White color preview on #9692BB background

This text has white color on #9692BB background.