COLOR #9684BC

HEX: #9684BC
RGB: (150,132,188)

Color info

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

RGB color model

#9684BC color RGB value is (150,132,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 188 of 255 = 74%

150
132
188

R + G + B ~ 62%. #9684BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 188 = 470 (100%)
R 150 of 470 ~ 31.91%
G 132 of 470 ~ 28.09%
B 188 of 470 ~ 40%

%31.91
%28.09
%40

CMYK color model

#9684BC color CMYK value is (20,30,0,26).

  • cyan value is 20.21%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,30,0,26)
C20M30Y0K26 
(20%,30%,0%,26%)
(0.20/0.30/0.00/0.26)	

CMYK percentages

%20.21
%29.79
%0
%26.27

Codes

Color #9684BC in popluar color models

9684BC
RGB150132188
HSL259°29.47%62.75%
HSB/HSV259°29.79%73.73%
CMYK20.21%29.79%0.00%
26.27%

Color #9684BC in popluar number systems.

HEX9684BC
Decimal150132188
Binary100101101000010010111100
Octal226204274

Shades and tints

Shades of #9684BC

#9684BC
(150,132,188)
#8978AB
(137,120,171)
#7C6C9A
(124,108,154)
#6F6089
(111,96,137)
#625478
(98,84,120)
#554867
(85,72,103)
#483C56
(72,60,86)
#3B3045
(59,48,69)
#2E2434
(46,36,52)
#211823
(33,24,35)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #9684BC

#9684BC
(150,132,188)
#9F8FC2
(159,143,194)
#A89AC8
(168,154,200)
#B1A5CE
(177,165,206)
#BAB0D4
(186,176,212)
#C3BBDA
(195,187,218)
#CCC6E0
(204,198,224)
#D5D1E6
(213,209,230)
#DEDCEC
(222,220,236)
#E7E7F2
(231,231,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9684BC; }

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

This text font color is #9684BC.


Background Color

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

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

This div background color is #9684BC.


Border color

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

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

This div border color is #9684BC.


Opacity

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

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

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

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

This text has shadow with #9684BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9684BC on black background.


Color preview on white background

This text has color #9684BC on white background.



Black color preview on #9684BC background

This text has black color on #9684BC background.


White color preview on #9684BC background

This text has white color on #9684BC background.