COLOR #B2678C

HEX: #B2678C RGB: (178,103,140)

Color info

#B2678C contains mainly red and blue colors. Web safe color of #B2678C is #996699 (or #969).

RGB color model

#B2678C color RGB value is (178,103,140).

RGB: (178,103,140) (70%, 40%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 103 of 255 = 40%
B 140 of 255 = 55%

178
103
140

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

Portions of RGB colors in percentages

R + G + B = 178 + 103 + 140 = 421 (100%)
R 178 of 421 ~ 42.28%
G 103 of 421 ~ 24.47%
B 140 of 421 ~ 33.25'%

%42.28
%24.47
%33.25

CMYK color model

#B2678C color CMYK value is (0,42,21,30).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 21.35%
  • key color value is 30.20%

CMYK: (0,42,21,30)
C0M42Y21K30 (0%, 42%, 21%, 30%)
(0.00 / 0.42 / 0.21 / 0.30)

CMYK percentages

%0
%42.13
%21.35
%30.2

Codes

Color #B2678C in popluar color models

B2 67 8C
RGB 178 103 140
HSL 330° 32.75% 55.10%
HSB/HSV 330° 42.13% 69.80%
CMYK 0.00% 42.13% 21.35%
30.20%

Color #B2678C in popluar number systems.

HEX B2 67 8C
Decimal 178 103 140
Binary 10110010 1100111 10001100
Octal 262 147 214

Shades and tints

Shades of #B2678C

#B2678C
(178,103,140)
#A25E80
(162,94,128)
#925574
(146,85,116)
#824C68
(130,76,104)
#72435C
(114,67,92)
#623A50
(98,58,80)
#523144
(82,49,68)
#422838
(66,40,56)
#321F2C
(50,31,44)
#221620
(34,22,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #B2678C

#B2678C
(178,103,140)
#B97496
(185,116,150)
#C081A0
(192,129,160)
#C78EAA
(199,142,170)
#CE9BB4
(206,155,180)
#D5A8BE
(213,168,190)
#DCB5C8
(220,181,200)
#E3C2D2
(227,194,210)
#EACFDC
(234,207,220)
#F1DCE6
(241,220,230)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2678C; }

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

This text font color is #B2678C.

Background Color

.myBgColor { background-color: #B2678C; }

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

This div background color is #B2678C.

Border color

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

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

This div border color is #B2678C.

Opacity

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

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

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

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

This text has shadow with #B2678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2678C.

Preview

Color preview on black background

This text has color #B2678C on black background.


Color preview on white background

This text has color #B2678C on white background.


Black color preview on #B2678C background

This text has black color on #B2678C background.


White color preview on #B2678C background

This text has white color on #B2678C background.


Related colors

Complementary color

Complementary color for #hex is #4D9873.


I love getcolorcode.com

Triadic colors

1 #8CB267 and #678CB2 with #B2678C are triadic colors.

2 #8C67B2 and #67B28C with #B2678C are triadic colors.