COLOR #9C7684

HEX: #9C7684
RGB: (156,118,132)

Color info

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

RGB color model

#9C7684 color RGB value is (156,118,132).

  • red value is 156;
  • green value is 118;
  • blue value is 132.
RGB:
(156,118,132)
(61%,46%,52%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 132 of 255 = 52%

156
118
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 132 = 406 (100%)
R 156 of 406 ~ 38.42%
G 118 of 406 ~ 29.06%
B 132 of 406 ~ 32.51%

%38.42
%29.06
%32.51

CMYK color model

#9C7684 color CMYK value is (0,24,15,39).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(0,24,15,39)
C0M24Y15K39 
(0%,24%,15%,39%)
(0.00/0.24/0.15/0.39)	

CMYK percentages

%0
%24.36
%15.38
%38.82

Codes

Color #9C7684 in popluar color models

9C7684
RGB156118132
HSL338°16.10%53.73%
HSB/HSV338°24.36%61.18%
CMYK0.00%24.36%15.38%
38.82%

Color #9C7684 in popluar number systems.

HEX9C7684
Decimal156118132
Binary10011100111011010000100
Octal234166204

Shades and tints

Shades of #9C7684

#9C7684
(156,118,132)
#8E6C78
(142,108,120)
#80626C
(128,98,108)
#725860
(114,88,96)
#644E54
(100,78,84)
#564448
(86,68,72)
#483A3C
(72,58,60)
#3A3030
(58,48,48)
#2C2624
(44,38,36)
#1E1C18
(30,28,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9C7684

#9C7684
(156,118,132)
#A5828F
(165,130,143)
#AE8E9A
(174,142,154)
#B79AA5
(183,154,165)
#C0A6B0
(192,166,176)
#C9B2BB
(201,178,187)
#D2BEC6
(210,190,198)
#DBCAD1
(219,202,209)
#E4D6DC
(228,214,220)
#EDE2E7
(237,226,231)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7684; }

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

This text font color is #9C7684.


Background Color

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

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

This div background color is #9C7684.


Border color

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

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

This div border color is #9C7684.


Opacity

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

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

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

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

This text has shadow with #9C7684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7684 on black background.


Color preview on white background

This text has color #9C7684 on white background.



Black color preview on #9C7684 background

This text has black color on #9C7684 background.


White color preview on #9C7684 background

This text has white color on #9C7684 background.