COLOR #B977C3

HEX: #B977C3
RGB: (185,119,195)

Color info

#B977C3 contains mainly red and blue colors. Web safe color of #B977C3 is #CC66CC (or #C6C).

RGB color model

#B977C3 color RGB value is (185,119,195).

  • red value is 185;
  • green value is 119;
  • blue value is 195.
RGB:
(185,119,195)
(73%,47%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 119 of 255 = 47%
B 195 of 255 = 76%

185
119
195

R + G + B ~ 65%. #B977C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 119 + 195 = 499 (100%)
R 185 of 499 ~ 37.07%
G 119 of 499 ~ 23.85%
B 195 of 499 ~ 39.08%

%37.07
%23.85
%39.08

CMYK color model

#B977C3 color CMYK value is (5,39,0,24).

  • cyan value is 5.13%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(5,39,0,24)
C5M39Y0K24 
(5%,39%,0%,24%)
(0.05/0.39/0.00/0.24)	

CMYK percentages

%5.13
%38.97
%0
%23.53

Codes

Color #B977C3 in popluar color models

B977C3
RGB185119195
HSL292°38.78%61.57%
HSB/HSV292°38.97%76.47%
CMYK5.13%38.97%0.00%
23.53%

Color #B977C3 in popluar number systems.

HEXB977C3
Decimal185119195
Binary10111001111011111000011
Octal271167303

Shades and tints

Shades of #B977C3

#B977C3
(185,119,195)
#A96DB2
(169,109,178)
#9963A1
(153,99,161)
#895990
(137,89,144)
#794F7F
(121,79,127)
#69456E
(105,69,110)
#593B5D
(89,59,93)
#49314C
(73,49,76)
#39273B
(57,39,59)
#291D2A
(41,29,42)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #B977C3

#B977C3
(185,119,195)
#BF83C8
(191,131,200)
#C58FCD
(197,143,205)
#CB9BD2
(203,155,210)
#D1A7D7
(209,167,215)
#D7B3DC
(215,179,220)
#DDBFE1
(221,191,225)
#E3CBE6
(227,203,230)
#E9D7EB
(233,215,235)
#EFE3F0
(239,227,240)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B977C3 color. Also use rgb(185,119,195) instead hex code.

Text Font Color

.myTextColor { color: #B977C3; }

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

This text font color is #B977C3.


Background Color

.myBgColor { background-color: #B977C3; }

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

This div background color is #B977C3.


Border color

.myBorderColor { border: 1px solid #B977C3; }

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

This div border color is #B977C3.


Opacity

.myOpacity80 { color: #B977C3; opacity: 0.8; }

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

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

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

This text has shadow with #B977C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B977C3 on black background.


Color preview on white background

This text has color #B977C3 on white background.



Black color preview on #B977C3 background

This text has black color on #B977C3 background.


White color preview on #B977C3 background

This text has white color on #B977C3 background.