COLOR #997EBD

HEX: #997EBD
RGB: (153,126,189)

Color info

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

RGB color model

#997EBD color RGB value is (153,126,189).

  • red value is 153;
  • green value is 126;
  • blue value is 189.
RGB:
(153,126,189)
(60%,49%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 189 of 255 = 74%

153
126
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 189 = 468 (100%)
R 153 of 468 ~ 32.69%
G 126 of 468 ~ 26.92%
B 189 of 468 ~ 40.38%

%32.69
%26.92
%40.38

CMYK color model

#997EBD color CMYK value is (19,33,0,26).

  • cyan value is 19.05%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,33,0,26)
C19M33Y0K26 
(19%,33%,0%,26%)
(0.19/0.33/0.00/0.26)	

CMYK percentages

%19.05
%33.33
%0
%25.88

Codes

Color #997EBD in popluar color models

997EBD
RGB153126189
HSL266°32.31%61.76%
HSB/HSV266°33.33%74.12%
CMYK19.05%33.33%0.00%
25.88%

Color #997EBD in popluar number systems.

HEX997EBD
Decimal153126189
Binary10011001111111010111101
Octal231176275

Shades and tints

Shades of #997EBD

#997EBD
(153,126,189)
#8C73AC
(140,115,172)
#7F689B
(127,104,155)
#725D8A
(114,93,138)
#655279
(101,82,121)
#584768
(88,71,104)
#4B3C57
(75,60,87)
#3E3146
(62,49,70)
#312635
(49,38,53)
#241B24
(36,27,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #997EBD

#997EBD
(153,126,189)
#A289C3
(162,137,195)
#AB94C9
(171,148,201)
#B49FCF
(180,159,207)
#BDAAD5
(189,170,213)
#C6B5DB
(198,181,219)
#CFC0E1
(207,192,225)
#D8CBE7
(216,203,231)
#E1D6ED
(225,214,237)
#EAE1F3
(234,225,243)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997EBD color. Also use rgb(153,126,189) instead hex code.

Text Font Color

.myTextColor { color: #997EBD; }

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

This text font color is #997EBD.


Background Color

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

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

This div background color is #997EBD.


Border color

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

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

This div border color is #997EBD.


Opacity

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

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

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

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

This text has shadow with #997EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997EBD on black background.


Color preview on white background

This text has color #997EBD on white background.



Black color preview on #997EBD background

This text has black color on #997EBD background.


White color preview on #997EBD background

This text has white color on #997EBD background.