COLOR #997DA8

HEX: #997DA8
RGB: (153,125,168)

Color info

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

RGB color model

#997DA8 color RGB value is (153,125,168).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 168 of 255 = 66%

153
125
168

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 168 = 446 (100%)
R 153 of 446 ~ 34.3%
G 125 of 446 ~ 28.03%
B 168 of 446 ~ 37.67%

%34.3
%28.03
%37.67

CMYK color model

#997DA8 color CMYK value is (9,26,0,34).

  • cyan value is 8.93%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(9,26,0,34)
C9M26Y0K34 
(9%,26%,0%,34%)
(0.09/0.26/0.00/0.34)	

CMYK percentages

%8.93
%25.6
%0
%34.12

Codes

Color #997DA8 in popluar color models

997DA8
RGB153125168
HSL279°19.82%57.45%
HSB/HSV279°25.60%65.88%
CMYK8.93%25.60%0.00%
34.12%

Color #997DA8 in popluar number systems.

HEX997DA8
Decimal153125168
Binary10011001111110110101000
Octal231175250

Shades and tints

Shades of #997DA8

#997DA8
(153,125,168)
#8C7299
(140,114,153)
#7F678A
(127,103,138)
#725C7B
(114,92,123)
#65516C
(101,81,108)
#58465D
(88,70,93)
#4B3B4E
(75,59,78)
#3E303F
(62,48,63)
#312530
(49,37,48)
#241A21
(36,26,33)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #997DA8

#997DA8
(153,125,168)
#A288AF
(162,136,175)
#AB93B6
(171,147,182)
#B49EBD
(180,158,189)
#BDA9C4
(189,169,196)
#C6B4CB
(198,180,203)
#CFBFD2
(207,191,210)
#D8CAD9
(216,202,217)
#E1D5E0
(225,213,224)
#EAE0E7
(234,224,231)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997DA8; }

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

This text font color is #997DA8.


Background Color

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

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

This div background color is #997DA8.


Border color

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

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

This div border color is #997DA8.


Opacity

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

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

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

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

This text has shadow with #997DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997DA8 on black background.


Color preview on white background

This text has color #997DA8 on white background.



Black color preview on #997DA8 background

This text has black color on #997DA8 background.


White color preview on #997DA8 background

This text has white color on #997DA8 background.