COLOR #B68A8C

HEX: #B68A8C
RGB: (182,138,140)

Color info

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

RGB color model

#B68A8C color RGB value is (182,138,140).

  • red value is 182;
  • green value is 138;
  • blue value is 140.
RGB:
(182,138,140)
(71%,54%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 140 of 255 = 55%

182
138
140

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

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 140 = 460 (100%)
R 182 of 460 ~ 39.57%
G 138 of 460 ~ 30%
B 140 of 460 ~ 30.43%

%39.57
%30
%30.43

CMYK color model

#B68A8C color CMYK value is (0,24,23,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(0,24,23,29)
C0M24Y23K29 
(0%,24%,23%,29%)
(0.00/0.24/0.23/0.29)	

CMYK percentages

%0
%24.18
%23.08
%28.63

Codes

Color #B68A8C in popluar color models

B68A8C
RGB182138140
HSL357°23.16%62.75%
HSB/HSV357°24.18%71.37%
CMYK0.00%24.18%23.08%
28.63%

Color #B68A8C in popluar number systems.

HEXB68A8C
Decimal182138140
Binary101101101000101010001100
Octal266212214

Shades and tints

Shades of #B68A8C

#B68A8C
(182,138,140)
#A67E80
(166,126,128)
#967274
(150,114,116)
#866668
(134,102,104)
#765A5C
(118,90,92)
#664E50
(102,78,80)
#564244
(86,66,68)
#463638
(70,54,56)
#362A2C
(54,42,44)
#261E20
(38,30,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B68A8C

#B68A8C
(182,138,140)
#BC9496
(188,148,150)
#C29EA0
(194,158,160)
#C8A8AA
(200,168,170)
#CEB2B4
(206,178,180)
#D4BCBE
(212,188,190)
#DAC6C8
(218,198,200)
#E0D0D2
(224,208,210)
#E6DADC
(230,218,220)
#ECE4E6
(236,228,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68A8C color. Also use rgb(182,138,140) instead hex code.

Text Font Color

.myTextColor { color: #B68A8C; }

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

This text font color is #B68A8C.


Background Color

.myBgColor { background-color: #B68A8C; }

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

This div background color is #B68A8C.


Border color

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

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

This div border color is #B68A8C.


Opacity

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

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

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

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

This text has shadow with #B68A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A8C on black background.


Color preview on white background

This text has color #B68A8C on white background.



Black color preview on #B68A8C background

This text has black color on #B68A8C background.


White color preview on #B68A8C background

This text has white color on #B68A8C background.