COLOR #B2787E

HEX: #B2787E
RGB: (178,120,126)

Color info

#B2787E contains red, green and blue colors in about the same proportion. Web safe color of #B2787E is #996666 (or #966).

RGB color model

#B2787E color RGB value is (178,120,126).

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

RGB channels and saturation

R 178 of 255 = 70%
G 120 of 255 = 47%
B 126 of 255 = 49%

178
120
126

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

Portions of RGB colors in percentages

R + G + B =
178 + 120 + 126 = 424 (100%)
R 178 of 424 ~ 41.98%
G 120 of 424 ~ 28.3%
B 126 of 424 ~ 29.72%

%41.98
%28.3
%29.72

CMYK color model

#B2787E color CMYK value is (0,33,29,30).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(0,33,29,30)
C0M33Y29K30 
(0%,33%,29%,30%)
(0.00/0.33/0.29/0.30)	

CMYK percentages

%0
%32.58
%29.21
%30.2

Codes

Color #B2787E in popluar color models

B2787E
RGB178120126
HSL354°27.36%58.43%
HSB/HSV354°32.58%69.80%
CMYK0.00%32.58%29.21%
30.20%

Color #B2787E in popluar number systems.

HEXB2787E
Decimal178120126
Binary1011001011110001111110
Octal262170176

Shades and tints

Shades of #B2787E

#B2787E
(178,120,126)
#A26E73
(162,110,115)
#926468
(146,100,104)
#825A5D
(130,90,93)
#725052
(114,80,82)
#624647
(98,70,71)
#523C3C
(82,60,60)
#423231
(66,50,49)
#322826
(50,40,38)
#221E1B
(34,30,27)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #B2787E

#B2787E
(178,120,126)
#B98489
(185,132,137)
#C09094
(192,144,148)
#C79C9F
(199,156,159)
#CEA8AA
(206,168,170)
#D5B4B5
(213,180,181)
#DCC0C0
(220,192,192)
#E3CCCB
(227,204,203)
#EAD8D6
(234,216,214)
#F1E4E1
(241,228,225)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2787E; }

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

This text font color is #B2787E.


Background Color

.myBgColor { background-color: #B2787E; }

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

This div background color is #B2787E.


Border color

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

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

This div border color is #B2787E.


Opacity

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

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

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

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

This text has shadow with #B2787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2787E on black background.


Color preview on white background

This text has color #B2787E on white background.



Black color preview on #B2787E background

This text has black color on #B2787E background.


White color preview on #B2787E background

This text has white color on #B2787E background.