COLOR #9680BF

HEX: #9680BF RGB: (150,128,191)

Color info

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

RGB color model

#9680BF color RGB value is (150,128,191).

RGB: (150,128,191) (59%, 50%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 191 of 255 = 75%

150
128
191

R + G + B ~ 61%. #9680BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 128 + 191 = 469 (100%)
R 150 of 469 ~ 31.98%
G 128 of 469 ~ 27.29%
B 191 of 469 ~ 40.72'%

%31.98
%27.29
%40.72

CMYK color model

#9680BF color CMYK value is (21,33,0,25).

  • cyan value is 21.47%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (21,33,0,25)
C21M33Y0K25 (21%, 33%, 0%, 25%)
(0.21 / 0.33 / 0.00 / 0.25)

CMYK percentages

%21.47
%32.98
%0
%25.1

Codes

Color #9680BF in popluar color models

96 80 BF
RGB 150 128 191
HSL 261° 32.98% 62.55%
HSB/HSV 261° 32.98% 74.90%
CMYK 21.47% 32.98% 0.00%
25.10%

Color #9680BF in popluar number systems.

HEX 96 80 BF
Decimal 150 128 191
Binary 10010110 10000000 10111111
Octal 226 200 277

Shades and tints

Shades of #9680BF

#9680BF
(150,128,191)
#8975AE
(137,117,174)
#7C6A9D
(124,106,157)
#6F5F8C
(111,95,140)
#62547B
(98,84,123)
#55496A
(85,73,106)
#483E59
(72,62,89)
#3B3348
(59,51,72)
#2E2837
(46,40,55)
#211D26
(33,29,38)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #9680BF

#9680BF
(150,128,191)
#9F8BC4
(159,139,196)
#A896C9
(168,150,201)
#B1A1CE
(177,161,206)
#BAACD3
(186,172,211)
#C3B7D8
(195,183,216)
#CCC2DD
(204,194,221)
#D5CDE2
(213,205,226)
#DED8E7
(222,216,231)
#E7E3EC
(231,227,236)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9680BF; }

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

This text font color is #9680BF.

Background Color

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

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

This div background color is #9680BF.

Border color

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

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

This div border color is #9680BF.

Opacity

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

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

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

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

This text has shadow with #9680BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9680BF.

Preview

Color preview on black background

This text has color #9680BF on black background.


Color preview on white background

This text has color #9680BF on white background.


Black color preview on #9680BF background

This text has black color on #9680BF background.


White color preview on #9680BF background

This text has white color on #9680BF background.


Related colors

Complementary color

Complementary color for #hex is #697F40.


I love getcolorcode.com

Triadic colors

1 #BF9680 and #80BF96 with #9680BF are triadic colors.

2 #BF8096 and #8096BF with #9680BF are triadic colors.