COLOR #997ECD

HEX: #997ECD RGB: (153,126,205)

Color info

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

RGB color model

#997ECD color RGB value is (153,126,205).

RGB: (153,126,205) (60%, 49%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 205 of 255 = 80%

153
126
205

R + G + B ~ 63%. #997ECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 126 + 205 = 484 (100%)
R 153 of 484 ~ 31.61%
G 126 of 484 ~ 26.03%
B 205 of 484 ~ 42.36'%

%31.61
%26.03
%42.36

CMYK color model

#997ECD color CMYK value is (25,39,0,20).

  • cyan value is 25.37%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (25,39,0,20)
C25M39Y0K20 (25%, 39%, 0%, 20%)
(0.25 / 0.39 / 0.00 / 0.20)

CMYK percentages

%25.37
%38.54
%0
%19.61

Codes

Color #997ECD in popluar color models

99 7E CD
RGB 153 126 205
HSL 261° 44.13% 64.90%
HSB/HSV 261° 38.54% 80.39%
CMYK 25.37% 38.54% 0.00%
19.61%

Color #997ECD in popluar number systems.

HEX 99 7E CD
Decimal 153 126 205
Binary 10011001 1111110 11001101
Octal 231 176 315

Shades and tints

Shades of #997ECD

#997ECD
(153,126,205)
#8C73BB
(140,115,187)
#7F68A9
(127,104,169)
#725D97
(114,93,151)
#655285
(101,82,133)
#584773
(88,71,115)
#4B3C61
(75,60,97)
#3E314F
(62,49,79)
#31263D
(49,38,61)
#241B2B
(36,27,43)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #997ECD

#997ECD
(153,126,205)
#A289D1
(162,137,209)
#AB94D5
(171,148,213)
#B49FD9
(180,159,217)
#BDAADD
(189,170,221)
#C6B5E1
(198,181,225)
#CFC0E5
(207,192,229)
#D8CBE9
(216,203,233)
#E1D6ED
(225,214,237)
#EAE1F1
(234,225,241)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997ECD; }

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

This text font color is #997ECD.

Background Color

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

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

This div background color is #997ECD.

Border color

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

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

This div border color is #997ECD.

Opacity

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

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

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

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

This text has shadow with #997ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997ECD.

Preview

Color preview on black background

This text has color #997ECD on black background.


Color preview on white background

This text has color #997ECD on white background.


Black color preview on #997ECD background

This text has black color on #997ECD background.


White color preview on #997ECD background

This text has white color on #997ECD background.


Related colors

Complementary color

Complementary color for #hex is #668132.


I love getcolorcode.com

Triadic colors

1 #CD997E and #7ECD99 with #997ECD are triadic colors.

2 #CD7E99 and #7E99CD with #997ECD are triadic colors.