COLOR #B68E9C

HEX: #B68E9C
RGB: (182,142,156)

Color info

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

RGB color model

#B68E9C color RGB value is (182,142,156).

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

RGB channels and saturation

R 182 of 255 = 71%
G 142 of 255 = 56%
B 156 of 255 = 61%

182
142
156

R + G + B ~ 63%. #B68E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 142 + 156 = 480 (100%)
R 182 of 480 ~ 37.92%
G 142 of 480 ~ 29.58%
B 156 of 480 ~ 32.5%

%37.92
%29.58
%32.5

CMYK color model

#B68E9C color CMYK value is (0,22,14,29).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(0,22,14,29)
C0M22Y14K29 
(0%,22%,14%,29%)
(0.00/0.22/0.14/0.29)	

CMYK percentages

%0
%21.98
%14.29
%28.63

Codes

Color #B68E9C in popluar color models

B68E9C
RGB182142156
HSL339°21.51%63.53%
HSB/HSV339°21.98%71.37%
CMYK0.00%21.98%14.29%
28.63%

Color #B68E9C in popluar number systems.

HEXB68E9C
Decimal182142156
Binary101101101000111010011100
Octal266216234

Shades and tints

Shades of #B68E9C

#B68E9C
(182,142,156)
#A6828E
(166,130,142)
#967680
(150,118,128)
#866A72
(134,106,114)
#765E64
(118,94,100)
#665256
(102,82,86)
#564648
(86,70,72)
#463A3A
(70,58,58)
#362E2C
(54,46,44)
#26221E
(38,34,30)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #B68E9C

#B68E9C
(182,142,156)
#BC98A5
(188,152,165)
#C2A2AE
(194,162,174)
#C8ACB7
(200,172,183)
#CEB6C0
(206,182,192)
#D4C0C9
(212,192,201)
#DACAD2
(218,202,210)
#E0D4DB
(224,212,219)
#E6DEE4
(230,222,228)
#ECE8ED
(236,232,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68E9C; }

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

This text font color is #B68E9C.


Background Color

.myBgColor { background-color: #B68E9C; }

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

This div background color is #B68E9C.


Border color

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

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

This div border color is #B68E9C.


Opacity

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

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

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

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

This text has shadow with #B68E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68E9C on black background.


Color preview on white background

This text has color #B68E9C on white background.



Black color preview on #B68E9C background

This text has black color on #B68E9C background.


White color preview on #B68E9C background

This text has white color on #B68E9C background.