COLOR #B2677E

HEX: #B2677E RGB: (178,103,126)

Color info

#B2677E contains mainly red and blue colors. Web safe color of #B2677E is #996666 (or #966).

RGB color model

#B2677E color RGB value is (178,103,126).

RGB: (178,103,126) (70%, 40%, 49%)

RGB channels and saturation

R 178 of 255 = 70%
G 103 of 255 = 40%
B 126 of 255 = 49%

178
103
126

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

Portions of RGB colors in percentages

R + G + B = 178 + 103 + 126 = 407 (100%)
R 178 of 407 ~ 43.73%
G 103 of 407 ~ 25.31%
B 126 of 407 ~ 30.96'%

%43.73
%25.31
%30.96

CMYK color model

#B2677E color CMYK value is (0,42,29,30).

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

CMYK: (0,42,29,30)
C0M42Y29K30 (0%, 42%, 29%, 30%)
(0.00 / 0.42 / 0.29 / 0.30)

CMYK percentages

%0
%42.13
%29.21
%30.2

Codes

Color #B2677E in popluar color models

B2 67 7E
RGB 178 103 126
HSL 342° 32.75% 55.10%
HSB/HSV 342° 42.13% 69.80%
CMYK 0.00% 42.13% 29.21%
30.20%

Color #B2677E in popluar number systems.

HEX B2 67 7E
Decimal 178 103 126
Binary 10110010 1100111 1111110
Octal 262 147 176

Shades and tints

Shades of #B2677E

#B2677E
(178,103,126)
#A25E73
(162,94,115)
#925568
(146,85,104)
#824C5D
(130,76,93)
#724352
(114,67,82)
#623A47
(98,58,71)
#52313C
(82,49,60)
#422831
(66,40,49)
#321F26
(50,31,38)
#22161B
(34,22,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #B2677E

#B2677E
(178,103,126)
#B97489
(185,116,137)
#C08194
(192,129,148)
#C78E9F
(199,142,159)
#CE9BAA
(206,155,170)
#D5A8B5
(213,168,181)
#DCB5C0
(220,181,192)
#E3C2CB
(227,194,203)
#EACFD6
(234,207,214)
#F1DCE1
(241,220,225)
#F8E9EC
(248,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2677E; }

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

This text font color is #B2677E.

Background Color

.myBgColor { background-color: #B2677E; }

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

This div background color is #B2677E.

Border color

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

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

This div border color is #B2677E.

Opacity

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

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

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

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

This text has shadow with #B2677E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2677E.

Preview

Color preview on black background

This text has color #B2677E on black background.


Color preview on white background

This text has color #B2677E on white background.


Black color preview on #B2677E background

This text has black color on #B2677E background.


White color preview on #B2677E background

This text has white color on #B2677E background.


Related colors

Complementary color

Complementary color for #hex is #4D9881.


I love getcolorcode.com

Triadic colors

1 #7EB267 and #677EB2 with #B2677E are triadic colors.

2 #7E67B2 and #67B27E with #B2677E are triadic colors.