COLOR #B2687A

HEX: #B2687A
RGB: (178,104,122)

Color info

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

RGB color model

#B2687A color RGB value is (178,104,122).

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

RGB channels and saturation

R 178 of 255 = 70%
G 104 of 255 = 41%
B 122 of 255 = 48%

178
104
122

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

Portions of RGB colors in percentages

R + G + B =
178 + 104 + 122 = 404 (100%)
R 178 of 404 ~ 44.06%
G 104 of 404 ~ 25.74%
B 122 of 404 ~ 30.2%

%44.06
%25.74
%30.2

CMYK color model

#B2687A color CMYK value is (0,42,31,30).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 31.46%
  • key color value is 30.20%
CMYK:
(0,42,31,30)
C0M42Y31K30 
(0%,42%,31%,30%)
(0.00/0.42/0.31/0.30)	

CMYK percentages

%0
%41.57
%31.46
%30.2

Codes

Color #B2687A in popluar color models

B2687A
RGB178104122
HSL345°32.46%55.29%
HSB/HSV345°41.57%69.80%
CMYK0.00%41.57%31.46%
30.20%

Color #B2687A in popluar number systems.

HEXB2687A
Decimal178104122
Binary1011001011010001111010
Octal262150172

Shades and tints

Shades of #B2687A

#B2687A
(178,104,122)
#A25F6F
(162,95,111)
#925664
(146,86,100)
#824D59
(130,77,89)
#72444E
(114,68,78)
#623B43
(98,59,67)
#523238
(82,50,56)
#42292D
(66,41,45)
#322022
(50,32,34)
#221717
(34,23,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #B2687A

#B2687A
(178,104,122)
#B97586
(185,117,134)
#C08292
(192,130,146)
#C78F9E
(199,143,158)
#CE9CAA
(206,156,170)
#D5A9B6
(213,169,182)
#DCB6C2
(220,182,194)
#E3C3CE
(227,195,206)
#EAD0DA
(234,208,218)
#F1DDE6
(241,221,230)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2687A; }

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

This text font color is #B2687A.


Background Color

.myBgColor { background-color: #B2687A; }

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

This div background color is #B2687A.


Border color

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

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

This div border color is #B2687A.


Opacity

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

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

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

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

This text has shadow with #B2687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2687A on black background.


Color preview on white background

This text has color #B2687A on white background.



Black color preview on #B2687A background

This text has black color on #B2687A background.


White color preview on #B2687A background

This text has white color on #B2687A background.