COLOR #9C85AC

HEX: #9C85AC RGB: (156,133,172)

Color info

#9C85AC contains red, green and blue colors in about the same proportion. Web safe color of #9C85AC is #999999 (or #999).

RGB color model

#9C85AC color RGB value is (156,133,172).

RGB: (156,133,172) (61%, 52%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 172 of 255 = 67%

156
133
172

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

Portions of RGB colors in percentages

R + G + B = 156 + 133 + 172 = 461 (100%)
R 156 of 461 ~ 33.84%
G 133 of 461 ~ 28.85%
B 172 of 461 ~ 37.31'%

%33.84
%28.85
%37.31

CMYK color model

#9C85AC color CMYK value is (9,23,0,33).

  • cyan value is 9.30%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (9,23,0,33)
C9M23Y0K33 (9%, 23%, 0%, 33%)
(0.09 / 0.23 / 0.00 / 0.33)

CMYK percentages

%9.3
%22.67
%0
%32.55

Codes

Color #9C85AC in popluar color models

9C 85 AC
RGB 156 133 172
HSL 275° 19.02% 59.80%
HSB/HSV 275° 22.67% 67.45%
CMYK 9.30% 22.67% 0.00%
32.55%

Color #9C85AC in popluar number systems.

HEX 9C 85 AC
Decimal 156 133 172
Binary 10011100 10000101 10101100
Octal 234 205 254

Shades and tints

Shades of #9C85AC

#9C85AC
(156,133,172)
#8E799D
(142,121,157)
#806D8E
(128,109,142)
#72617F
(114,97,127)
#645570
(100,85,112)
#564961
(86,73,97)
#483D52
(72,61,82)
#3A3143
(58,49,67)
#2C2534
(44,37,52)
#1E1925
(30,25,37)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #9C85AC

#9C85AC
(156,133,172)
#A590B3
(165,144,179)
#AE9BBA
(174,155,186)
#B7A6C1
(183,166,193)
#C0B1C8
(192,177,200)
#C9BCCF
(201,188,207)
#D2C7D6
(210,199,214)
#DBD2DD
(219,210,221)
#E4DDE4
(228,221,228)
#EDE8EB
(237,232,235)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C85AC color. Also use rgb(156,133,172) instead hex code.

Text Font Color

.myTextColor { color: #9C85AC; }

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

This text font color is #9C85AC.

Background Color

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

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

This div background color is #9C85AC.

Border color

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

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

This div border color is #9C85AC.

Opacity

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

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

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

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

This text has shadow with #9C85AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C85AC.

Preview

Color preview on black background

This text has color #9C85AC on black background.


Color preview on white background

This text has color #9C85AC on white background.


Black color preview on #9C85AC background

This text has black color on #9C85AC background.


White color preview on #9C85AC background

This text has white color on #9C85AC background.


Related colors

Complementary color

Complementary color for #hex is #637A53.


I love getcolorcode.com

Triadic colors

1 #AC9C85 and #85AC9C with #9C85AC are triadic colors.

2 #AC859C and #859CAC with #9C85AC are triadic colors.