COLOR #997DB0

HEX: #997DB0
RGB: (153,125,176)

Color info

#997DB0 contains red, green and blue colors in about the same proportion. Web safe color of #997DB0 is #996699 (or #969).

RGB color model

#997DB0 color RGB value is (153,125,176).

  • red value is 153;
  • green value is 125;
  • blue value is 176.
RGB:
(153,125,176)
(60%,49%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 176 of 255 = 69%

153
125
176

R + G + B ~ 59%. #997DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 176 = 454 (100%)
R 153 of 454 ~ 33.7%
G 125 of 454 ~ 27.53%
B 176 of 454 ~ 38.77%

%33.7
%27.53
%38.77

CMYK color model

#997DB0 color CMYK value is (13,29,0,31).

  • cyan value is 13.07%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,29,0,31)
C13M29Y0K31 
(13%,29%,0%,31%)
(0.13/0.29/0.00/0.31)	

CMYK percentages

%13.07
%28.98
%0
%30.98

Codes

Color #997DB0 in popluar color models

997DB0
RGB153125176
HSL273°24.40%59.02%
HSB/HSV273°28.98%69.02%
CMYK13.07%28.98%0.00%
30.98%

Color #997DB0 in popluar number systems.

HEX997DB0
Decimal153125176
Binary10011001111110110110000
Octal231175260

Shades and tints

Shades of #997DB0

#997DB0
(153,125,176)
#8C72A0
(140,114,160)
#7F6790
(127,103,144)
#725C80
(114,92,128)
#655170
(101,81,112)
#584660
(88,70,96)
#4B3B50
(75,59,80)
#3E3040
(62,48,64)
#312530
(49,37,48)
#241A20
(36,26,32)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #997DB0

#997DB0
(153,125,176)
#A288B7
(162,136,183)
#AB93BE
(171,147,190)
#B49EC5
(180,158,197)
#BDA9CC
(189,169,204)
#C6B4D3
(198,180,211)
#CFBFDA
(207,191,218)
#D8CAE1
(216,202,225)
#E1D5E8
(225,213,232)
#EAE0EF
(234,224,239)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997DB0 color. Also use rgb(153,125,176) instead hex code.

Text Font Color

.myTextColor { color: #997DB0; }

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

This text font color is #997DB0.


Background Color

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

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

This div background color is #997DB0.


Border color

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

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

This div border color is #997DB0.


Opacity

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

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

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

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

This text has shadow with #997DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997DB0 on black background.


Color preview on white background

This text has color #997DB0 on white background.



Black color preview on #997DB0 background

This text has black color on #997DB0 background.


White color preview on #997DB0 background

This text has white color on #997DB0 background.