COLOR #B89E8E

HEX: #B89E8E
RGB: (184,158,142)

Color info

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

RGB color model

#B89E8E color RGB value is (184,158,142).

  • red value is 184;
  • green value is 158;
  • blue value is 142.
RGB:
(184,158,142)
(72%,62%,56%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 142 of 255 = 56%

184
158
142

R + G + B ~ 63%. #B89E8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 142 = 484 (100%)
R 184 of 484 ~ 38.02%
G 158 of 484 ~ 32.64%
B 142 of 484 ~ 29.34%

%38.02
%32.64
%29.34

CMYK color model

#B89E8E color CMYK value is (0,14,23,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK:
(0,14,23,28)
C0M14Y23K28 
(0%,14%,23%,28%)
(0.00/0.14/0.23/0.28)	

CMYK percentages

%0
%14.13
%22.83
%27.84

Codes

Color #B89E8E in popluar color models

B89E8E
RGB184158142
HSL23°22.83%63.92%
HSB/HSV23°22.83%72.16%
CMYK0.00%14.13%22.83%
27.84%

Color #B89E8E in popluar number systems.

HEXB89E8E
Decimal184158142
Binary101110001001111010001110
Octal270236216

Shades and tints

Shades of #B89E8E

#B89E8E
(184,158,142)
#A89082
(168,144,130)
#988276
(152,130,118)
#88746A
(136,116,106)
#78665E
(120,102,94)
#685852
(104,88,82)
#584A46
(88,74,70)
#483C3A
(72,60,58)
#382E2E
(56,46,46)
#282022
(40,32,34)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B89E8E

#B89E8E
(184,158,142)
#BEA698
(190,166,152)
#C4AEA2
(196,174,162)
#CAB6AC
(202,182,172)
#D0BEB6
(208,190,182)
#D6C6C0
(214,198,192)
#DCCECA
(220,206,202)
#E2D6D4
(226,214,212)
#E8DEDE
(232,222,222)
#EEE6E8
(238,230,232)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89E8E color. Also use rgb(184,158,142) instead hex code.

Text Font Color

.myTextColor { color: #B89E8E; }

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

This text font color is #B89E8E.


Background Color

.myBgColor { background-color: #B89E8E; }

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

This div background color is #B89E8E.


Border color

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

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

This div border color is #B89E8E.


Opacity

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

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

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

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

This text has shadow with #B89E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89E8E on black background.


Color preview on white background

This text has color #B89E8E on white background.



Black color preview on #B89E8E background

This text has black color on #B89E8E background.


White color preview on #B89E8E background

This text has white color on #B89E8E background.