COLOR #997DC7

HEX: #997DC7 RGB: (153,125,199)

Color info

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

RGB color model

#997DC7 color RGB value is (153,125,199).

RGB: (153,125,199) (60%, 49%, 78%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 199 of 255 = 78%

153
125
199

R + G + B ~ 62%. #997DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 125 + 199 = 477 (100%)
R 153 of 477 ~ 32.08%
G 125 of 477 ~ 26.21%
B 199 of 477 ~ 41.72'%

%32.08
%26.21
%41.72

CMYK color model

#997DC7 color CMYK value is (23,37,0,22).

  • cyan value is 23.12%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (23,37,0,22)
C23M37Y0K22 (23%, 37%, 0%, 22%)
(0.23 / 0.37 / 0.00 / 0.22)

CMYK percentages

%23.12
%37.19
%0
%21.96

Codes

Color #997DC7 in popluar color models

99 7D C7
RGB 153 125 199
HSL 263° 39.78% 63.53%
HSB/HSV 263° 37.19% 78.04%
CMYK 23.12% 37.19% 0.00%
21.96%

Color #997DC7 in popluar number systems.

HEX 99 7D C7
Decimal 153 125 199
Binary 10011001 1111101 11000111
Octal 231 175 307

Shades and tints

Shades of #997DC7

#997DC7
(153,125,199)
#8C72B5
(140,114,181)
#7F67A3
(127,103,163)
#725C91
(114,92,145)
#65517F
(101,81,127)
#58466D
(88,70,109)
#4B3B5B
(75,59,91)
#3E3049
(62,48,73)
#312537
(49,37,55)
#241A25
(36,26,37)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #997DC7

#997DC7
(153,125,199)
#A288CC
(162,136,204)
#AB93D1
(171,147,209)
#B49ED6
(180,158,214)
#BDA9DB
(189,169,219)
#C6B4E0
(198,180,224)
#CFBFE5
(207,191,229)
#D8CAEA
(216,202,234)
#E1D5EF
(225,213,239)
#EAE0F4
(234,224,244)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997DC7; }

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

This text font color is #997DC7.

Background Color

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

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

This div background color is #997DC7.

Border color

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

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

This div border color is #997DC7.

Opacity

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

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

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

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

This text has shadow with #997DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997DC7.

Preview

Color preview on black background

This text has color #997DC7 on black background.


Color preview on white background

This text has color #997DC7 on white background.


Black color preview on #997DC7 background

This text has black color on #997DC7 background.


White color preview on #997DC7 background

This text has white color on #997DC7 background.


Related colors

Complementary color

Complementary color for #hex is #668238.


I love getcolorcode.com

Triadic colors

1 #C7997D and #7DC799 with #997DC7 are triadic colors.

2 #C77D99 and #7D99C7 with #997DC7 are triadic colors.