COLOR #B89C97

HEX: #B89C97
RGB: (184,156,151)

Color info

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

RGB color model

#B89C97 color RGB value is (184,156,151).

  • red value is 184;
  • green value is 156;
  • blue value is 151.
RGB:
(184,156,151)
(72%,61%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 156 of 255 = 61%
B 151 of 255 = 59%

184
156
151

R + G + B ~ 64%. #B89C97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 156 + 151 = 491 (100%)
R 184 of 491 ~ 37.47%
G 156 of 491 ~ 31.77%
B 151 of 491 ~ 30.75%

%37.47
%31.77
%30.75

CMYK color model

#B89C97 color CMYK value is (0,15,18,28).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK:
(0,15,18,28)
C0M15Y18K28 
(0%,15%,18%,28%)
(0.00/0.15/0.18/0.28)	

CMYK percentages

%0
%15.22
%17.93
%27.84

Codes

Color #B89C97 in popluar color models

B89C97
RGB184156151
HSL18.86%65.69%
HSB/HSV17.93%72.16%
CMYK0.00%15.22%17.93%
27.84%

Color #B89C97 in popluar number systems.

HEXB89C97
Decimal184156151
Binary101110001001110010010111
Octal270234227

Shades and tints

Shades of #B89C97

#B89C97
(184,156,151)
#A88E8A
(168,142,138)
#98807D
(152,128,125)
#887270
(136,114,112)
#786463
(120,100,99)
#685656
(104,86,86)
#584849
(88,72,73)
#483A3C
(72,58,60)
#382C2F
(56,44,47)
#281E22
(40,30,34)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #B89C97

#B89C97
(184,156,151)
#BEA5A0
(190,165,160)
#C4AEA9
(196,174,169)
#CAB7B2
(202,183,178)
#D0C0BB
(208,192,187)
#D6C9C4
(214,201,196)
#DCD2CD
(220,210,205)
#E2DBD6
(226,219,214)
#E8E4DF
(232,228,223)
#EEEDE8
(238,237,232)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89C97 color. Also use rgb(184,156,151) instead hex code.

Text Font Color

.myTextColor { color: #B89C97; }

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

This text font color is #B89C97.


Background Color

.myBgColor { background-color: #B89C97; }

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

This div background color is #B89C97.


Border color

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

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

This div border color is #B89C97.


Opacity

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

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

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

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

This text has shadow with #B89C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89C97 on black background.


Color preview on white background

This text has color #B89C97 on white background.



Black color preview on #B89C97 background

This text has black color on #B89C97 background.


White color preview on #B89C97 background

This text has white color on #B89C97 background.