COLOR #9676A3

HEX: #9676A3
RGB: (150,118,163)

Color info

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

RGB color model

#9676A3 color RGB value is (150,118,163).

  • red value is 150;
  • green value is 118;
  • blue value is 163.
RGB:
(150,118,163)
(59%,46%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 163 of 255 = 64%

150
118
163

R + G + B ~ 56%. #9676A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 118 + 163 = 431 (100%)
R 150 of 431 ~ 34.8%
G 118 of 431 ~ 27.38%
B 163 of 431 ~ 37.82%

%34.8
%27.38
%37.82

CMYK color model

#9676A3 color CMYK value is (8,28,0,36).

  • cyan value is 7.98%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,28,0,36)
C8M28Y0K36 
(8%,28%,0%,36%)
(0.08/0.28/0.00/0.36)	

CMYK percentages

%7.98
%27.61
%0
%36.08

Codes

Color #9676A3 in popluar color models

9676A3
RGB150118163
HSL283°19.65%55.10%
HSB/HSV283°27.61%63.92%
CMYK7.98%27.61%0.00%
36.08%

Color #9676A3 in popluar number systems.

HEX9676A3
Decimal150118163
Binary10010110111011010100011
Octal226166243

Shades and tints

Shades of #9676A3

#9676A3
(150,118,163)
#896C95
(137,108,149)
#7C6287
(124,98,135)
#6F5879
(111,88,121)
#624E6B
(98,78,107)
#55445D
(85,68,93)
#483A4F
(72,58,79)
#3B3041
(59,48,65)
#2E2633
(46,38,51)
#211C25
(33,28,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #9676A3

#9676A3
(150,118,163)
#9F82AB
(159,130,171)
#A88EB3
(168,142,179)
#B19ABB
(177,154,187)
#BAA6C3
(186,166,195)
#C3B2CB
(195,178,203)
#CCBED3
(204,190,211)
#D5CADB
(213,202,219)
#DED6E3
(222,214,227)
#E7E2EB
(231,226,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9676A3 color. Also use rgb(150,118,163) instead hex code.

Text Font Color

.myTextColor { color: #9676A3; }

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

This text font color is #9676A3.


Background Color

.myBgColor { background-color: #9676A3; }

<div style="background-color:#9676A3">Inner text</div>

This div background color is #9676A3.


Border color

.myBorderColor { border: 1px solid #9676A3; }

<div style="border:3px solid #9676A3">Div</div>

This div border color is #9676A3.


Opacity

.myOpacity80 { color: #9676A3; opacity: 0.8; }

<p style="color:#9676A3;opacity:0.8;">80%</p>

Text with #9676A3 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 #9676A3;}

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

This text has shadow with #9676A3 color.

.textShadow {text-shadow: 3px 3px 1px #9676A3, 3px 3px 1px red;}

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

This text has shadow with #9676A3 primary color and red secondary color.


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

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

This text has shadow with #9676A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9676A3 on black background.


Color preview on white background

This text has color #9676A3 on white background.



Black color preview on #9676A3 background

This text has black color on #9676A3 background.


White color preview on #9676A3 background

This text has white color on #9676A3 background.