COLOR #B97B8C

HEX: #B97B8C
RGB: (185,123,140)

Color info

#B97B8C contains mainly red and blue colors. Web safe color of #B97B8C is #CC6699 (or #C69).

RGB color model

#B97B8C color RGB value is (185,123,140).

  • red value is 185;
  • green value is 123;
  • blue value is 140.
RGB:
(185,123,140)
(73%,48%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 123 of 255 = 48%
B 140 of 255 = 55%

185
123
140

R + G + B ~ 59%. #B97B8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 123 + 140 = 448 (100%)
R 185 of 448 ~ 41.29%
G 123 of 448 ~ 27.46%
B 140 of 448 ~ 31.25%

%41.29
%27.46
%31.25

CMYK color model

#B97B8C color CMYK value is (0,34,24,27).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(0,34,24,27)
C0M34Y24K27 
(0%,34%,24%,27%)
(0.00/0.34/0.24/0.27)	

CMYK percentages

%0
%33.51
%24.32
%27.45

Codes

Color #B97B8C in popluar color models

B97B8C
RGB185123140
HSL344°30.69%60.39%
HSB/HSV344°33.51%72.55%
CMYK0.00%33.51%24.32%
27.45%

Color #B97B8C in popluar number systems.

HEXB97B8C
Decimal185123140
Binary10111001111101110001100
Octal271173214

Shades and tints

Shades of #B97B8C

#B97B8C
(185,123,140)
#A97080
(169,112,128)
#996574
(153,101,116)
#895A68
(137,90,104)
#794F5C
(121,79,92)
#694450
(105,68,80)
#593944
(89,57,68)
#492E38
(73,46,56)
#39232C
(57,35,44)
#291820
(41,24,32)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #B97B8C

#B97B8C
(185,123,140)
#BF8796
(191,135,150)
#C593A0
(197,147,160)
#CB9FAA
(203,159,170)
#D1ABB4
(209,171,180)
#D7B7BE
(215,183,190)
#DDC3C8
(221,195,200)
#E3CFD2
(227,207,210)
#E9DBDC
(233,219,220)
#EFE7E6
(239,231,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97B8C color. Also use rgb(185,123,140) instead hex code.

Text Font Color

.myTextColor { color: #B97B8C; }

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

This text font color is #B97B8C.


Background Color

.myBgColor { background-color: #B97B8C; }

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

This div background color is #B97B8C.


Border color

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

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

This div border color is #B97B8C.


Opacity

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

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

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

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

This text has shadow with #B97B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97B8C on black background.


Color preview on white background

This text has color #B97B8C on white background.



Black color preview on #B97B8C background

This text has black color on #B97B8C background.


White color preview on #B97B8C background

This text has white color on #B97B8C background.