COLOR #9C678C

HEX: #9C678C RGB: (156,103,140)

Color info

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

RGB color model

#9C678C color RGB value is (156,103,140).

RGB: (156,103,140) (61%, 40%, 55%)

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 140 of 255 = 55%

156
103
140

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

Portions of RGB colors in percentages

R + G + B = 156 + 103 + 140 = 399 (100%)
R 156 of 399 ~ 39.1%
G 103 of 399 ~ 25.81%
B 140 of 399 ~ 35.09'%

%39.1
%25.81
%35.09

CMYK color model

#9C678C color CMYK value is (0,34,10,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 10.26%
  • key color value is 38.82%

CMYK: (0,34,10,39)
C0M34Y10K39 (0%, 34%, 10%, 39%)
(0.00 / 0.34 / 0.10 / 0.39)

CMYK percentages

%0
%33.97
%10.26
%38.82

Codes

Color #9C678C in popluar color models

9C 67 8C
RGB 156 103 140
HSL 318° 21.12% 50.78%
HSB/HSV 318° 33.97% 61.18%
CMYK 0.00% 33.97% 10.26%
38.82%

Color #9C678C in popluar number systems.

HEX 9C 67 8C
Decimal 156 103 140
Binary 10011100 1100111 10001100
Octal 234 147 214

Shades and tints

Shades of #9C678C

#9C678C
(156,103,140)
#8E5E80
(142,94,128)
#805574
(128,85,116)
#724C68
(114,76,104)
#64435C
(100,67,92)
#563A50
(86,58,80)
#483144
(72,49,68)
#3A2838
(58,40,56)
#2C1F2C
(44,31,44)
#1E1620
(30,22,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #9C678C

#9C678C
(156,103,140)
#A57496
(165,116,150)
#AE81A0
(174,129,160)
#B78EAA
(183,142,170)
#C09BB4
(192,155,180)
#C9A8BE
(201,168,190)
#D2B5C8
(210,181,200)
#DBC2D2
(219,194,210)
#E4CFDC
(228,207,220)
#EDDCE6
(237,220,230)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C678C color. Also use rgb(156,103,140) instead hex code.

Text Font Color

.myTextColor { color: #9C678C; }

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

This text font color is #9C678C.

Background Color

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

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

This div background color is #9C678C.

Border color

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

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

This div border color is #9C678C.

Opacity

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

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

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

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

This text has shadow with #9C678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C678C.

Preview

Color preview on black background

This text has color #9C678C on black background.


Color preview on white background

This text has color #9C678C on white background.


Black color preview on #9C678C background

This text has black color on #9C678C background.


White color preview on #9C678C background

This text has white color on #9C678C background.


Related colors

Complementary color

Complementary color for #hex is #639873.


I love getcolorcode.com

Triadic colors

1 #8C9C67 and #678C9C with #9C678C are triadic colors.

2 #8C679C and #679C8C with #9C678C are triadic colors.