COLOR #B68E96

HEX: #B68E96 RGB: (182,142,150)

Color info

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

RGB color model

#B68E96 color RGB value is (182,142,150).

RGB: (182,142,150) (71%, 56%, 59%)

RGB channels and saturation

R 182 of 255 = 71%
G 142 of 255 = 56%
B 150 of 255 = 59%

182
142
150

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

Portions of RGB colors in percentages

R + G + B = 182 + 142 + 150 = 474 (100%)
R 182 of 474 ~ 38.4%
G 142 of 474 ~ 29.96%
B 150 of 474 ~ 31.65'%

%38.4
%29.96
%31.65

CMYK color model

#B68E96 color CMYK value is (0,22,18,29).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 17.58%
  • key color value is 28.63%

CMYK: (0,22,18,29)
C0M22Y18K29 (0%, 22%, 18%, 29%)
(0.00 / 0.22 / 0.18 / 0.29)

CMYK percentages

%0
%21.98
%17.58
%28.63

Codes

Color #B68E96 in popluar color models

B6 8E 96
RGB 182 142 150
HSL 348° 21.51% 63.53%
HSB/HSV 348° 21.98% 71.37%
CMYK 0.00% 21.98% 17.58%
28.63%

Color #B68E96 in popluar number systems.

HEX B6 8E 96
Decimal 182 142 150
Binary 10110110 10001110 10010110
Octal 266 216 226

Shades and tints

Shades of #B68E96

#B68E96
(182,142,150)
#A68289
(166,130,137)
#96767C
(150,118,124)
#866A6F
(134,106,111)
#765E62
(118,94,98)
#665255
(102,82,85)
#564648
(86,70,72)
#463A3B
(70,58,59)
#362E2E
(54,46,46)
#262221
(38,34,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B68E96

#B68E96
(182,142,150)
#BC989F
(188,152,159)
#C2A2A8
(194,162,168)
#C8ACB1
(200,172,177)
#CEB6BA
(206,182,186)
#D4C0C3
(212,192,195)
#DACACC
(218,202,204)
#E0D4D5
(224,212,213)
#E6DEDE
(230,222,222)
#ECE8E7
(236,232,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68E96; }

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

This text font color is #B68E96.

Background Color

.myBgColor { background-color: #B68E96; }

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

This div background color is #B68E96.

Border color

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

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

This div border color is #B68E96.

Opacity

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

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

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

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

This text has shadow with #B68E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68E96.

Preview

Color preview on black background

This text has color #B68E96 on black background.


Color preview on white background

This text has color #B68E96 on white background.


Black color preview on #B68E96 background

This text has black color on #B68E96 background.


White color preview on #B68E96 background

This text has white color on #B68E96 background.


Related colors

Complementary color

Complementary color for #hex is #497169.


I love getcolorcode.com

Triadic colors

1 #96B68E and #8E96B6 with #B68E96 are triadic colors.

2 #968EB6 and #8EB696 with #B68E96 are triadic colors.