COLOR #9D97AF

HEX: #9D97AF
RGB: (157,151,175)

Color info

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

RGB color model

#9D97AF color RGB value is (157,151,175).

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

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 175 of 255 = 69%

157
151
175

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

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 175 = 483 (100%)
R 157 of 483 ~ 32.51%
G 151 of 483 ~ 31.26%
B 175 of 483 ~ 36.23%

%32.51
%31.26
%36.23

CMYK color model

#9D97AF color CMYK value is (10,14,0,31).

  • cyan value is 10.29%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,14,0,31)
C10M14Y0K31 
(10%,14%,0%,31%)
(0.10/0.14/0.00/0.31)	

CMYK percentages

%10.29
%13.71
%0
%31.37

Codes

Color #9D97AF in popluar color models

9D97AF
RGB157151175
HSL255°13.04%63.92%
HSB/HSV255°13.71%68.63%
CMYK10.29%13.71%0.00%
31.37%

Color #9D97AF in popluar number systems.

HEX9D97AF
Decimal157151175
Binary100111011001011110101111
Octal235227257

Shades and tints

Shades of #9D97AF

#9D97AF
(157,151,175)
#8F8AA0
(143,138,160)
#817D91
(129,125,145)
#737082
(115,112,130)
#656373
(101,99,115)
#575664
(87,86,100)
#494955
(73,73,85)
#3B3C46
(59,60,70)
#2D2F37
(45,47,55)
#1F2228
(31,34,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #9D97AF

#9D97AF
(157,151,175)
#A5A0B6
(165,160,182)
#ADA9BD
(173,169,189)
#B5B2C4
(181,178,196)
#BDBBCB
(189,187,203)
#C5C4D2
(197,196,210)
#CDCDD9
(205,205,217)
#D5D6E0
(213,214,224)
#DDDFE7
(221,223,231)
#E5E8EE
(229,232,238)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D97AF; }

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

This text font color is #9D97AF.


Background Color

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

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

This div background color is #9D97AF.


Border color

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

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

This div border color is #9D97AF.


Opacity

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

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

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

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

This text has shadow with #9D97AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D97AF on black background.


Color preview on white background

This text has color #9D97AF on white background.



Black color preview on #9D97AF background

This text has black color on #9D97AF background.


White color preview on #9D97AF background

This text has white color on #9D97AF background.