COLOR #997BBE

HEX: #997BBE
RGB: (153,123,190)

Color info

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

RGB color model

#997BBE color RGB value is (153,123,190).

  • red value is 153;
  • green value is 123;
  • blue value is 190.
RGB:
(153,123,190)
(60%,48%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 190 of 255 = 75%

153
123
190

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

Portions of RGB colors in percentages

R + G + B =
153 + 123 + 190 = 466 (100%)
R 153 of 466 ~ 32.83%
G 123 of 466 ~ 26.39%
B 190 of 466 ~ 40.77%

%32.83
%26.39
%40.77

CMYK color model

#997BBE color CMYK value is (19,35,0,25).

  • cyan value is 19.47%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,35,0,25)
C19M35Y0K25 
(19%,35%,0%,25%)
(0.19/0.35/0.00/0.25)	

CMYK percentages

%19.47
%35.26
%0
%25.49

Codes

Color #997BBE in popluar color models

997BBE
RGB153123190
HSL267°34.01%61.37%
HSB/HSV267°35.26%74.51%
CMYK19.47%35.26%0.00%
25.49%

Color #997BBE in popluar number systems.

HEX997BBE
Decimal153123190
Binary10011001111101110111110
Octal231173276

Shades and tints

Shades of #997BBE

#997BBE
(153,123,190)
#8C70AD
(140,112,173)
#7F659C
(127,101,156)
#725A8B
(114,90,139)
#654F7A
(101,79,122)
#584469
(88,68,105)
#4B3958
(75,57,88)
#3E2E47
(62,46,71)
#312336
(49,35,54)
#241825
(36,24,37)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #997BBE

#997BBE
(153,123,190)
#A287C3
(162,135,195)
#AB93C8
(171,147,200)
#B49FCD
(180,159,205)
#BDABD2
(189,171,210)
#C6B7D7
(198,183,215)
#CFC3DC
(207,195,220)
#D8CFE1
(216,207,225)
#E1DBE6
(225,219,230)
#EAE7EB
(234,231,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997BBE color. Also use rgb(153,123,190) instead hex code.

Text Font Color

.myTextColor { color: #997BBE; }

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

This text font color is #997BBE.


Background Color

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

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

This div background color is #997BBE.


Border color

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

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

This div border color is #997BBE.


Opacity

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

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

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

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

This text has shadow with #997BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997BBE on black background.


Color preview on white background

This text has color #997BBE on white background.



Black color preview on #997BBE background

This text has black color on #997BBE background.


White color preview on #997BBE background

This text has white color on #997BBE background.