COLOR #977DC9

HEX: #977DC9
RGB: (151,125,201)

Color info

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

RGB color model

#977DC9 color RGB value is (151,125,201).

  • red value is 151;
  • green value is 125;
  • blue value is 201.
RGB:
(151,125,201)
(59%,49%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 125 of 255 = 49%
B 201 of 255 = 79%

151
125
201

R + G + B ~ 62%. #977DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 125 + 201 = 477 (100%)
R 151 of 477 ~ 31.66%
G 125 of 477 ~ 26.21%
B 201 of 477 ~ 42.14%

%31.66
%26.21
%42.14

CMYK color model

#977DC9 color CMYK value is (25,38,0,21).

  • cyan value is 24.88%
  • magenta value is 37.81%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(25,38,0,21)
C25M38Y0K21 
(25%,38%,0%,21%)
(0.25/0.38/0.00/0.21)	

CMYK percentages

%24.88
%37.81
%0
%21.18

Codes

Color #977DC9 in popluar color models

977DC9
RGB151125201
HSL261°41.30%63.92%
HSB/HSV261°37.81%78.82%
CMYK24.88%37.81%0.00%
21.18%

Color #977DC9 in popluar number systems.

HEX977DC9
Decimal151125201
Binary10010111111110111001001
Octal227175311

Shades and tints

Shades of #977DC9

#977DC9
(151,125,201)
#8A72B7
(138,114,183)
#7D67A5
(125,103,165)
#705C93
(112,92,147)
#635181
(99,81,129)
#56466F
(86,70,111)
#493B5D
(73,59,93)
#3C304B
(60,48,75)
#2F2539
(47,37,57)
#221A27
(34,26,39)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #977DC9

#977DC9
(151,125,201)
#A088CD
(160,136,205)
#A993D1
(169,147,209)
#B29ED5
(178,158,213)
#BBA9D9
(187,169,217)
#C4B4DD
(196,180,221)
#CDBFE1
(205,191,225)
#D6CAE5
(214,202,229)
#DFD5E9
(223,213,233)
#E8E0ED
(232,224,237)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977DC9 color. Also use rgb(151,125,201) instead hex code.

Text Font Color

.myTextColor { color: #977DC9; }

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

This text font color is #977DC9.


Background Color

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

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

This div background color is #977DC9.


Border color

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

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

This div border color is #977DC9.


Opacity

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

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

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

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

This text has shadow with #977DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977DC9 on black background.


Color preview on white background

This text has color #977DC9 on white background.



Black color preview on #977DC9 background

This text has black color on #977DC9 background.


White color preview on #977DC9 background

This text has white color on #977DC9 background.