COLOR #B07D88

HEX: #B07D88
RGB: (176,125,136)

Color info

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

RGB color model

#B07D88 color RGB value is (176,125,136).

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

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 136 of 255 = 53%

176
125
136

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 136 = 437 (100%)
R 176 of 437 ~ 40.27%
G 125 of 437 ~ 28.6%
B 136 of 437 ~ 31.12%

%40.27
%28.6
%31.12

CMYK color model

#B07D88 color CMYK value is (0,29,23,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(0,29,23,31)
C0M29Y23K31 
(0%,29%,23%,31%)
(0.00/0.29/0.23/0.31)	

CMYK percentages

%0
%28.98
%22.73
%30.98

Codes

Color #B07D88 in popluar color models

B07D88
RGB176125136
HSL347°24.40%59.02%
HSB/HSV347°28.98%69.02%
CMYK0.00%28.98%22.73%
30.98%

Color #B07D88 in popluar number systems.

HEXB07D88
Decimal176125136
Binary10110000111110110001000
Octal260175210

Shades and tints

Shades of #B07D88

#B07D88
(176,125,136)
#A0727C
(160,114,124)
#906770
(144,103,112)
#805C64
(128,92,100)
#705158
(112,81,88)
#60464C
(96,70,76)
#503B40
(80,59,64)
#403034
(64,48,52)
#302528
(48,37,40)
#201A1C
(32,26,28)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #B07D88

#B07D88
(176,125,136)
#B78892
(183,136,146)
#BE939C
(190,147,156)
#C59EA6
(197,158,166)
#CCA9B0
(204,169,176)
#D3B4BA
(211,180,186)
#DABFC4
(218,191,196)
#E1CACE
(225,202,206)
#E8D5D8
(232,213,216)
#EFE0E2
(239,224,226)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07D88; }

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

This text font color is #B07D88.


Background Color

.myBgColor { background-color: #B07D88; }

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

This div background color is #B07D88.


Border color

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

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

This div border color is #B07D88.


Opacity

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

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

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

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

This text has shadow with #B07D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D88 on black background.


Color preview on white background

This text has color #B07D88 on white background.



Black color preview on #B07D88 background

This text has black color on #B07D88 background.


White color preview on #B07D88 background

This text has white color on #B07D88 background.