COLOR #B69F87

HEX: #B69F87
RGB: (182,159,135)

Color info

#B69F87 contains red, green and blue colors in about the same proportion. Web safe color of #B69F87 is #CC9999 (or #C99).

RGB color model

#B69F87 color RGB value is (182,159,135).

  • red value is 182;
  • green value is 159;
  • blue value is 135.
RGB:
(182,159,135)
(71%,62%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 159 of 255 = 62%
B 135 of 255 = 53%

182
159
135

R + G + B ~ 62%. #B69F87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 159 + 135 = 476 (100%)
R 182 of 476 ~ 38.24%
G 159 of 476 ~ 33.4%
B 135 of 476 ~ 28.36%

%38.24
%33.4
%28.36

CMYK color model

#B69F87 color CMYK value is (0,13,26,29).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(0,13,26,29)
C0M13Y26K29 
(0%,13%,26%,29%)
(0.00/0.13/0.26/0.29)	

CMYK percentages

%0
%12.64
%25.82
%28.63

Codes

Color #B69F87 in popluar color models

B69F87
RGB182159135
HSL31°24.35%62.16%
HSB/HSV31°25.82%71.37%
CMYK0.00%12.64%25.82%
28.63%

Color #B69F87 in popluar number systems.

HEXB69F87
Decimal182159135
Binary101101101001111110000111
Octal266237207

Shades and tints

Shades of #B69F87

#B69F87
(182,159,135)
#A6917B
(166,145,123)
#96836F
(150,131,111)
#867563
(134,117,99)
#766757
(118,103,87)
#66594B
(102,89,75)
#564B3F
(86,75,63)
#463D33
(70,61,51)
#362F27
(54,47,39)
#26211B
(38,33,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #B69F87

#B69F87
(182,159,135)
#BCA791
(188,167,145)
#C2AF9B
(194,175,155)
#C8B7A5
(200,183,165)
#CEBFAF
(206,191,175)
#D4C7B9
(212,199,185)
#DACFC3
(218,207,195)
#E0D7CD
(224,215,205)
#E6DFD7
(230,223,215)
#ECE7E1
(236,231,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69F87 color. Also use rgb(182,159,135) instead hex code.

Text Font Color

.myTextColor { color: #B69F87; }

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

This text font color is #B69F87.


Background Color

.myBgColor { background-color: #B69F87; }

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

This div background color is #B69F87.


Border color

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

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

This div border color is #B69F87.


Opacity

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

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

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

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

This text has shadow with #B69F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69F87 on black background.


Color preview on white background

This text has color #B69F87 on white background.



Black color preview on #B69F87 background

This text has black color on #B69F87 background.


White color preview on #B69F87 background

This text has white color on #B69F87 background.