COLOR #9678BC

HEX: #9678BC
RGB: (150,120,188)

Color info

#9678BC contains mainly red and blue colors. Web safe color of #9678BC is #9966CC (or #96C).

RGB color model

#9678BC color RGB value is (150,120,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 188 of 255 = 74%

150
120
188

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 188 = 458 (100%)
R 150 of 458 ~ 32.75%
G 120 of 458 ~ 26.2%
B 188 of 458 ~ 41.05%

%32.75
%26.2
%41.05

CMYK color model

#9678BC color CMYK value is (20,36,0,26).

  • cyan value is 20.21%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,36,0,26)
C20M36Y0K26 
(20%,36%,0%,26%)
(0.20/0.36/0.00/0.26)	

CMYK percentages

%20.21
%36.17
%0
%26.27

Codes

Color #9678BC in popluar color models

9678BC
RGB150120188
HSL266°33.66%60.39%
HSB/HSV266°36.17%73.73%
CMYK20.21%36.17%0.00%
26.27%

Color #9678BC in popluar number systems.

HEX9678BC
Decimal150120188
Binary10010110111100010111100
Octal226170274

Shades and tints

Shades of #9678BC

#9678BC
(150,120,188)
#896EAB
(137,110,171)
#7C649A
(124,100,154)
#6F5A89
(111,90,137)
#625078
(98,80,120)
#554667
(85,70,103)
#483C56
(72,60,86)
#3B3245
(59,50,69)
#2E2834
(46,40,52)
#211E23
(33,30,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #9678BC

#9678BC
(150,120,188)
#9F84C2
(159,132,194)
#A890C8
(168,144,200)
#B19CCE
(177,156,206)
#BAA8D4
(186,168,212)
#C3B4DA
(195,180,218)
#CCC0E0
(204,192,224)
#D5CCE6
(213,204,230)
#DED8EC
(222,216,236)
#E7E4F2
(231,228,242)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9678BC; }

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

This text font color is #9678BC.


Background Color

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

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

This div background color is #9678BC.


Border color

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

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

This div border color is #9678BC.


Opacity

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

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

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

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

This text has shadow with #9678BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9678BC on black background.


Color preview on white background

This text has color #9678BC on white background.



Black color preview on #9678BC background

This text has black color on #9678BC background.


White color preview on #9678BC background

This text has white color on #9678BC background.