COLOR #9997BC

HEX: #9997BC RGB: (153,151,188)

Color info

#9997BC contains red, green and blue colors in about the same proportion. Web safe color of #9997BC is #9999CC (or #99C).

RGB color model

#9997BC color RGB value is (153,151,188).

RGB: (153,151,188) (60%, 59%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 188 of 255 = 74%

153
151
188

R + G + B ~ 64%. #9997BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 188 = 492 (100%)
R 153 of 492 ~ 31.1%
G 151 of 492 ~ 30.69%
B 188 of 492 ~ 38.21'%

%31.1
%30.69
%38.21

CMYK color model

#9997BC color CMYK value is (19,20,0,26).

  • cyan value is 18.62%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (19,20,0,26) C19M20Y0K26 (19%,20%,0%,26%) (0.19/0.20/0.00/0.26) 

CMYK percentages

%18.62
%19.68
%0
%26.27

Codes

Color #9997BC in popluar color models

99 97 BC
RGB 153 151 188
HSL 243° 21.64% 66.47%
HSB/HSV 243° 19.68% 73.73%
CMYK 18.62% 19.68% 0.00%
26.27%

Color #9997BC in popluar number systems.

HEX 99 97 BC
Decimal 153 151 188
Binary 10011001 10010111 10111100
Octal 231 227 274

Shades and tints

Shades of #9997BC

#9997BC
(153,151,188)
#8C8AAB
(140,138,171)
#7F7D9A
(127,125,154)
#727089
(114,112,137)
#656378
(101,99,120)
#585667
(88,86,103)
#4B4956
(75,73,86)
#3E3C45
(62,60,69)
#312F34
(49,47,52)
#242223
(36,34,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #9997BC

#9997BC
(153,151,188)
#A2A0C2
(162,160,194)
#ABA9C8
(171,169,200)
#B4B2CE
(180,178,206)
#BDBBD4
(189,187,212)
#C6C4DA
(198,196,218)
#CFCDE0
(207,205,224)
#D8D6E6
(216,214,230)
#E1DFEC
(225,223,236)
#EAE8F2
(234,232,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997BC; }

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

This text font color is #9997BC.

Background Color

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

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

This div background color is #9997BC.

Border color

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

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

This div border color is #9997BC.

Opacity

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

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

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

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

This text has shadow with #9997BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9997BC.

Preview

Color preview on black background

This text has color #9997BC on black background.


Color preview on white background

This text has color #9997BC on white background.


Black color preview on #9997BC background

This text has black color on #9997BC background.


White color preview on #9997BC background

This text has white color on #9997BC background.


Related colors

Complementary color

Complementary color for #hex is #666843.


I love getcolorcode.com

Triadic colors

1 #BC9997 and #97BC99 with #9997BC are triadic colors.

2 #BC9799 and #9799BC with #9997BC are triadic colors.