COLOR #B68C9C

HEX: #B68C9C
RGB: (182,140,156)

Color info

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

RGB color model

#B68C9C color RGB value is (182,140,156).

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

RGB channels and saturation

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

182
140
156

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 156 = 478 (100%)
R 182 of 478 ~ 38.08%
G 140 of 478 ~ 29.29%
B 156 of 478 ~ 32.64%

%38.08
%29.29
%32.64

CMYK color model

#B68C9C color CMYK value is (0,23,14,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(0,23,14,29)
C0M23Y14K29 
(0%,23%,14%,29%)
(0.00/0.23/0.14/0.29)	

CMYK percentages

%0
%23.08
%14.29
%28.63

Codes

Color #B68C9C in popluar color models

B68C9C
RGB182140156
HSL337°22.34%63.14%
HSB/HSV337°23.08%71.37%
CMYK0.00%23.08%14.29%
28.63%

Color #B68C9C in popluar number systems.

HEXB68C9C
Decimal182140156
Binary101101101000110010011100
Octal266214234

Shades and tints

Shades of #B68C9C

#B68C9C
(182,140,156)
#A6808E
(166,128,142)
#967480
(150,116,128)
#866872
(134,104,114)
#765C64
(118,92,100)
#665056
(102,80,86)
#564448
(86,68,72)
#46383A
(70,56,58)
#362C2C
(54,44,44)
#26201E
(38,32,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #B68C9C

#B68C9C
(182,140,156)
#BC96A5
(188,150,165)
#C2A0AE
(194,160,174)
#C8AAB7
(200,170,183)
#CEB4C0
(206,180,192)
#D4BEC9
(212,190,201)
#DAC8D2
(218,200,210)
#E0D2DB
(224,210,219)
#E6DCE4
(230,220,228)
#ECE6ED
(236,230,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68C9C; }

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

This text font color is #B68C9C.


Background Color

.myBgColor { background-color: #B68C9C; }

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

This div background color is #B68C9C.


Border color

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

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

This div border color is #B68C9C.


Opacity

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

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

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

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

This text has shadow with #B68C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68C9C on black background.


Color preview on white background

This text has color #B68C9C on white background.



Black color preview on #B68C9C background

This text has black color on #B68C9C background.


White color preview on #B68C9C background

This text has white color on #B68C9C background.