COLOR #9C96AB

HEX: #9C96AB RGB: (156,150,171)

Color info

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

RGB color model

#9C96AB color RGB value is (156,150,171).

RGB: (156,150,171) (61%, 59%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 171 of 255 = 67%

156
150
171

R + G + B ~ 62%. #9C96AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 150 + 171 = 477 (100%)
R 156 of 477 ~ 32.7%
G 150 of 477 ~ 31.45%
B 171 of 477 ~ 35.85'%

%32.7
%31.45
%35.85

CMYK color model

#9C96AB color CMYK value is (9,12,0,33).

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

CMYK: (9,12,0,33)
C9M12Y0K33 (9%, 12%, 0%, 33%)
(0.09 / 0.12 / 0.00 / 0.33)

CMYK percentages

%8.77
%12.28
%0
%32.94

Codes

Color #9C96AB in popluar color models

9C 96 AB
RGB 156 150 171
HSL 257° 11.11% 62.94%
HSB/HSV 257° 12.28% 67.06%
CMYK 8.77% 12.28% 0.00%
32.94%

Color #9C96AB in popluar number systems.

HEX 9C 96 AB
Decimal 156 150 171
Binary 10011100 10010110 10101011
Octal 234 226 253

Shades and tints

Shades of #9C96AB

#9C96AB
(156,150,171)
#8E899C
(142,137,156)
#807C8D
(128,124,141)
#726F7E
(114,111,126)
#64626F
(100,98,111)
#565560
(86,85,96)
#484851
(72,72,81)
#3A3B42
(58,59,66)
#2C2E33
(44,46,51)
#1E2124
(30,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9C96AB

#9C96AB
(156,150,171)
#A59FB2
(165,159,178)
#AEA8B9
(174,168,185)
#B7B1C0
(183,177,192)
#C0BAC7
(192,186,199)
#C9C3CE
(201,195,206)
#D2CCD5
(210,204,213)
#DBD5DC
(219,213,220)
#E4DEE3
(228,222,227)
#EDE7EA
(237,231,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C96AB; }

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

This text font color is #9C96AB.

Background Color

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

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

This div background color is #9C96AB.

Border color

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

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

This div border color is #9C96AB.

Opacity

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

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

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

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

This text has shadow with #9C96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C96AB.

Preview

Color preview on black background

This text has color #9C96AB on black background.


Color preview on white background

This text has color #9C96AB on white background.


Black color preview on #9C96AB background

This text has black color on #9C96AB background.


White color preview on #9C96AB background

This text has white color on #9C96AB background.


Related colors

Complementary color

Complementary color for #hex is #636954.


I love getcolorcode.com

Triadic colors

1 #AB9C96 and #96AB9C with #9C96AB are triadic colors.

2 #AB969C and #969CAB with #9C96AB are triadic colors.