COLOR #997FBB

HEX: #997FBB
RGB: (153,127,187)

Color info

#997FBB contains mainly red and blue colors. Web safe color of #997FBB is #9966CC (or #96C).

RGB color model

#997FBB color RGB value is (153,127,187).

  • red value is 153;
  • green value is 127;
  • blue value is 187.
RGB:
(153,127,187)
(60%,50%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 187 of 255 = 73%

153
127
187

R + G + B ~ 61%. #997FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 187 = 467 (100%)
R 153 of 467 ~ 32.76%
G 127 of 467 ~ 27.19%
B 187 of 467 ~ 40.04%

%32.76
%27.19
%40.04

CMYK color model

#997FBB color CMYK value is (18,32,0,27).

  • cyan value is 18.18%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,32,0,27)
C18M32Y0K27 
(18%,32%,0%,27%)
(0.18/0.32/0.00/0.27)	

CMYK percentages

%18.18
%32.09
%0
%26.67

Codes

Color #997FBB in popluar color models

997FBB
RGB153127187
HSL266°30.61%61.57%
HSB/HSV266°32.09%73.33%
CMYK18.18%32.09%0.00%
26.67%

Color #997FBB in popluar number systems.

HEX997FBB
Decimal153127187
Binary10011001111111110111011
Octal231177273

Shades and tints

Shades of #997FBB

#997FBB
(153,127,187)
#8C74AA
(140,116,170)
#7F6999
(127,105,153)
#725E88
(114,94,136)
#655377
(101,83,119)
#584866
(88,72,102)
#4B3D55
(75,61,85)
#3E3244
(62,50,68)
#312733
(49,39,51)
#241C22
(36,28,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #997FBB

#997FBB
(153,127,187)
#A28AC1
(162,138,193)
#AB95C7
(171,149,199)
#B4A0CD
(180,160,205)
#BDABD3
(189,171,211)
#C6B6D9
(198,182,217)
#CFC1DF
(207,193,223)
#D8CCE5
(216,204,229)
#E1D7EB
(225,215,235)
#EAE2F1
(234,226,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997FBB color. Also use rgb(153,127,187) instead hex code.

Text Font Color

.myTextColor { color: #997FBB; }

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

This text font color is #997FBB.


Background Color

.myBgColor { background-color: #997FBB; }

<div style="background-color:#997FBB">Inner text</div>

This div background color is #997FBB.


Border color

.myBorderColor { border: 1px solid #997FBB; }

<div style="border:3px solid #997FBB">Div</div>

This div border color is #997FBB.


Opacity

.myOpacity80 { color: #997FBB; opacity: 0.8; }

<p style="color:#997FBB;opacity:0.8;">80%</p>

Text with #997FBB 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 #997FBB;}

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

This text has shadow with #997FBB color.

.textShadow {text-shadow: 3px 3px 1px #997FBB, 3px 3px 1px red;}

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

This text has shadow with #997FBB primary color and red secondary color.


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

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

This text has shadow with #997FBB and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997FBB;
-webkit-box-shadow: 1px 1px 3px 2px #997FBB;
box-shadow:1px 1px 3px 2px #997FBB;">
Div content here</div>
This div box has shadow with color #997FBB.

Preview

Color preview on black background

This text has color #997FBB on black background.


Color preview on white background

This text has color #997FBB on white background.



Black color preview on #997FBB background

This text has black color on #997FBB background.


White color preview on #997FBB background

This text has white color on #997FBB background.