COLOR #B68B96

HEX: #B68B96
RGB: (182,139,150)

Color info

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

RGB color model

#B68B96 color RGB value is (182,139,150).

  • red value is 182;
  • green value is 139;
  • blue value is 150.
RGB:
(182,139,150)
(71%,55%,59%)

RGB channels and saturation

R 182 of 255 = 71%
G 139 of 255 = 55%
B 150 of 255 = 59%

182
139
150

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

Portions of RGB colors in percentages

R + G + B =
182 + 139 + 150 = 471 (100%)
R 182 of 471 ~ 38.64%
G 139 of 471 ~ 29.51%
B 150 of 471 ~ 31.85%

%38.64
%29.51
%31.85

CMYK color model

#B68B96 color CMYK value is (0,24,18,29).

  • cyan value is 0.00%
  • magenta value is 23.63%
  • yellow value is 17.58%
  • key color value is 28.63%
CMYK:
(0,24,18,29)
C0M24Y18K29 
(0%,24%,18%,29%)
(0.00/0.24/0.18/0.29)	

CMYK percentages

%0
%23.63
%17.58
%28.63

Codes

Color #B68B96 in popluar color models

B68B96
RGB182139150
HSL345°22.75%62.94%
HSB/HSV345°23.63%71.37%
CMYK0.00%23.63%17.58%
28.63%

Color #B68B96 in popluar number systems.

HEXB68B96
Decimal182139150
Binary101101101000101110010110
Octal266213226

Shades and tints

Shades of #B68B96

#B68B96
(182,139,150)
#A67F89
(166,127,137)
#96737C
(150,115,124)
#86676F
(134,103,111)
#765B62
(118,91,98)
#664F55
(102,79,85)
#564348
(86,67,72)
#46373B
(70,55,59)
#362B2E
(54,43,46)
#261F21
(38,31,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B68B96

#B68B96
(182,139,150)
#BC959F
(188,149,159)
#C29FA8
(194,159,168)
#C8A9B1
(200,169,177)
#CEB3BA
(206,179,186)
#D4BDC3
(212,189,195)
#DAC7CC
(218,199,204)
#E0D1D5
(224,209,213)
#E6DBDE
(230,219,222)
#ECE5E7
(236,229,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68B96 color. Also use rgb(182,139,150) instead hex code.

Text Font Color

.myTextColor { color: #B68B96; }

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

This text font color is #B68B96.


Background Color

.myBgColor { background-color: #B68B96; }

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

This div background color is #B68B96.


Border color

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

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

This div border color is #B68B96.


Opacity

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

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

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

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

This text has shadow with #B68B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68B96 on black background.


Color preview on white background

This text has color #B68B96 on white background.



Black color preview on #B68B96 background

This text has black color on #B68B96 background.


White color preview on #B68B96 background

This text has white color on #B68B96 background.