COLOR #977CC2

HEX: #977CC2
RGB: (151,124,194)

Color info

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

RGB color model

#977CC2 color RGB value is (151,124,194).

  • red value is 151;
  • green value is 124;
  • blue value is 194.
RGB:
(151,124,194)
(59%,49%,76%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 194 of 255 = 76%

151
124
194

R + G + B ~ 61%. #977CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 194 = 469 (100%)
R 151 of 469 ~ 32.2%
G 124 of 469 ~ 26.44%
B 194 of 469 ~ 41.36%

%32.2
%26.44
%41.36

CMYK color model

#977CC2 color CMYK value is (22,36,0,24).

  • cyan value is 22.16%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(22,36,0,24)
C22M36Y0K24 
(22%,36%,0%,24%)
(0.22/0.36/0.00/0.24)	

CMYK percentages

%22.16
%36.08
%0
%23.92

Codes

Color #977CC2 in popluar color models

977CC2
RGB151124194
HSL263°36.46%62.35%
HSB/HSV263°36.08%76.08%
CMYK22.16%36.08%0.00%
23.92%

Color #977CC2 in popluar number systems.

HEX977CC2
Decimal151124194
Binary10010111111110011000010
Octal227174302

Shades and tints

Shades of #977CC2

#977CC2
(151,124,194)
#8A71B1
(138,113,177)
#7D66A0
(125,102,160)
#705B8F
(112,91,143)
#63507E
(99,80,126)
#56456D
(86,69,109)
#493A5C
(73,58,92)
#3C2F4B
(60,47,75)
#2F243A
(47,36,58)
#221929
(34,25,41)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #977CC2

#977CC2
(151,124,194)
#A087C7
(160,135,199)
#A992CC
(169,146,204)
#B29DD1
(178,157,209)
#BBA8D6
(187,168,214)
#C4B3DB
(196,179,219)
#CDBEE0
(205,190,224)
#D6C9E5
(214,201,229)
#DFD4EA
(223,212,234)
#E8DFEF
(232,223,239)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977CC2 color. Also use rgb(151,124,194) instead hex code.

Text Font Color

.myTextColor { color: #977CC2; }

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

This text font color is #977CC2.


Background Color

.myBgColor { background-color: #977CC2; }

<div style="background-color:#977CC2">Inner text</div>

This div background color is #977CC2.


Border color

.myBorderColor { border: 1px solid #977CC2; }

<div style="border:3px solid #977CC2">Div</div>

This div border color is #977CC2.


Opacity

.myOpacity80 { color: #977CC2; opacity: 0.8; }

<p style="color:#977CC2;opacity:0.8;">80%</p>

Text with #977CC2 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 #977CC2;}

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

This text has shadow with #977CC2 color.

.textShadow {text-shadow: 3px 3px 1px #977CC2, 3px 3px 1px red;}

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

This text has shadow with #977CC2 primary color and red secondary color.


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

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

This text has shadow with #977CC2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977CC2 on black background.


Color preview on white background

This text has color #977CC2 on white background.



Black color preview on #977CC2 background

This text has black color on #977CC2 background.


White color preview on #977CC2 background

This text has white color on #977CC2 background.