COLOR #977DCB

HEX: #977DCB
RGB: (151,125,203)

Color info

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

RGB color model

#977DCB color RGB value is (151,125,203).

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

RGB channels and saturation

R 151 of 255 = 59%
G 125 of 255 = 49%
B 203 of 255 = 80%

151
125
203

R + G + B ~ 63%. #977DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 125 + 203 = 479 (100%)
R 151 of 479 ~ 31.52%
G 125 of 479 ~ 26.1%
B 203 of 479 ~ 42.38%

%31.52
%26.1
%42.38

CMYK color model

#977DCB color CMYK value is (26,38,0,20).

  • cyan value is 25.62%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,38,0,20)
C26M38Y0K20 
(26%,38%,0%,20%)
(0.26/0.38/0.00/0.20)	

CMYK percentages

%25.62
%38.42
%0
%20.39

Codes

Color #977DCB in popluar color models

977DCB
RGB151125203
HSL260°42.86%64.31%
HSB/HSV260°38.42%79.61%
CMYK25.62%38.42%0.00%
20.39%

Color #977DCB in popluar number systems.

HEX977DCB
Decimal151125203
Binary10010111111110111001011
Octal227175313

Shades and tints

Shades of #977DCB

#977DCB
(151,125,203)
#8A72B9
(138,114,185)
#7D67A7
(125,103,167)
#705C95
(112,92,149)
#635183
(99,81,131)
#564671
(86,70,113)
#493B5F
(73,59,95)
#3C304D
(60,48,77)
#2F253B
(47,37,59)
#221A29
(34,26,41)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #977DCB

#977DCB
(151,125,203)
#A088CF
(160,136,207)
#A993D3
(169,147,211)
#B29ED7
(178,158,215)
#BBA9DB
(187,169,219)
#C4B4DF
(196,180,223)
#CDBFE3
(205,191,227)
#D6CAE7
(214,202,231)
#DFD5EB
(223,213,235)
#E8E0EF
(232,224,239)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977DCB; }

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

This text font color is #977DCB.


Background Color

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

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

This div background color is #977DCB.


Border color

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

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

This div border color is #977DCB.


Opacity

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

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

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

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

This text has shadow with #977DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977DCB on black background.


Color preview on white background

This text has color #977DCB on white background.



Black color preview on #977DCB background

This text has black color on #977DCB background.


White color preview on #977DCB background

This text has white color on #977DCB background.