COLOR #9677A8

HEX: #9677A8 RGB: (150,119,168)

Color info

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

RGB color model

#9677A8 color RGB value is (150,119,168).

RGB: (150,119,168) (59%, 47%, 66%)

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 168 of 255 = 66%

150
119
168

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

Portions of RGB colors in percentages

R + G + B = 150 + 119 + 168 = 437 (100%)
R 150 of 437 ~ 34.32%
G 119 of 437 ~ 27.23%
B 168 of 437 ~ 38.44'%

%34.32
%27.23
%38.44

CMYK color model

#9677A8 color CMYK value is (11,29,0,34).

  • cyan value is 10.71%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (11,29,0,34)
C11M29Y0K34 (11%, 29%, 0%, 34%)
(0.11 / 0.29 / 0.00 / 0.34)

CMYK percentages

%10.71
%29.17
%0
%34.12

Codes

Color #9677A8 in popluar color models

96 77 A8
RGB 150 119 168
HSL 278° 21.97% 56.27%
HSB/HSV 278° 29.17% 65.88%
CMYK 10.71% 29.17% 0.00%
34.12%

Color #9677A8 in popluar number systems.

HEX 96 77 A8
Decimal 150 119 168
Binary 10010110 1110111 10101000
Octal 226 167 250

Shades and tints

Shades of #9677A8

#9677A8
(150,119,168)
#896D99
(137,109,153)
#7C638A
(124,99,138)
#6F597B
(111,89,123)
#624F6C
(98,79,108)
#55455D
(85,69,93)
#483B4E
(72,59,78)
#3B313F
(59,49,63)
#2E2730
(46,39,48)
#211D21
(33,29,33)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #9677A8

#9677A8
(150,119,168)
#9F83AF
(159,131,175)
#A88FB6
(168,143,182)
#B19BBD
(177,155,189)
#BAA7C4
(186,167,196)
#C3B3CB
(195,179,203)
#CCBFD2
(204,191,210)
#D5CBD9
(213,203,217)
#DED7E0
(222,215,224)
#E7E3E7
(231,227,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9677A8; }

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

This text font color is #9677A8.

Background Color

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

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

This div background color is #9677A8.

Border color

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

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

This div border color is #9677A8.

Opacity

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

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

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

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

This text has shadow with #9677A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9677A8.

Preview

Color preview on black background

This text has color #9677A8 on black background.


Color preview on white background

This text has color #9677A8 on white background.


Black color preview on #9677A8 background

This text has black color on #9677A8 background.


White color preview on #9677A8 background

This text has white color on #9677A8 background.


Related colors

Complementary color

Complementary color for #hex is #698857.


I love getcolorcode.com

Triadic colors

1 #A89677 and #77A896 with #9677A8 are triadic colors.

2 #A87796 and #7796A8 with #9677A8 are triadic colors.