COLOR #977CB3

HEX: #977CB3 RGB: (151,124,179)

Color info

#977CB3 contains red, green and blue colors in about the same proportion. Web safe color of #977CB3 is #996699 (or #969).

RGB color model

#977CB3 color RGB value is (151,124,179).

RGB: (151,124,179) (59%, 49%, 70%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 179 of 255 = 70%

151
124
179

R + G + B ~ 59%. #977CB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 179 = 454 (100%)
R 151 of 454 ~ 33.26%
G 124 of 454 ~ 27.31%
B 179 of 454 ~ 39.43'%

%33.26
%27.31
%39.43

CMYK color model

#977CB3 color CMYK value is (16,31,0,30).

  • cyan value is 15.64%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (16,31,0,30)
C16M31Y0K30 (16%, 31%, 0%, 30%)
(0.16 / 0.31 / 0.00 / 0.30)

CMYK percentages

%15.64
%30.73
%0
%29.8

Codes

Color #977CB3 in popluar color models

97 7C B3
RGB 151 124 179
HSL 269° 26.57% 59.41%
HSB/HSV 269° 30.73% 70.20%
CMYK 15.64% 30.73% 0.00%
29.80%

Color #977CB3 in popluar number systems.

HEX 97 7C B3
Decimal 151 124 179
Binary 10010111 1111100 10110011
Octal 227 174 263

Shades and tints

Shades of #977CB3

#977CB3
(151,124,179)
#8A71A3
(138,113,163)
#7D6693
(125,102,147)
#705B83
(112,91,131)
#635073
(99,80,115)
#564563
(86,69,99)
#493A53
(73,58,83)
#3C2F43
(60,47,67)
#2F2433
(47,36,51)
#221923
(34,25,35)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #977CB3

#977CB3
(151,124,179)
#A087B9
(160,135,185)
#A992BF
(169,146,191)
#B29DC5
(178,157,197)
#BBA8CB
(187,168,203)
#C4B3D1
(196,179,209)
#CDBED7
(205,190,215)
#D6C9DD
(214,201,221)
#DFD4E3
(223,212,227)
#E8DFE9
(232,223,233)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977CB3; }

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

This text font color is #977CB3.

Background Color

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

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

This div background color is #977CB3.

Border color

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

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

This div border color is #977CB3.

Opacity

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

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

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

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

This text has shadow with #977CB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977CB3.

Preview

Color preview on black background

This text has color #977CB3 on black background.


Color preview on white background

This text has color #977CB3 on white background.


Black color preview on #977CB3 background

This text has black color on #977CB3 background.


White color preview on #977CB3 background

This text has white color on #977CB3 background.


Related colors

Complementary color

Complementary color for #hex is #68834C.


I love getcolorcode.com

Triadic colors

1 #B3977C and #7CB397 with #977CB3 are triadic colors.

2 #B37C97 and #7C97B3 with #977CB3 are triadic colors.