COLOR #9C97AA

HEX: #9C97AA RGB: (156,151,170)

Color info

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

RGB color model

#9C97AA color RGB value is (156,151,170).

RGB: (156,151,170) (61%, 59%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 170 of 255 = 67%

156
151
170

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

Portions of RGB colors in percentages

R + G + B = 156 + 151 + 170 = 477 (100%)
R 156 of 477 ~ 32.7%
G 151 of 477 ~ 31.66%
B 170 of 477 ~ 35.64'%

%32.7
%31.66
%35.64

CMYK color model

#9C97AA color CMYK value is (8,11,0,33).

  • cyan value is 8.24%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (8,11,0,33)
C8M11Y0K33 (8%, 11%, 0%, 33%)
(0.08 / 0.11 / 0.00 / 0.33)

CMYK percentages

%8.24
%11.18
%0
%33.33

Codes

Color #9C97AA in popluar color models

9C 97 AA
RGB 156 151 170
HSL 256° 10.05% 62.94%
HSB/HSV 256° 11.18% 66.67%
CMYK 8.24% 11.18% 0.00%
33.33%

Color #9C97AA in popluar number systems.

HEX 9C 97 AA
Decimal 156 151 170
Binary 10011100 10010111 10101010
Octal 234 227 252

Shades and tints

Shades of #9C97AA

#9C97AA
(156,151,170)
#8E8A9B
(142,138,155)
#807D8C
(128,125,140)
#72707D
(114,112,125)
#64636E
(100,99,110)
#56565F
(86,86,95)
#484950
(72,73,80)
#3A3C41
(58,60,65)
#2C2F32
(44,47,50)
#1E2223
(30,34,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9C97AA

#9C97AA
(156,151,170)
#A5A0B1
(165,160,177)
#AEA9B8
(174,169,184)
#B7B2BF
(183,178,191)
#C0BBC6
(192,187,198)
#C9C4CD
(201,196,205)
#D2CDD4
(210,205,212)
#DBD6DB
(219,214,219)
#E4DFE2
(228,223,226)
#EDE8E9
(237,232,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C97AA color. Also use rgb(156,151,170) instead hex code.

Text Font Color

.myTextColor { color: #9C97AA; }

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

This text font color is #9C97AA.

Background Color

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

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

This div background color is #9C97AA.

Border color

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

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

This div border color is #9C97AA.

Opacity

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

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

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

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

This text has shadow with #9C97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C97AA.

Preview

Color preview on black background

This text has color #9C97AA on black background.


Color preview on white background

This text has color #9C97AA on white background.


Black color preview on #9C97AA background

This text has black color on #9C97AA background.


White color preview on #9C97AA background

This text has white color on #9C97AA background.


Related colors

Complementary color

Complementary color for #hex is #636855.


I love getcolorcode.com

Triadic colors

1 #AA9C97 and #97AA9C with #9C97AA are triadic colors.

2 #AA979C and #979CAA with #9C97AA are triadic colors.