COLOR #997FC2

HEX: #997FC2
RGB: (153,127,194)

Color info

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

RGB color model

#997FC2 color RGB value is (153,127,194).

  • red value is 153;
  • green value is 127;
  • blue value is 194.
RGB:
(153,127,194)
(60%,50%,76%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 194 of 255 = 76%

153
127
194

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 194 = 474 (100%)
R 153 of 474 ~ 32.28%
G 127 of 474 ~ 26.79%
B 194 of 474 ~ 40.93%

%32.28
%26.79
%40.93

CMYK color model

#997FC2 color CMYK value is (21,35,0,24).

  • cyan value is 21.13%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(21,35,0,24)
C21M35Y0K24 
(21%,35%,0%,24%)
(0.21/0.35/0.00/0.24)	

CMYK percentages

%21.13
%34.54
%0
%23.92

Codes

Color #997FC2 in popluar color models

997FC2
RGB153127194
HSL263°35.45%62.94%
HSB/HSV263°34.54%76.08%
CMYK21.13%34.54%0.00%
23.92%

Color #997FC2 in popluar number systems.

HEX997FC2
Decimal153127194
Binary10011001111111111000010
Octal231177302

Shades and tints

Shades of #997FC2

#997FC2
(153,127,194)
#8C74B1
(140,116,177)
#7F69A0
(127,105,160)
#725E8F
(114,94,143)
#65537E
(101,83,126)
#58486D
(88,72,109)
#4B3D5C
(75,61,92)
#3E324B
(62,50,75)
#31273A
(49,39,58)
#241C29
(36,28,41)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #997FC2

#997FC2
(153,127,194)
#A28AC7
(162,138,199)
#AB95CC
(171,149,204)
#B4A0D1
(180,160,209)
#BDABD6
(189,171,214)
#C6B6DB
(198,182,219)
#CFC1E0
(207,193,224)
#D8CCE5
(216,204,229)
#E1D7EA
(225,215,234)
#EAE2EF
(234,226,239)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997FC2 color. Also use rgb(153,127,194) instead hex code.

Text Font Color

.myTextColor { color: #997FC2; }

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

This text font color is #997FC2.


Background Color

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

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

This div background color is #997FC2.


Border color

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

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

This div border color is #997FC2.


Opacity

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

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

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

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

This text has shadow with #997FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997FC2 on black background.


Color preview on white background

This text has color #997FC2 on white background.



Black color preview on #997FC2 background

This text has black color on #997FC2 background.


White color preview on #997FC2 background

This text has white color on #997FC2 background.