COLOR #9D97AB

HEX: #9D97AB RGB: (157,151,171)

Color info

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

RGB color model

#9D97AB color RGB value is (157,151,171).

RGB: (157,151,171) (62%, 59%, 67%)

RGB channels and saturation

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

157
151
171

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

Portions of RGB colors in percentages

R + G + B = 157 + 151 + 171 = 479 (100%)
R 157 of 479 ~ 32.78%
G 151 of 479 ~ 31.52%
B 171 of 479 ~ 35.7'%

%32.78
%31.52
%35.7

CMYK color model

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

  • cyan value is 8.19%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,12,0,33)
C8M12Y0K33 (8%, 12%, 0%, 33%)
(0.08 / 0.12 / 0.00 / 0.33)

CMYK percentages

%8.19
%11.7
%0
%32.94

Codes

Color #9D97AB in popluar color models

9D 97 AB
RGB 157 151 171
HSL 258° 10.64% 63.14%
HSB/HSV 258° 11.70% 67.06%
CMYK 8.19% 11.70% 0.00%
32.94%

Color #9D97AB in popluar number systems.

HEX 9D 97 AB
Decimal 157 151 171
Binary 10011101 10010111 10101011
Octal 235 227 253

Shades and tints

Shades of #9D97AB

#9D97AB
(157,151,171)
#8F8A9C
(143,138,156)
#817D8D
(129,125,141)
#73707E
(115,112,126)
#65636F
(101,99,111)
#575660
(87,86,96)
#494951
(73,73,81)
#3B3C42
(59,60,66)
#2D2F33
(45,47,51)
#1F2224
(31,34,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9D97AB

#9D97AB
(157,151,171)
#A5A0B2
(165,160,178)
#ADA9B9
(173,169,185)
#B5B2C0
(181,178,192)
#BDBBC7
(189,187,199)
#C5C4CE
(197,196,206)
#CDCDD5
(205,205,213)
#D5D6DC
(213,214,220)
#DDDFE3
(221,223,227)
#E5E8EA
(229,232,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D97AB; }

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

This text font color is #9D97AB.

Background Color

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

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

This div background color is #9D97AB.

Border color

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

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

This div border color is #9D97AB.

Opacity

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

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

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

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

This text has shadow with #9D97AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D97AB.

Preview

Color preview on black background

This text has color #9D97AB on black background.


Color preview on white background

This text has color #9D97AB on white background.


Black color preview on #9D97AB background

This text has black color on #9D97AB background.


White color preview on #9D97AB background

This text has white color on #9D97AB background.


Related colors

Complementary color

Complementary color for #hex is #626854.


I love getcolorcode.com

Triadic colors

1 #AB9D97 and #97AB9D with #9D97AB are triadic colors.

2 #AB979D and #979DAB with #9D97AB are triadic colors.