COLOR #9677AD

HEX: #9677AD
RGB: (150,119,173)

Color info

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

RGB color model

#9677AD color RGB value is (150,119,173).

  • red value is 150;
  • green value is 119;
  • blue value is 173.
RGB:
(150,119,173)
(59%,47%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 173 of 255 = 68%

150
119
173

R + G + B ~ 58%. #9677AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 119 + 173 = 442 (100%)
R 150 of 442 ~ 33.94%
G 119 of 442 ~ 26.92%
B 173 of 442 ~ 39.14%

%33.94
%26.92
%39.14

CMYK color model

#9677AD color CMYK value is (13,31,0,32).

  • cyan value is 13.29%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,31,0,32)
C13M31Y0K32 
(13%,31%,0%,32%)
(0.13/0.31/0.00/0.32)	

CMYK percentages

%13.29
%31.21
%0
%32.16

Codes

Color #9677AD in popluar color models

9677AD
RGB150119173
HSL274°24.77%57.25%
HSB/HSV274°31.21%67.84%
CMYK13.29%31.21%0.00%
32.16%

Color #9677AD in popluar number systems.

HEX9677AD
Decimal150119173
Binary10010110111011110101101
Octal226167255

Shades and tints

Shades of #9677AD

#9677AD
(150,119,173)
#896D9E
(137,109,158)
#7C638F
(124,99,143)
#6F5980
(111,89,128)
#624F71
(98,79,113)
#554562
(85,69,98)
#483B53
(72,59,83)
#3B3144
(59,49,68)
#2E2735
(46,39,53)
#211D26
(33,29,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #9677AD

#9677AD
(150,119,173)
#9F83B4
(159,131,180)
#A88FBB
(168,143,187)
#B19BC2
(177,155,194)
#BAA7C9
(186,167,201)
#C3B3D0
(195,179,208)
#CCBFD7
(204,191,215)
#D5CBDE
(213,203,222)
#DED7E5
(222,215,229)
#E7E3EC
(231,227,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9677AD color. Also use rgb(150,119,173) instead hex code.

Text Font Color

.myTextColor { color: #9677AD; }

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

This text font color is #9677AD.


Background Color

.myBgColor { background-color: #9677AD; }

<div style="background-color:#9677AD">Inner text</div>

This div background color is #9677AD.


Border color

.myBorderColor { border: 1px solid #9677AD; }

<div style="border:3px solid #9677AD">Div</div>

This div border color is #9677AD.


Opacity

.myOpacity80 { color: #9677AD; opacity: 0.8; }

<p style="color:#9677AD;opacity:0.8;">80%</p>

Text with #9677AD 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 #9677AD;}

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

This text has shadow with #9677AD color.

.textShadow {text-shadow: 3px 3px 1px #9677AD, 3px 3px 1px red;}

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

This text has shadow with #9677AD primary color and red secondary color.


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

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

This text has shadow with #9677AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9677AD on black background.


Color preview on white background

This text has color #9677AD on white background.



Black color preview on #9677AD background

This text has black color on #9677AD background.


White color preview on #9677AD background

This text has white color on #9677AD background.