COLOR #B68D86

HEX: #B68D86
RGB: (182,141,134)

Color info

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

RGB color model

#B68D86 color RGB value is (182,141,134).

  • red value is 182;
  • green value is 141;
  • blue value is 134.
RGB:
(182,141,134)
(71%,55%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 134 of 255 = 53%

182
141
134

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

Portions of RGB colors in percentages

R + G + B =
182 + 141 + 134 = 457 (100%)
R 182 of 457 ~ 39.82%
G 141 of 457 ~ 30.85%
B 134 of 457 ~ 29.32%

%39.82
%30.85
%29.32

CMYK color model

#B68D86 color CMYK value is (0,23,26,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(0,23,26,29)
C0M23Y26K29 
(0%,23%,26%,29%)
(0.00/0.23/0.26/0.29)	

CMYK percentages

%0
%22.53
%26.37
%28.63

Codes

Color #B68D86 in popluar color models

B68D86
RGB182141134
HSL24.74%61.96%
HSB/HSV26.37%71.37%
CMYK0.00%22.53%26.37%
28.63%

Color #B68D86 in popluar number systems.

HEXB68D86
Decimal182141134
Binary101101101000110110000110
Octal266215206

Shades and tints

Shades of #B68D86

#B68D86
(182,141,134)
#A6817A
(166,129,122)
#96756E
(150,117,110)
#866962
(134,105,98)
#765D56
(118,93,86)
#66514A
(102,81,74)
#56453E
(86,69,62)
#463932
(70,57,50)
#362D26
(54,45,38)
#26211A
(38,33,26)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #B68D86

#B68D86
(182,141,134)
#BC9791
(188,151,145)
#C2A19C
(194,161,156)
#C8ABA7
(200,171,167)
#CEB5B2
(206,181,178)
#D4BFBD
(212,191,189)
#DAC9C8
(218,201,200)
#E0D3D3
(224,211,211)
#E6DDDE
(230,221,222)
#ECE7E9
(236,231,233)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68D86 color. Also use rgb(182,141,134) instead hex code.

Text Font Color

.myTextColor { color: #B68D86; }

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

This text font color is #B68D86.


Background Color

.myBgColor { background-color: #B68D86; }

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

This div background color is #B68D86.


Border color

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

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

This div border color is #B68D86.


Opacity

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

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

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

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

This text has shadow with #B68D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68D86 on black background.


Color preview on white background

This text has color #B68D86 on white background.



Black color preview on #B68D86 background

This text has black color on #B68D86 background.


White color preview on #B68D86 background

This text has white color on #B68D86 background.