COLOR #9997AC

HEX: #9997AC RGB: (153,151,172)

Color info

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

RGB color model

#9997AC color RGB value is (153,151,172).

RGB: (153,151,172) (60%, 59%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 172 of 255 = 67%

153
151
172

R + G + B ~ 62%. #9997AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 172 = 476 (100%)
R 153 of 476 ~ 32.14%
G 151 of 476 ~ 31.72%
B 172 of 476 ~ 36.13'%

%32.14
%31.72
%36.13

CMYK color model

#9997AC color CMYK value is (11,12,0,33).

  • cyan value is 11.05%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (11,12,0,33)
C11M12Y0K33 (11%, 12%, 0%, 33%)
(0.11 / 0.12 / 0.00 / 0.33)

CMYK percentages

%11.05
%12.21
%0
%32.55

Codes

Color #9997AC in popluar color models

99 97 AC
RGB 153 151 172
HSL 246° 11.23% 63.33%
HSB/HSV 246° 12.21% 67.45%
CMYK 11.05% 12.21% 0.00%
32.55%

Color #9997AC in popluar number systems.

HEX 99 97 AC
Decimal 153 151 172
Binary 10011001 10010111 10101100
Octal 231 227 254

Shades and tints

Shades of #9997AC

#9997AC
(153,151,172)
#8C8A9D
(140,138,157)
#7F7D8E
(127,125,142)
#72707F
(114,112,127)
#656370
(101,99,112)
#585661
(88,86,97)
#4B4952
(75,73,82)
#3E3C43
(62,60,67)
#312F34
(49,47,52)
#242225
(36,34,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #9997AC

#9997AC
(153,151,172)
#A2A0B3
(162,160,179)
#ABA9BA
(171,169,186)
#B4B2C1
(180,178,193)
#BDBBC8
(189,187,200)
#C6C4CF
(198,196,207)
#CFCDD6
(207,205,214)
#D8D6DD
(216,214,221)
#E1DFE4
(225,223,228)
#EAE8EB
(234,232,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9997AC color. Also use rgb(153,151,172) instead hex code.

Text Font Color

.myTextColor { color: #9997AC; }

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

This text font color is #9997AC.

Background Color

.myBgColor { background-color: #9997AC; }

<div style="background-color:#9997AC">Inner text</div>

This div background color is #9997AC.

Border color

.myBorderColor { border: 1px solid #9997AC; }

<div style="border:3px solid #9997AC">Div</div>

This div border color is #9997AC.

Opacity

.myOpacity80 { color: #9997AC; opacity: 0.8; }

<p style="color:#9997AC;opacity:0.8;">80%</p>

Text with #9997AC 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 #9997AC;}

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

This text has shadow with #9997AC color.


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

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

This text has shadow with #9997AC primary color and red secondary color.


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

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

This text has shadow with #9997AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9997AC.

Preview

Color preview on black background

This text has color #9997AC on black background.


Color preview on white background

This text has color #9997AC on white background.


Black color preview on #9997AC background

This text has black color on #9997AC background.


White color preview on #9997AC background

This text has white color on #9997AC background.


Related colors

Complementary color

Complementary color for #hex is #666853.


I love getcolorcode.com

Triadic colors

1 #AC9997 and #97AC99 with #9997AC are triadic colors.

2 #AC9799 and #9799AC with #9997AC are triadic colors.