COLOR #B2778C

HEX: #B2778C
RGB: (178,119,140)

Color info

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

RGB color model

#B2778C color RGB value is (178,119,140).

  • red value is 178;
  • green value is 119;
  • blue value is 140.
RGB:
(178,119,140)
(70%,47%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 119 of 255 = 47%
B 140 of 255 = 55%

178
119
140

R + G + B ~ 57%. #B2778C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 119 + 140 = 437 (100%)
R 178 of 437 ~ 40.73%
G 119 of 437 ~ 27.23%
B 140 of 437 ~ 32.04%

%40.73
%27.23
%32.04

CMYK color model

#B2778C color CMYK value is (0,33,21,30).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,33,21,30)
C0M33Y21K30 
(0%,33%,21%,30%)
(0.00/0.33/0.21/0.30)	

CMYK percentages

%0
%33.15
%21.35
%30.2

Codes

Color #B2778C in popluar color models

B2778C
RGB178119140
HSL339°27.70%58.24%
HSB/HSV339°33.15%69.80%
CMYK0.00%33.15%21.35%
30.20%

Color #B2778C in popluar number systems.

HEXB2778C
Decimal178119140
Binary10110010111011110001100
Octal262167214

Shades and tints

Shades of #B2778C

#B2778C
(178,119,140)
#A26D80
(162,109,128)
#926374
(146,99,116)
#825968
(130,89,104)
#724F5C
(114,79,92)
#624550
(98,69,80)
#523B44
(82,59,68)
#423138
(66,49,56)
#32272C
(50,39,44)
#221D20
(34,29,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B2778C

#B2778C
(178,119,140)
#B98396
(185,131,150)
#C08FA0
(192,143,160)
#C79BAA
(199,155,170)
#CEA7B4
(206,167,180)
#D5B3BE
(213,179,190)
#DCBFC8
(220,191,200)
#E3CBD2
(227,203,210)
#EAD7DC
(234,215,220)
#F1E3E6
(241,227,230)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2778C color. Also use rgb(178,119,140) instead hex code.

Text Font Color

.myTextColor { color: #B2778C; }

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

This text font color is #B2778C.


Background Color

.myBgColor { background-color: #B2778C; }

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

This div background color is #B2778C.


Border color

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

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

This div border color is #B2778C.


Opacity

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

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

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

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

This text has shadow with #B2778C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2778C on black background.


Color preview on white background

This text has color #B2778C on white background.



Black color preview on #B2778C background

This text has black color on #B2778C background.


White color preview on #B2778C background

This text has white color on #B2778C background.