COLOR #9679A2

HEX: #9679A2
RGB: (150,121,162)

Color info

#9679A2 contains red, green and blue colors in about the same proportion. Web safe color of #9679A2 is #996699 (or #969).

RGB color model

#9679A2 color RGB value is (150,121,162).

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

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 162 of 255 = 64%

150
121
162

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 162 = 433 (100%)
R 150 of 433 ~ 34.64%
G 121 of 433 ~ 27.94%
B 162 of 433 ~ 37.41%

%34.64
%27.94
%37.41

CMYK color model

#9679A2 color CMYK value is (7,25,0,36).

  • cyan value is 7.41%
  • magenta value is 25.31%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,25,0,36)
C7M25Y0K36 
(7%,25%,0%,36%)
(0.07/0.25/0.00/0.36)	

CMYK percentages

%7.41
%25.31
%0
%36.47

Codes

Color #9679A2 in popluar color models

9679A2
RGB150121162
HSL282°18.06%55.49%
HSB/HSV282°25.31%63.53%
CMYK7.41%25.31%0.00%
36.47%

Color #9679A2 in popluar number systems.

HEX9679A2
Decimal150121162
Binary10010110111100110100010
Octal226171242

Shades and tints

Shades of #9679A2

#9679A2
(150,121,162)
#896E94
(137,110,148)
#7C6386
(124,99,134)
#6F5878
(111,88,120)
#624D6A
(98,77,106)
#55425C
(85,66,92)
#48374E
(72,55,78)
#3B2C40
(59,44,64)
#2E2132
(46,33,50)
#211624
(33,22,36)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #9679A2

#9679A2
(150,121,162)
#9F85AA
(159,133,170)
#A891B2
(168,145,178)
#B19DBA
(177,157,186)
#BAA9C2
(186,169,194)
#C3B5CA
(195,181,202)
#CCC1D2
(204,193,210)
#D5CDDA
(213,205,218)
#DED9E2
(222,217,226)
#E7E5EA
(231,229,234)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9679A2; }

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

This text font color is #9679A2.


Background Color

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

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

This div background color is #9679A2.


Border color

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

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

This div border color is #9679A2.


Opacity

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

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

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

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

This text has shadow with #9679A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9679A2 on black background.


Color preview on white background

This text has color #9679A2 on white background.



Black color preview on #9679A2 background

This text has black color on #9679A2 background.


White color preview on #9679A2 background

This text has white color on #9679A2 background.