COLOR #B07D84

HEX: #B07D84
RGB: (176,125,132)

Color info

#B07D84 contains red, green and blue colors in about the same proportion. Web safe color of #B07D84 is #996699 (or #969).

RGB color model

#B07D84 color RGB value is (176,125,132).

  • red value is 176;
  • green value is 125;
  • blue value is 132.
RGB:
(176,125,132)
(69%,49%,52%)

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 132 of 255 = 52%

176
125
132

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 132 = 433 (100%)
R 176 of 433 ~ 40.65%
G 125 of 433 ~ 28.87%
B 132 of 433 ~ 30.48%

%40.65
%28.87
%30.48

CMYK color model

#B07D84 color CMYK value is (0,29,25,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(0,29,25,31)
C0M29Y25K31 
(0%,29%,25%,31%)
(0.00/0.29/0.25/0.31)	

CMYK percentages

%0
%28.98
%25
%30.98

Codes

Color #B07D84 in popluar color models

B07D84
RGB176125132
HSL352°24.40%59.02%
HSB/HSV352°28.98%69.02%
CMYK0.00%28.98%25.00%
30.98%

Color #B07D84 in popluar number systems.

HEXB07D84
Decimal176125132
Binary10110000111110110000100
Octal260175204

Shades and tints

Shades of #B07D84

#B07D84
(176,125,132)
#A07278
(160,114,120)
#90676C
(144,103,108)
#805C60
(128,92,96)
#705154
(112,81,84)
#604648
(96,70,72)
#503B3C
(80,59,60)
#403030
(64,48,48)
#302524
(48,37,36)
#201A18
(32,26,24)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #B07D84

#B07D84
(176,125,132)
#B7888F
(183,136,143)
#BE939A
(190,147,154)
#C59EA5
(197,158,165)
#CCA9B0
(204,169,176)
#D3B4BB
(211,180,187)
#DABFC6
(218,191,198)
#E1CAD1
(225,202,209)
#E8D5DC
(232,213,220)
#EFE0E7
(239,224,231)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07D84 color. Also use rgb(176,125,132) instead hex code.

Text Font Color

.myTextColor { color: #B07D84; }

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

This text font color is #B07D84.


Background Color

.myBgColor { background-color: #B07D84; }

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

This div background color is #B07D84.


Border color

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

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

This div border color is #B07D84.


Opacity

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

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

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

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

This text has shadow with #B07D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D84 on black background.


Color preview on white background

This text has color #B07D84 on white background.



Black color preview on #B07D84 background

This text has black color on #B07D84 background.


White color preview on #B07D84 background

This text has white color on #B07D84 background.