COLOR #B07687

HEX: #B07687
RGB: (176,118,135)

Color info

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

RGB color model

#B07687 color RGB value is (176,118,135).

  • red value is 176;
  • green value is 118;
  • blue value is 135.
RGB:
(176,118,135)
(69%,46%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 135 of 255 = 53%

176
118
135

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 135 = 429 (100%)
R 176 of 429 ~ 41.03%
G 118 of 429 ~ 27.51%
B 135 of 429 ~ 31.47%

%41.03
%27.51
%31.47

CMYK color model

#B07687 color CMYK value is (0,33,23,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(0,33,23,31)
C0M33Y23K31 
(0%,33%,23%,31%)
(0.00/0.33/0.23/0.31)	

CMYK percentages

%0
%32.95
%23.3
%30.98

Codes

Color #B07687 in popluar color models

B07687
RGB176118135
HSL342°26.85%57.65%
HSB/HSV342°32.95%69.02%
CMYK0.00%32.95%23.30%
30.98%

Color #B07687 in popluar number systems.

HEXB07687
Decimal176118135
Binary10110000111011010000111
Octal260166207

Shades and tints

Shades of #B07687

#B07687
(176,118,135)
#A06C7B
(160,108,123)
#90626F
(144,98,111)
#805863
(128,88,99)
#704E57
(112,78,87)
#60444B
(96,68,75)
#503A3F
(80,58,63)
#403033
(64,48,51)
#302627
(48,38,39)
#201C1B
(32,28,27)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #B07687

#B07687
(176,118,135)
#B78291
(183,130,145)
#BE8E9B
(190,142,155)
#C59AA5
(197,154,165)
#CCA6AF
(204,166,175)
#D3B2B9
(211,178,185)
#DABEC3
(218,190,195)
#E1CACD
(225,202,205)
#E8D6D7
(232,214,215)
#EFE2E1
(239,226,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07687 color. Also use rgb(176,118,135) instead hex code.

Text Font Color

.myTextColor { color: #B07687; }

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

This text font color is #B07687.


Background Color

.myBgColor { background-color: #B07687; }

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

This div background color is #B07687.


Border color

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

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

This div border color is #B07687.


Opacity

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

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

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

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

This text has shadow with #B07687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07687 on black background.


Color preview on white background

This text has color #B07687 on white background.



Black color preview on #B07687 background

This text has black color on #B07687 background.


White color preview on #B07687 background

This text has white color on #B07687 background.