COLOR #9C8CAB

HEX: #9C8CAB RGB: (156,140,171)

Color info

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

RGB color model

#9C8CAB color RGB value is (156,140,171).

RGB: (156,140,171) (61%, 55%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 171 of 255 = 67%

156
140
171

R + G + B ~ 61%. #9C8CAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 140 + 171 = 467 (100%)
R 156 of 467 ~ 33.4%
G 140 of 467 ~ 29.98%
B 171 of 467 ~ 36.62'%

%33.4
%29.98
%36.62

CMYK color model

#9C8CAB color CMYK value is (9,18,0,33).

  • cyan value is 8.77%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,18,0,33)
C9M18Y0K33 (9%, 18%, 0%, 33%)
(0.09 / 0.18 / 0.00 / 0.33)

CMYK percentages

%8.77
%18.13
%0
%32.94

Codes

Color #9C8CAB in popluar color models

9C 8C AB
RGB 156 140 171
HSL 271° 15.58% 60.98%
HSB/HSV 271° 18.13% 67.06%
CMYK 8.77% 18.13% 0.00%
32.94%

Color #9C8CAB in popluar number systems.

HEX 9C 8C AB
Decimal 156 140 171
Binary 10011100 10001100 10101011
Octal 234 214 253

Shades and tints

Shades of #9C8CAB

#9C8CAB
(156,140,171)
#8E809C
(142,128,156)
#80748D
(128,116,141)
#72687E
(114,104,126)
#645C6F
(100,92,111)
#565060
(86,80,96)
#484451
(72,68,81)
#3A3842
(58,56,66)
#2C2C33
(44,44,51)
#1E2024
(30,32,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9C8CAB

#9C8CAB
(156,140,171)
#A596B2
(165,150,178)
#AEA0B9
(174,160,185)
#B7AAC0
(183,170,192)
#C0B4C7
(192,180,199)
#C9BECE
(201,190,206)
#D2C8D5
(210,200,213)
#DBD2DC
(219,210,220)
#E4DCE3
(228,220,227)
#EDE6EA
(237,230,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8CAB; }

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

This text font color is #9C8CAB.

Background Color

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

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

This div background color is #9C8CAB.

Border color

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

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

This div border color is #9C8CAB.

Opacity

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

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

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

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

This text has shadow with #9C8CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8CAB.

Preview

Color preview on black background

This text has color #9C8CAB on black background.


Color preview on white background

This text has color #9C8CAB on white background.


Black color preview on #9C8CAB background

This text has black color on #9C8CAB background.


White color preview on #9C8CAB background

This text has white color on #9C8CAB background.


Related colors

Complementary color

Complementary color for #hex is #637354.


I love getcolorcode.com

Triadic colors

1 #AB9C8C and #8CAB9C with #9C8CAB are triadic colors.

2 #AB8C9C and #8C9CAB with #9C8CAB are triadic colors.