COLOR #B2687E

HEX: #B2687E
RGB: (178,104,126)

Color info

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

RGB color model

#B2687E color RGB value is (178,104,126).

  • red value is 178;
  • green value is 104;
  • blue value is 126.
RGB:
(178,104,126)
(70%,41%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 104 of 255 = 41%
B 126 of 255 = 49%

178
104
126

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

Portions of RGB colors in percentages

R + G + B =
178 + 104 + 126 = 408 (100%)
R 178 of 408 ~ 43.63%
G 104 of 408 ~ 25.49%
B 126 of 408 ~ 30.88%

%43.63
%25.49
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.57%
  • 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
%41.57
%29.21
%30.2

Codes

Color #B2687E in popluar color models

B2687E
RGB178104126
HSL342°32.46%55.29%
HSB/HSV342°41.57%69.80%
CMYK0.00%41.57%29.21%
30.20%

Color #B2687E in popluar number systems.

HEXB2687E
Decimal178104126
Binary1011001011010001111110
Octal262150176

Shades and tints

Shades of #B2687E

#B2687E
(178,104,126)
#A25F73
(162,95,115)
#925668
(146,86,104)
#824D5D
(130,77,93)
#724452
(114,68,82)
#623B47
(98,59,71)
#52323C
(82,50,60)
#422931
(66,41,49)
#322026
(50,32,38)
#22171B
(34,23,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #B2687E

#B2687E
(178,104,126)
#B97589
(185,117,137)
#C08294
(192,130,148)
#C78F9F
(199,143,159)
#CE9CAA
(206,156,170)
#D5A9B5
(213,169,181)
#DCB6C0
(220,182,192)
#E3C3CB
(227,195,203)
#EAD0D6
(234,208,214)
#F1DDE1
(241,221,225)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2687E; }

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

This text font color is #B2687E.


Background Color

.myBgColor { background-color: #B2687E; }

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

This div background color is #B2687E.


Border color

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

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

This div border color is #B2687E.


Opacity

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

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

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

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

This text has shadow with #B2687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2687E on black background.


Color preview on white background

This text has color #B2687E on white background.



Black color preview on #B2687E background

This text has black color on #B2687E background.


White color preview on #B2687E background

This text has white color on #B2687E background.