COLOR #997DAF

HEX: #997DAF
RGB: (153,125,175)

Color info

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

RGB color model

#997DAF color RGB value is (153,125,175).

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

RGB channels and saturation

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

153
125
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 175 = 453 (100%)
R 153 of 453 ~ 33.77%
G 125 of 453 ~ 27.59%
B 175 of 453 ~ 38.63%

%33.77
%27.59
%38.63

CMYK color model

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

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

CMYK percentages

%12.57
%28.57
%0
%31.37

Codes

Color #997DAF in popluar color models

997DAF
RGB153125175
HSL274°23.81%58.82%
HSB/HSV274°28.57%68.63%
CMYK12.57%28.57%0.00%
31.37%

Color #997DAF in popluar number systems.

HEX997DAF
Decimal153125175
Binary10011001111110110101111
Octal231175257

Shades and tints

Shades of #997DAF

#997DAF
(153,125,175)
#8C72A0
(140,114,160)
#7F6791
(127,103,145)
#725C82
(114,92,130)
#655173
(101,81,115)
#584664
(88,70,100)
#4B3B55
(75,59,85)
#3E3046
(62,48,70)
#312537
(49,37,55)
#241A28
(36,26,40)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #997DAF

#997DAF
(153,125,175)
#A288B6
(162,136,182)
#AB93BD
(171,147,189)
#B49EC4
(180,158,196)
#BDA9CB
(189,169,203)
#C6B4D2
(198,180,210)
#CFBFD9
(207,191,217)
#D8CAE0
(216,202,224)
#E1D5E7
(225,213,231)
#EAE0EE
(234,224,238)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997DAF; }

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

This text font color is #997DAF.


Background Color

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

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

This div background color is #997DAF.


Border color

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

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

This div border color is #997DAF.


Opacity

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

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

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

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

This text has shadow with #997DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997DAF on black background.


Color preview on white background

This text has color #997DAF on white background.



Black color preview on #997DAF background

This text has black color on #997DAF background.


White color preview on #997DAF background

This text has white color on #997DAF background.