COLOR #9684B2

HEX: #9684B2
RGB: (150,132,178)

Color info

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

RGB color model

#9684B2 color RGB value is (150,132,178).

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

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 178 of 255 = 70%

150
132
178

R + G + B ~ 60%. #9684B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 178 = 460 (100%)
R 150 of 460 ~ 32.61%
G 132 of 460 ~ 28.7%
B 178 of 460 ~ 38.7%

%32.61
%28.7
%38.7

CMYK color model

#9684B2 color CMYK value is (16,26,0,30).

  • cyan value is 15.73%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,26,0,30)
C16M26Y0K30 
(16%,26%,0%,30%)
(0.16/0.26/0.00/0.30)	

CMYK percentages

%15.73
%25.84
%0
%30.2

Codes

Color #9684B2 in popluar color models

9684B2
RGB150132178
HSL263°23.00%60.78%
HSB/HSV263°25.84%69.80%
CMYK15.73%25.84%0.00%
30.20%

Color #9684B2 in popluar number systems.

HEX9684B2
Decimal150132178
Binary100101101000010010110010
Octal226204262

Shades and tints

Shades of #9684B2

#9684B2
(150,132,178)
#8978A2
(137,120,162)
#7C6C92
(124,108,146)
#6F6082
(111,96,130)
#625472
(98,84,114)
#554862
(85,72,98)
#483C52
(72,60,82)
#3B3042
(59,48,66)
#2E2432
(46,36,50)
#211822
(33,24,34)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #9684B2

#9684B2
(150,132,178)
#9F8FB9
(159,143,185)
#A89AC0
(168,154,192)
#B1A5C7
(177,165,199)
#BAB0CE
(186,176,206)
#C3BBD5
(195,187,213)
#CCC6DC
(204,198,220)
#D5D1E3
(213,209,227)
#DEDCEA
(222,220,234)
#E7E7F1
(231,231,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9684B2; }

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

This text font color is #9684B2.


Background Color

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

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

This div background color is #9684B2.


Border color

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

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

This div border color is #9684B2.


Opacity

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

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

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

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

This text has shadow with #9684B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9684B2 on black background.


Color preview on white background

This text has color #9684B2 on white background.



Black color preview on #9684B2 background

This text has black color on #9684B2 background.


White color preview on #9684B2 background

This text has white color on #9684B2 background.