COLOR #B97B8D

HEX: #B97B8D RGB: (185,123,141)

Color info

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

RGB color model

#B97B8D color RGB value is (185,123,141).

RGB: (185,123,141) (73%, 48%, 55%)

RGB channels and saturation

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

185
123
141

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

Portions of RGB colors in percentages

R + G + B = 185 + 123 + 141 = 449 (100%)
R 185 of 449 ~ 41.2%
G 123 of 449 ~ 27.39%
B 141 of 449 ~ 31.4'%

%41.2
%27.39
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 23.78%
  • 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
%23.78
%27.45

Codes

Color #B97B8D in popluar color models

B9 7B 8D
RGB 185 123 141
HSL 343° 30.69% 60.39%
HSB/HSV 343° 33.51% 72.55%
CMYK 0.00% 33.51% 23.78%
27.45%

Color #B97B8D in popluar number systems.

HEX B9 7B 8D
Decimal 185 123 141
Binary 10111001 1111011 10001101
Octal 271 173 215

Shades and tints

Shades of #B97B8D

#B97B8D
(185,123,141)
#A97081
(169,112,129)
#996575
(153,101,117)
#895A69
(137,90,105)
#794F5D
(121,79,93)
#694451
(105,68,81)
#593945
(89,57,69)
#492E39
(73,46,57)
#39232D
(57,35,45)
#291821
(41,24,33)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #B97B8D

#B97B8D
(185,123,141)
#BF8797
(191,135,151)
#C593A1
(197,147,161)
#CB9FAB
(203,159,171)
#D1ABB5
(209,171,181)
#D7B7BF
(215,183,191)
#DDC3C9
(221,195,201)
#E3CFD3
(227,207,211)
#E9DBDD
(233,219,221)
#EFE7E7
(239,231,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97B8D; }

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

This text font color is #B97B8D.

Background Color

.myBgColor { background-color: #B97B8D; }

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

This div background color is #B97B8D.

Border color

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

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

This div border color is #B97B8D.

Opacity

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

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

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

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

This text has shadow with #B97B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97B8D.

Preview

Color preview on black background

This text has color #B97B8D on black background.


Color preview on white background

This text has color #B97B8D on white background.


Black color preview on #B97B8D background

This text has black color on #B97B8D background.


White color preview on #B97B8D background

This text has white color on #B97B8D background.


Related colors

Complementary color

Complementary color for #hex is #468472.


I love getcolorcode.com

Triadic colors

1 #8DB97B and #7B8DB9 with #B97B8D are triadic colors.

2 #8D7BB9 and #7BB98D with #B97B8D are triadic colors.