COLOR #997DA0

HEX: #997DA0
RGB: (153,125,160)

Color info

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

RGB color model

#997DA0 color RGB value is (153,125,160).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 160 of 255 = 63%

153
125
160

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 160 = 438 (100%)
R 153 of 438 ~ 34.93%
G 125 of 438 ~ 28.54%
B 160 of 438 ~ 36.53%

%34.93
%28.54
%36.53

CMYK color model

#997DA0 color CMYK value is (4,22,0,37).

  • cyan value is 4.38%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(4,22,0,37)
C4M22Y0K37 
(4%,22%,0%,37%)
(0.04/0.22/0.00/0.37)	

CMYK percentages

%4.38
%21.88
%0
%37.25

Codes

Color #997DA0 in popluar color models

997DA0
RGB153125160
HSL288°15.56%55.88%
HSB/HSV288°21.88%62.75%
CMYK4.38%21.88%0.00%
37.25%

Color #997DA0 in popluar number systems.

HEX997DA0
Decimal153125160
Binary10011001111110110100000
Octal231175240

Shades and tints

Shades of #997DA0

#997DA0
(153,125,160)
#8C7292
(140,114,146)
#7F6784
(127,103,132)
#725C76
(114,92,118)
#655168
(101,81,104)
#58465A
(88,70,90)
#4B3B4C
(75,59,76)
#3E303E
(62,48,62)
#312530
(49,37,48)
#241A22
(36,26,34)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #997DA0

#997DA0
(153,125,160)
#A288A8
(162,136,168)
#AB93B0
(171,147,176)
#B49EB8
(180,158,184)
#BDA9C0
(189,169,192)
#C6B4C8
(198,180,200)
#CFBFD0
(207,191,208)
#D8CAD8
(216,202,216)
#E1D5E0
(225,213,224)
#EAE0E8
(234,224,232)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997DA0; }

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

This text font color is #997DA0.


Background Color

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

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

This div background color is #997DA0.


Border color

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

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

This div border color is #997DA0.


Opacity

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

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

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

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

This text has shadow with #997DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997DA0 on black background.


Color preview on white background

This text has color #997DA0 on white background.



Black color preview on #997DA0 background

This text has black color on #997DA0 background.


White color preview on #997DA0 background

This text has white color on #997DA0 background.