COLOR #9B97AF

HEX: #9B97AF RGB: (155,151,175)

Color info

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

RGB color model

#9B97AF color RGB value is (155,151,175).

RGB: (155,151,175) (61%, 59%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 175 of 255 = 69%

155
151
175

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

Portions of RGB colors in percentages

R + G + B = 155 + 151 + 175 = 481 (100%)
R 155 of 481 ~ 32.22%
G 151 of 481 ~ 31.39%
B 175 of 481 ~ 36.38'%

%32.22
%31.39
%36.38

CMYK color model

#9B97AF color CMYK value is (11,14,0,31).

  • cyan value is 11.43%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (11,14,0,31)
C11M14Y0K31 (11%, 14%, 0%, 31%)
(0.11 / 0.14 / 0.00 / 0.31)

CMYK percentages

%11.43
%13.71
%0
%31.37

Codes

Color #9B97AF in popluar color models

9B 97 AF
RGB 155 151 175
HSL 250° 13.04% 63.92%
HSB/HSV 250° 13.71% 68.63%
CMYK 11.43% 13.71% 0.00%
31.37%

Color #9B97AF in popluar number systems.

HEX 9B 97 AF
Decimal 155 151 175
Binary 10011011 10010111 10101111
Octal 233 227 257

Shades and tints

Shades of #9B97AF

#9B97AF
(155,151,175)
#8D8AA0
(141,138,160)
#7F7D91
(127,125,145)
#717082
(113,112,130)
#636373
(99,99,115)
#555664
(85,86,100)
#474955
(71,73,85)
#393C46
(57,60,70)
#2B2F37
(43,47,55)
#1D2228
(29,34,40)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #9B97AF

#9B97AF
(155,151,175)
#A4A0B6
(164,160,182)
#ADA9BD
(173,169,189)
#B6B2C4
(182,178,196)
#BFBBCB
(191,187,203)
#C8C4D2
(200,196,210)
#D1CDD9
(209,205,217)
#DAD6E0
(218,214,224)
#E3DFE7
(227,223,231)
#ECE8EE
(236,232,238)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B97AF; }

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

This text font color is #9B97AF.

Background Color

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

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

This div background color is #9B97AF.

Border color

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

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

This div border color is #9B97AF.

Opacity

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

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

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

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

This text has shadow with #9B97AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B97AF.

Preview

Color preview on black background

This text has color #9B97AF on black background.


Color preview on white background

This text has color #9B97AF on white background.


Black color preview on #9B97AF background

This text has black color on #9B97AF background.


White color preview on #9B97AF background

This text has white color on #9B97AF background.


Related colors

Complementary color

Complementary color for #hex is #646850.


I love getcolorcode.com

Triadic colors

1 #AF9B97 and #97AF9B with #9B97AF are triadic colors.

2 #AF979B and #979BAF with #9B97AF are triadic colors.