COLOR #9997B0

HEX: #9997B0 RGB: (153,151,176)

Color info

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

RGB color model

#9997B0 color RGB value is (153,151,176).

RGB: (153,151,176) (60%, 59%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 176 of 255 = 69%

153
151
176

R + G + B ~ 63%. #9997B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 176 = 480 (100%)
R 153 of 480 ~ 31.88%
G 151 of 480 ~ 31.46%
B 176 of 480 ~ 36.67'%

%31.88
%31.46
%36.67

CMYK color model

#9997B0 color CMYK value is (13,14,0,31).

  • cyan value is 13.07%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (13,14,0,31)
C13M14Y0K31 (13%, 14%, 0%, 31%)
(0.13 / 0.14 / 0.00 / 0.31)

CMYK percentages

%13.07
%14.2
%0
%30.98

Codes

Color #9997B0 in popluar color models

99 97 B0
RGB 153 151 176
HSL 245° 13.66% 64.12%
HSB/HSV 245° 14.20% 69.02%
CMYK 13.07% 14.20% 0.00%
30.98%

Color #9997B0 in popluar number systems.

HEX 99 97 B0
Decimal 153 151 176
Binary 10011001 10010111 10110000
Octal 231 227 260

Shades and tints

Shades of #9997B0

#9997B0
(153,151,176)
#8C8AA0
(140,138,160)
#7F7D90
(127,125,144)
#727080
(114,112,128)
#656370
(101,99,112)
#585660
(88,86,96)
#4B4950
(75,73,80)
#3E3C40
(62,60,64)
#312F30
(49,47,48)
#242220
(36,34,32)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #9997B0

#9997B0
(153,151,176)
#A2A0B7
(162,160,183)
#ABA9BE
(171,169,190)
#B4B2C5
(180,178,197)
#BDBBCC
(189,187,204)
#C6C4D3
(198,196,211)
#CFCDDA
(207,205,218)
#D8D6E1
(216,214,225)
#E1DFE8
(225,223,232)
#EAE8EF
(234,232,239)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997B0; }

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

This text font color is #9997B0.

Background Color

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

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

This div background color is #9997B0.

Border color

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

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

This div border color is #9997B0.

Opacity

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

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

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

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

This text has shadow with #9997B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9997B0.

Preview

Color preview on black background

This text has color #9997B0 on black background.


Color preview on white background

This text has color #9997B0 on white background.


Black color preview on #9997B0 background

This text has black color on #9997B0 background.


White color preview on #9997B0 background

This text has white color on #9997B0 background.


Related colors

Complementary color

Complementary color for #hex is #66684F.


I love getcolorcode.com

Triadic colors

1 #B09997 and #97B099 with #9997B0 are triadic colors.

2 #B09799 and #9799B0 with #9997B0 are triadic colors.