COLOR #B68C9B

HEX: #B68C9B
RGB: (182,140,155)

Color info

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

RGB color model

#B68C9B color RGB value is (182,140,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 155 of 255 = 61%

182
140
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 155 = 477 (100%)
R 182 of 477 ~ 38.16%
G 140 of 477 ~ 29.35%
B 155 of 477 ~ 32.49%

%38.16
%29.35
%32.49

CMYK color model

#B68C9B color CMYK value is (0,23,15,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,23,15,29)
C0M23Y15K29 
(0%,23%,15%,29%)
(0.00/0.23/0.15/0.29)	

CMYK percentages

%0
%23.08
%14.84
%28.63

Codes

Color #B68C9B in popluar color models

B68C9B
RGB182140155
HSL339°22.34%63.14%
HSB/HSV339°23.08%71.37%
CMYK0.00%23.08%14.84%
28.63%

Color #B68C9B in popluar number systems.

HEXB68C9B
Decimal182140155
Binary101101101000110010011011
Octal266214233

Shades and tints

Shades of #B68C9B

#B68C9B
(182,140,155)
#A6808D
(166,128,141)
#96747F
(150,116,127)
#866871
(134,104,113)
#765C63
(118,92,99)
#665055
(102,80,85)
#564447
(86,68,71)
#463839
(70,56,57)
#362C2B
(54,44,43)
#26201D
(38,32,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #B68C9B

#B68C9B
(182,140,155)
#BC96A4
(188,150,164)
#C2A0AD
(194,160,173)
#C8AAB6
(200,170,182)
#CEB4BF
(206,180,191)
#D4BEC8
(212,190,200)
#DAC8D1
(218,200,209)
#E0D2DA
(224,210,218)
#E6DCE3
(230,220,227)
#ECE6EC
(236,230,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68C9B; }

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

This text font color is #B68C9B.


Background Color

.myBgColor { background-color: #B68C9B; }

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

This div background color is #B68C9B.


Border color

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

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

This div border color is #B68C9B.


Opacity

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

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

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

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

This text has shadow with #B68C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68C9B on black background.


Color preview on white background

This text has color #B68C9B on white background.



Black color preview on #B68C9B background

This text has black color on #B68C9B background.


White color preview on #B68C9B background

This text has white color on #B68C9B background.