COLOR #B89BA6

HEX: #B89BA6
RGB: (184,155,166)

Color info

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

RGB color model

#B89BA6 color RGB value is (184,155,166).

  • red value is 184;
  • green value is 155;
  • blue value is 166.
RGB:
(184,155,166)
(72%,61%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 166 of 255 = 65%

184
155
166

R + G + B ~ 66%. #B89BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 155 + 166 = 505 (100%)
R 184 of 505 ~ 36.44%
G 155 of 505 ~ 30.69%
B 166 of 505 ~ 32.87%

%36.44
%30.69
%32.87

CMYK color model

#B89BA6 color CMYK value is (0,16,10,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(0,16,10,28)
C0M16Y10K28 
(0%,16%,10%,28%)
(0.00/0.16/0.10/0.28)	

CMYK percentages

%0
%15.76
%9.78
%27.84

Codes

Color #B89BA6 in popluar color models

B89BA6
RGB184155166
HSL337°16.96%66.47%
HSB/HSV337°15.76%72.16%
CMYK0.00%15.76%9.78%
27.84%

Color #B89BA6 in popluar number systems.

HEXB89BA6
Decimal184155166
Binary101110001001101110100110
Octal270233246

Shades and tints

Shades of #B89BA6

#B89BA6
(184,155,166)
#A88D97
(168,141,151)
#987F88
(152,127,136)
#887179
(136,113,121)
#78636A
(120,99,106)
#68555B
(104,85,91)
#58474C
(88,71,76)
#48393D
(72,57,61)
#382B2E
(56,43,46)
#281D1F
(40,29,31)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #B89BA6

#B89BA6
(184,155,166)
#BEA4AE
(190,164,174)
#C4ADB6
(196,173,182)
#CAB6BE
(202,182,190)
#D0BFC6
(208,191,198)
#D6C8CE
(214,200,206)
#DCD1D6
(220,209,214)
#E2DADE
(226,218,222)
#E8E3E6
(232,227,230)
#EEECEE
(238,236,238)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89BA6 color. Also use rgb(184,155,166) instead hex code.

Text Font Color

.myTextColor { color: #B89BA6; }

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

This text font color is #B89BA6.


Background Color

.myBgColor { background-color: #B89BA6; }

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

This div background color is #B89BA6.


Border color

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

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

This div border color is #B89BA6.


Opacity

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

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

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

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

This text has shadow with #B89BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89BA6 on black background.


Color preview on white background

This text has color #B89BA6 on white background.



Black color preview on #B89BA6 background

This text has black color on #B89BA6 background.


White color preview on #B89BA6 background

This text has white color on #B89BA6 background.