COLOR #B2807F

HEX: #B2807F
RGB: (178,128,127)

Color info

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

RGB color model

#B2807F color RGB value is (178,128,127).

  • red value is 178;
  • green value is 128;
  • blue value is 127.
RGB:
(178,128,127)
(70%,50%,50%)

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 127 of 255 = 50%

178
128
127

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

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 127 = 433 (100%)
R 178 of 433 ~ 41.11%
G 128 of 433 ~ 29.56%
B 127 of 433 ~ 29.33%

%41.11
%29.56
%29.33

CMYK color model

#B2807F color CMYK value is (0,28,29,30).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 28.65%
  • key color value is 30.20%
CMYK:
(0,28,29,30)
C0M28Y29K30 
(0%,28%,29%,30%)
(0.00/0.28/0.29/0.30)	

CMYK percentages

%0
%28.09
%28.65
%30.2

Codes

Color #B2807F in popluar color models

B2807F
RGB178128127
HSL24.88%59.80%
HSB/HSV28.65%69.80%
CMYK0.00%28.09%28.65%
30.20%

Color #B2807F in popluar number systems.

HEXB2807F
Decimal178128127
Binary10110010100000001111111
Octal262200177

Shades and tints

Shades of #B2807F

#B2807F
(178,128,127)
#A27574
(162,117,116)
#926A69
(146,106,105)
#825F5E
(130,95,94)
#725453
(114,84,83)
#624948
(98,73,72)
#523E3D
(82,62,61)
#423332
(66,51,50)
#322827
(50,40,39)
#221D1C
(34,29,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B2807F

#B2807F
(178,128,127)
#B98B8A
(185,139,138)
#C09695
(192,150,149)
#C7A1A0
(199,161,160)
#CEACAB
(206,172,171)
#D5B7B6
(213,183,182)
#DCC2C1
(220,194,193)
#E3CDCC
(227,205,204)
#EAD8D7
(234,216,215)
#F1E3E2
(241,227,226)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2807F color. Also use rgb(178,128,127) instead hex code.

Text Font Color

.myTextColor { color: #B2807F; }

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

This text font color is #B2807F.


Background Color

.myBgColor { background-color: #B2807F; }

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

This div background color is #B2807F.


Border color

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

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

This div border color is #B2807F.


Opacity

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

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

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

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

This text has shadow with #B2807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2807F on black background.


Color preview on white background

This text has color #B2807F on white background.



Black color preview on #B2807F background

This text has black color on #B2807F background.


White color preview on #B2807F background

This text has white color on #B2807F background.