COLOR #9F7684

HEX: #9F7684 RGB: (159,118,132)

Color info

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

RGB color model

#9F7684 color RGB value is (159,118,132).

RGB: (159,118,132) (62%, 46%, 52%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 132 of 255 = 52%

159
118
132

R + G + B ~ 53%. #9F7684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 132 = 409 (100%)
R 159 of 409 ~ 38.88%
G 118 of 409 ~ 28.85%
B 132 of 409 ~ 32.27'%

%38.88
%28.85
%32.27

CMYK color model

#9F7684 color CMYK value is (0,26,17,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 16.98%
  • key color value is 37.65%

CMYK: (0,26,17,38)
C0M26Y17K38 (0%, 26%, 17%, 38%)
(0.00 / 0.26 / 0.17 / 0.38)

CMYK percentages

%0
%25.79
%16.98
%37.65

Codes

Color #9F7684 in popluar color models

9F 76 84
RGB 159 118 132
HSL 340° 17.60% 54.31%
HSB/HSV 340° 25.79% 62.35%
CMYK 0.00% 25.79% 16.98%
37.65%

Color #9F7684 in popluar number systems.

HEX 9F 76 84
Decimal 159 118 132
Binary 10011111 1110110 10000100
Octal 237 166 204

Shades and tints

Shades of #9F7684

#9F7684
(159,118,132)
#916C78
(145,108,120)
#83626C
(131,98,108)
#755860
(117,88,96)
#674E54
(103,78,84)
#594448
(89,68,72)
#4B3A3C
(75,58,60)
#3D3030
(61,48,48)
#2F2624
(47,38,36)
#211C18
(33,28,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #9F7684

#9F7684
(159,118,132)
#A7828F
(167,130,143)
#AF8E9A
(175,142,154)
#B79AA5
(183,154,165)
#BFA6B0
(191,166,176)
#C7B2BB
(199,178,187)
#CFBEC6
(207,190,198)
#D7CAD1
(215,202,209)
#DFD6DC
(223,214,220)
#E7E2E7
(231,226,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7684 color. Also use rgb(159,118,132) instead hex code.

Text Font Color

.myTextColor { color: #9F7684; }

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

This text font color is #9F7684.

Background Color

.myBgColor { background-color: #9F7684; }

<div style="background-color:#9F7684">Inner text</div>

This div background color is #9F7684.

Border color

.myBorderColor { border: 1px solid #9F7684; }

<div style="border:3px solid #9F7684">Div</div>

This div border color is #9F7684.

Opacity

.myOpacity80 { color: #9F7684; opacity: 0.8; }

<p style="color:#9F7684;opacity:0.8;">80%</p>

Text with #9F7684 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 #9F7684;}

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

This text has shadow with #9F7684 color.


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

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

This text has shadow with #9F7684 primary color and red secondary color.


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

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

This text has shadow with #9F7684 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9F7684.

Preview

Color preview on black background

This text has color #9F7684 on black background.


Color preview on white background

This text has color #9F7684 on white background.


Black color preview on #9F7684 background

This text has black color on #9F7684 background.


White color preview on #9F7684 background

This text has white color on #9F7684 background.


Related colors

Complementary color

Complementary color for #hex is #60897B.


I love getcolorcode.com

Triadic colors

1 #849F76 and #76849F with #9F7684 are triadic colors.

2 #84769F and #769F84 with #9F7684 are triadic colors.