COLOR #B978B8

HEX: #B978B8
RGB: (185,120,184)

Color info

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

RGB color model

#B978B8 color RGB value is (185,120,184).

  • red value is 185;
  • green value is 120;
  • blue value is 184.
RGB:
(185,120,184)
(73%,47%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 120 of 255 = 47%
B 184 of 255 = 72%

185
120
184

R + G + B ~ 64%. #B978B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 120 + 184 = 489 (100%)
R 185 of 489 ~ 37.83%
G 120 of 489 ~ 24.54%
B 184 of 489 ~ 37.63%

%37.83
%24.54
%37.63

CMYK color model

#B978B8 color CMYK value is (0,35,1,27).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(0,35,1,27)
C0M35Y1K27 
(0%,35%,1%,27%)
(0.00/0.35/0.01/0.27)	

CMYK percentages

%0
%35.14
%0.54
%27.45

Codes

Color #B978B8 in popluar color models

B978B8
RGB185120184
HSL301°31.71%59.80%
HSB/HSV301°35.14%72.55%
CMYK0.00%35.14%0.54%
27.45%

Color #B978B8 in popluar number systems.

HEXB978B8
Decimal185120184
Binary10111001111100010111000
Octal271170270

Shades and tints

Shades of #B978B8

#B978B8
(185,120,184)
#A96EA8
(169,110,168)
#996498
(153,100,152)
#895A88
(137,90,136)
#795078
(121,80,120)
#694668
(105,70,104)
#593C58
(89,60,88)
#493248
(73,50,72)
#392838
(57,40,56)
#291E28
(41,30,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #B978B8

#B978B8
(185,120,184)
#BF84BE
(191,132,190)
#C590C4
(197,144,196)
#CB9CCA
(203,156,202)
#D1A8D0
(209,168,208)
#D7B4D6
(215,180,214)
#DDC0DC
(221,192,220)
#E3CCE2
(227,204,226)
#E9D8E8
(233,216,232)
#EFE4EE
(239,228,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B978B8 color. Also use rgb(185,120,184) instead hex code.

Text Font Color

.myTextColor { color: #B978B8; }

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

This text font color is #B978B8.


Background Color

.myBgColor { background-color: #B978B8; }

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

This div background color is #B978B8.


Border color

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

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

This div border color is #B978B8.


Opacity

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

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

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

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

This text has shadow with #B978B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B978B8 on black background.


Color preview on white background

This text has color #B978B8 on white background.



Black color preview on #B978B8 background

This text has black color on #B978B8 background.


White color preview on #B978B8 background

This text has white color on #B978B8 background.