COLOR #B07D8E

HEX: #B07D8E
RGB: (176,125,142)

Color info

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

RGB color model

#B07D8E color RGB value is (176,125,142).

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

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 142 of 255 = 56%

176
125
142

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 142 = 443 (100%)
R 176 of 443 ~ 39.73%
G 125 of 443 ~ 28.22%
B 142 of 443 ~ 32.05%

%39.73
%28.22
%32.05

CMYK color model

#B07D8E color CMYK value is (0,29,19,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK:
(0,29,19,31)
C0M29Y19K31 
(0%,29%,19%,31%)
(0.00/0.29/0.19/0.31)	

CMYK percentages

%0
%28.98
%19.32
%30.98

Codes

Color #B07D8E in popluar color models

B07D8E
RGB176125142
HSL340°24.40%59.02%
HSB/HSV340°28.98%69.02%
CMYK0.00%28.98%19.32%
30.98%

Color #B07D8E in popluar number systems.

HEXB07D8E
Decimal176125142
Binary10110000111110110001110
Octal260175216

Shades and tints

Shades of #B07D8E

#B07D8E
(176,125,142)
#A07282
(160,114,130)
#906776
(144,103,118)
#805C6A
(128,92,106)
#70515E
(112,81,94)
#604652
(96,70,82)
#503B46
(80,59,70)
#40303A
(64,48,58)
#30252E
(48,37,46)
#201A22
(32,26,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #B07D8E

#B07D8E
(176,125,142)
#B78898
(183,136,152)
#BE93A2
(190,147,162)
#C59EAC
(197,158,172)
#CCA9B6
(204,169,182)
#D3B4C0
(211,180,192)
#DABFCA
(218,191,202)
#E1CAD4
(225,202,212)
#E8D5DE
(232,213,222)
#EFE0E8
(239,224,232)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07D8E; }

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

This text font color is #B07D8E.


Background Color

.myBgColor { background-color: #B07D8E; }

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

This div background color is #B07D8E.


Border color

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

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

This div border color is #B07D8E.


Opacity

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

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

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

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

This text has shadow with #B07D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D8E on black background.


Color preview on white background

This text has color #B07D8E on white background.



Black color preview on #B07D8E background

This text has black color on #B07D8E background.


White color preview on #B07D8E background

This text has white color on #B07D8E background.