COLOR #9D97AA

HEX: #9D97AA
RGB: (157,151,170)

Color info

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

RGB color model

#9D97AA color RGB value is (157,151,170).

  • red value is 157;
  • green value is 151;
  • blue value is 170.
RGB:
(157,151,170)
(62%,59%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 170 of 255 = 67%

157
151
170

R + G + B ~ 63%. #9D97AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 170 = 478 (100%)
R 157 of 478 ~ 32.85%
G 151 of 478 ~ 31.59%
B 170 of 478 ~ 35.56%

%32.85
%31.59
%35.56

CMYK color model

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

  • cyan value is 7.65%
  • 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

%7.65
%11.18
%0
%33.33

Codes

Color #9D97AA in popluar color models

9D97AA
RGB157151170
HSL259°10.05%62.94%
HSB/HSV259°11.18%66.67%
CMYK7.65%11.18%0.00%
33.33%

Color #9D97AA in popluar number systems.

HEX9D97AA
Decimal157151170
Binary100111011001011110101010
Octal235227252

Shades and tints

Shades of #9D97AA

#9D97AA
(157,151,170)
#8F8A9B
(143,138,155)
#817D8C
(129,125,140)
#73707D
(115,112,125)
#65636E
(101,99,110)
#57565F
(87,86,95)
#494950
(73,73,80)
#3B3C41
(59,60,65)
#2D2F32
(45,47,50)
#1F2223
(31,34,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #9D97AA

#9D97AA
(157,151,170)
#A5A0B1
(165,160,177)
#ADA9B8
(173,169,184)
#B5B2BF
(181,178,191)
#BDBBC6
(189,187,198)
#C5C4CD
(197,196,205)
#CDCDD4
(205,205,212)
#D5D6DB
(213,214,219)
#DDDFE2
(221,223,226)
#E5E8E9
(229,232,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D97AA; }

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

This text font color is #9D97AA.


Background Color

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

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

This div background color is #9D97AA.


Border color

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

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

This div border color is #9D97AA.


Opacity

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

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

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

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

This text has shadow with #9D97AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D97AA on black background.


Color preview on white background

This text has color #9D97AA on white background.



Black color preview on #9D97AA background

This text has black color on #9D97AA background.


White color preview on #9D97AA background

This text has white color on #9D97AA background.