COLOR #9692BC

HEX: #9692BC
RGB: (150,146,188)

Color info

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

RGB color model

#9692BC color RGB value is (150,146,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 188 of 255 = 74%

150
146
188

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 188 = 484 (100%)
R 150 of 484 ~ 30.99%
G 146 of 484 ~ 30.17%
B 188 of 484 ~ 38.84%

%30.99
%30.17
%38.84

CMYK color model

#9692BC color CMYK value is (20,22,0,26).

  • cyan value is 20.21%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,22,0,26)
C20M22Y0K26 
(20%,22%,0%,26%)
(0.20/0.22/0.00/0.26)	

CMYK percentages

%20.21
%22.34
%0
%26.27

Codes

Color #9692BC in popluar color models

9692BC
RGB150146188
HSL246°23.86%65.49%
HSB/HSV246°22.34%73.73%
CMYK20.21%22.34%0.00%
26.27%

Color #9692BC in popluar number systems.

HEX9692BC
Decimal150146188
Binary100101101001001010111100
Octal226222274

Shades and tints

Shades of #9692BC

#9692BC
(150,146,188)
#8985AB
(137,133,171)
#7C789A
(124,120,154)
#6F6B89
(111,107,137)
#625E78
(98,94,120)
#555167
(85,81,103)
#484456
(72,68,86)
#3B3745
(59,55,69)
#2E2A34
(46,42,52)
#211D23
(33,29,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #9692BC

#9692BC
(150,146,188)
#9F9BC2
(159,155,194)
#A8A4C8
(168,164,200)
#B1ADCE
(177,173,206)
#BAB6D4
(186,182,212)
#C3BFDA
(195,191,218)
#CCC8E0
(204,200,224)
#D5D1E6
(213,209,230)
#DEDAEC
(222,218,236)
#E7E3F2
(231,227,242)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9692BC; }

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

This text font color is #9692BC.


Background Color

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

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

This div background color is #9692BC.


Border color

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

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

This div border color is #9692BC.


Opacity

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

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

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

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

This text has shadow with #9692BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9692BC on black background.


Color preview on white background

This text has color #9692BC on white background.



Black color preview on #9692BC background

This text has black color on #9692BC background.


White color preview on #9692BC background

This text has white color on #9692BC background.