COLOR #B68A8E

HEX: #B68A8E
RGB: (182,138,142)

Color info

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

RGB color model

#B68A8E color RGB value is (182,138,142).

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

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 142 of 255 = 56%

182
138
142

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

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 142 = 462 (100%)
R 182 of 462 ~ 39.39%
G 138 of 462 ~ 29.87%
B 142 of 462 ~ 30.74%

%39.39
%29.87
%30.74

CMYK color model

#B68A8E color CMYK value is (0,24,22,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,24,22,29)
C0M24Y22K29 
(0%,24%,22%,29%)
(0.00/0.24/0.22/0.29)	

CMYK percentages

%0
%24.18
%21.98
%28.63

Codes

Color #B68A8E in popluar color models

B68A8E
RGB182138142
HSL355°23.16%62.75%
HSB/HSV355°24.18%71.37%
CMYK0.00%24.18%21.98%
28.63%

Color #B68A8E in popluar number systems.

HEXB68A8E
Decimal182138142
Binary101101101000101010001110
Octal266212216

Shades and tints

Shades of #B68A8E

#B68A8E
(182,138,142)
#A67E82
(166,126,130)
#967276
(150,114,118)
#86666A
(134,102,106)
#765A5E
(118,90,94)
#664E52
(102,78,82)
#564246
(86,66,70)
#46363A
(70,54,58)
#362A2E
(54,42,46)
#261E22
(38,30,34)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B68A8E

#B68A8E
(182,138,142)
#BC9498
(188,148,152)
#C29EA2
(194,158,162)
#C8A8AC
(200,168,172)
#CEB2B6
(206,178,182)
#D4BCC0
(212,188,192)
#DAC6CA
(218,198,202)
#E0D0D4
(224,208,212)
#E6DADE
(230,218,222)
#ECE4E8
(236,228,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68A8E; }

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

This text font color is #B68A8E.


Background Color

.myBgColor { background-color: #B68A8E; }

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

This div background color is #B68A8E.


Border color

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

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

This div border color is #B68A8E.


Opacity

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

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

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

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

This text has shadow with #B68A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A8E on black background.


Color preview on white background

This text has color #B68A8E on white background.



Black color preview on #B68A8E background

This text has black color on #B68A8E background.


White color preview on #B68A8E background

This text has white color on #B68A8E background.