COLOR #9679B7

HEX: #9679B7
RGB: (150,121,183)

Color info

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

RGB color model

#9679B7 color RGB value is (150,121,183).

  • red value is 150;
  • green value is 121;
  • blue value is 183.
RGB:
(150,121,183)
(59%,47%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 183 of 255 = 72%

150
121
183

R + G + B ~ 59%. #9679B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 183 = 454 (100%)
R 150 of 454 ~ 33.04%
G 121 of 454 ~ 26.65%
B 183 of 454 ~ 40.31%

%33.04
%26.65
%40.31

CMYK color model

#9679B7 color CMYK value is (18,34,0,28).

  • cyan value is 18.03%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,34,0,28)
C18M34Y0K28 
(18%,34%,0%,28%)
(0.18/0.34/0.00/0.28)	

CMYK percentages

%18.03
%33.88
%0
%28.24

Codes

Color #9679B7 in popluar color models

9679B7
RGB150121183
HSL268°30.10%59.61%
HSB/HSV268°33.88%71.76%
CMYK18.03%33.88%0.00%
28.24%

Color #9679B7 in popluar number systems.

HEX9679B7
Decimal150121183
Binary10010110111100110110111
Octal226171267

Shades and tints

Shades of #9679B7

#9679B7
(150,121,183)
#896EA7
(137,110,167)
#7C6397
(124,99,151)
#6F5887
(111,88,135)
#624D77
(98,77,119)
#554267
(85,66,103)
#483757
(72,55,87)
#3B2C47
(59,44,71)
#2E2137
(46,33,55)
#211627
(33,22,39)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #9679B7

#9679B7
(150,121,183)
#9F85BD
(159,133,189)
#A891C3
(168,145,195)
#B19DC9
(177,157,201)
#BAA9CF
(186,169,207)
#C3B5D5
(195,181,213)
#CCC1DB
(204,193,219)
#D5CDE1
(213,205,225)
#DED9E7
(222,217,231)
#E7E5ED
(231,229,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9679B7 color. Also use rgb(150,121,183) instead hex code.

Text Font Color

.myTextColor { color: #9679B7; }

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

This text font color is #9679B7.


Background Color

.myBgColor { background-color: #9679B7; }

<div style="background-color:#9679B7">Inner text</div>

This div background color is #9679B7.


Border color

.myBorderColor { border: 1px solid #9679B7; }

<div style="border:3px solid #9679B7">Div</div>

This div border color is #9679B7.


Opacity

.myOpacity80 { color: #9679B7; opacity: 0.8; }

<p style="color:#9679B7;opacity:0.8;">80%</p>

Text with #9679B7 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 #9679B7;}

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

This text has shadow with #9679B7 color.

.textShadow {text-shadow: 3px 3px 1px #9679B7, 3px 3px 1px red;}

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

This text has shadow with #9679B7 primary color and red secondary color.


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

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

This text has shadow with #9679B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9679B7 on black background.


Color preview on white background

This text has color #9679B7 on white background.



Black color preview on #9679B7 background

This text has black color on #9679B7 background.


White color preview on #9679B7 background

This text has white color on #9679B7 background.