COLOR #B2778E

HEX: #B2778E
RGB: (178,119,142)

Color info

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

RGB color model

#B2778E color RGB value is (178,119,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 119 of 255 = 47%
B 142 of 255 = 56%

178
119
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 119 + 142 = 439 (100%)
R 178 of 439 ~ 40.55%
G 119 of 439 ~ 27.11%
B 142 of 439 ~ 32.35%

%40.55
%27.11
%32.35

CMYK color model

#B2778E color CMYK value is (0,33,20,30).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,33,20,30)
C0M33Y20K30 
(0%,33%,20%,30%)
(0.00/0.33/0.20/0.30)	

CMYK percentages

%0
%33.15
%20.22
%30.2

Codes

Color #B2778E in popluar color models

B2778E
RGB178119142
HSL337°27.70%58.24%
HSB/HSV337°33.15%69.80%
CMYK0.00%33.15%20.22%
30.20%

Color #B2778E in popluar number systems.

HEXB2778E
Decimal178119142
Binary10110010111011110001110
Octal262167216

Shades and tints

Shades of #B2778E

#B2778E
(178,119,142)
#A26D82
(162,109,130)
#926376
(146,99,118)
#82596A
(130,89,106)
#724F5E
(114,79,94)
#624552
(98,69,82)
#523B46
(82,59,70)
#42313A
(66,49,58)
#32272E
(50,39,46)
#221D22
(34,29,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #B2778E

#B2778E
(178,119,142)
#B98398
(185,131,152)
#C08FA2
(192,143,162)
#C79BAC
(199,155,172)
#CEA7B6
(206,167,182)
#D5B3C0
(213,179,192)
#DCBFCA
(220,191,202)
#E3CBD4
(227,203,212)
#EAD7DE
(234,215,222)
#F1E3E8
(241,227,232)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2778E; }

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

This text font color is #B2778E.


Background Color

.myBgColor { background-color: #B2778E; }

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

This div background color is #B2778E.


Border color

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

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

This div border color is #B2778E.


Opacity

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

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

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

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

This text has shadow with #B2778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2778E on black background.


Color preview on white background

This text has color #B2778E on white background.



Black color preview on #B2778E background

This text has black color on #B2778E background.


White color preview on #B2778E background

This text has white color on #B2778E background.