COLOR #997EC4

HEX: #997EC4 RGB: (153,126,196)

Color info

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

RGB color model

#997EC4 color RGB value is (153,126,196).

RGB: (153,126,196) (60%, 49%, 77%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 196 of 255 = 77%

153
126
196

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

Portions of RGB colors in percentages

R + G + B = 153 + 126 + 196 = 475 (100%)
R 153 of 475 ~ 32.21%
G 126 of 475 ~ 26.53%
B 196 of 475 ~ 41.26'%

%32.21
%26.53
%41.26

CMYK color model

#997EC4 color CMYK value is (22,36,0,23).

  • cyan value is 21.94%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (22,36,0,23)
C22M36Y0K23 (22%, 36%, 0%, 23%)
(0.22 / 0.36 / 0.00 / 0.23)

CMYK percentages

%21.94
%35.71
%0
%23.14

Codes

Color #997EC4 in popluar color models

99 7E C4
RGB 153 126 196
HSL 263° 37.23% 63.14%
HSB/HSV 263° 35.71% 76.86%
CMYK 21.94% 35.71% 0.00%
23.14%

Color #997EC4 in popluar number systems.

HEX 99 7E C4
Decimal 153 126 196
Binary 10011001 1111110 11000100
Octal 231 176 304

Shades and tints

Shades of #997EC4

#997EC4
(153,126,196)
#8C73B3
(140,115,179)
#7F68A2
(127,104,162)
#725D91
(114,93,145)
#655280
(101,82,128)
#58476F
(88,71,111)
#4B3C5E
(75,60,94)
#3E314D
(62,49,77)
#31263C
(49,38,60)
#241B2B
(36,27,43)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #997EC4

#997EC4
(153,126,196)
#A289C9
(162,137,201)
#AB94CE
(171,148,206)
#B49FD3
(180,159,211)
#BDAAD8
(189,170,216)
#C6B5DD
(198,181,221)
#CFC0E2
(207,192,226)
#D8CBE7
(216,203,231)
#E1D6EC
(225,214,236)
#EAE1F1
(234,225,241)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997EC4 color. Also use rgb(153,126,196) instead hex code.

Text Font Color

.myTextColor { color: #997EC4; }

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

This text font color is #997EC4.

Background Color

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

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

This div background color is #997EC4.

Border color

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

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

This div border color is #997EC4.

Opacity

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

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

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

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

This text has shadow with #997EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997EC4.

Preview

Color preview on black background

This text has color #997EC4 on black background.


Color preview on white background

This text has color #997EC4 on white background.


Black color preview on #997EC4 background

This text has black color on #997EC4 background.


White color preview on #997EC4 background

This text has white color on #997EC4 background.


Related colors

Complementary color

Complementary color for #hex is #66813B.


I love getcolorcode.com

Triadic colors

1 #C4997E and #7EC499 with #997EC4 are triadic colors.

2 #C47E99 and #7E99C4 with #997EC4 are triadic colors.