COLOR #9680C8

HEX: #9680C8
RGB: (150,128,200)

Color info

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

RGB color model

#9680C8 color RGB value is (150,128,200).

  • red value is 150;
  • green value is 128;
  • blue value is 200.
RGB:
(150,128,200)
(59%,50%,78%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 200 of 255 = 78%

150
128
200

R + G + B ~ 62%. #9680C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 200 = 478 (100%)
R 150 of 478 ~ 31.38%
G 128 of 478 ~ 26.78%
B 200 of 478 ~ 41.84%

%31.38
%26.78
%41.84

CMYK color model

#9680C8 color CMYK value is (25,36,0,22).

  • cyan value is 25.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(25,36,0,22)
C25M36Y0K22 
(25%,36%,0%,22%)
(0.25/0.36/0.00/0.22)	

CMYK percentages

%25
%36
%0
%21.57

Codes

Color #9680C8 in popluar color models

9680C8
RGB150128200
HSL258°39.56%64.31%
HSB/HSV258°36.00%78.43%
CMYK25.00%36.00%0.00%
21.57%

Color #9680C8 in popluar number systems.

HEX9680C8
Decimal150128200
Binary100101101000000011001000
Octal226200310

Shades and tints

Shades of #9680C8

#9680C8
(150,128,200)
#8975B6
(137,117,182)
#7C6AA4
(124,106,164)
#6F5F92
(111,95,146)
#625480
(98,84,128)
#55496E
(85,73,110)
#483E5C
(72,62,92)
#3B334A
(59,51,74)
#2E2838
(46,40,56)
#211D26
(33,29,38)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #9680C8

#9680C8
(150,128,200)
#9F8BCD
(159,139,205)
#A896D2
(168,150,210)
#B1A1D7
(177,161,215)
#BAACDC
(186,172,220)
#C3B7E1
(195,183,225)
#CCC2E6
(204,194,230)
#D5CDEB
(213,205,235)
#DED8F0
(222,216,240)
#E7E3F5
(231,227,245)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9680C8 color. Also use rgb(150,128,200) instead hex code.

Text Font Color

.myTextColor { color: #9680C8; }

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

This text font color is #9680C8.


Background Color

.myBgColor { background-color: #9680C8; }

<div style="background-color:#9680C8">Inner text</div>

This div background color is #9680C8.


Border color

.myBorderColor { border: 1px solid #9680C8; }

<div style="border:3px solid #9680C8">Div</div>

This div border color is #9680C8.


Opacity

.myOpacity80 { color: #9680C8; opacity: 0.8; }

<p style="color:#9680C8;opacity:0.8;">80%</p>

Text with #9680C8 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 #9680C8;}

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

This text has shadow with #9680C8 color.

.textShadow {text-shadow: 3px 3px 1px #9680C8, 3px 3px 1px red;}

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

This text has shadow with #9680C8 primary color and red secondary color.


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

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

This text has shadow with #9680C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9680C8 on black background.


Color preview on white background

This text has color #9680C8 on white background.



Black color preview on #9680C8 background

This text has black color on #9680C8 background.


White color preview on #9680C8 background

This text has white color on #9680C8 background.