COLOR #B898A0

HEX: #B898A0
RGB: (184,152,160)

Color info

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

RGB color model

#B898A0 color RGB value is (184,152,160).

  • red value is 184;
  • green value is 152;
  • blue value is 160.
RGB:
(184,152,160)
(72%,60%,63%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 160 of 255 = 63%

184
152
160

R + G + B ~ 65%. #B898A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 152 + 160 = 496 (100%)
R 184 of 496 ~ 37.1%
G 152 of 496 ~ 30.65%
B 160 of 496 ~ 32.26%

%37.1
%30.65
%32.26

CMYK color model

#B898A0 color CMYK value is (0,17,13,28).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 13.04%
  • key color value is 27.84%
CMYK:
(0,17,13,28)
C0M17Y13K28 
(0%,17%,13%,28%)
(0.00/0.17/0.13/0.28)	

CMYK percentages

%0
%17.39
%13.04
%27.84

Codes

Color #B898A0 in popluar color models

B898A0
RGB184152160
HSL345°18.39%65.88%
HSB/HSV345°17.39%72.16%
CMYK0.00%17.39%13.04%
27.84%

Color #B898A0 in popluar number systems.

HEXB898A0
Decimal184152160
Binary101110001001100010100000
Octal270230240

Shades and tints

Shades of #B898A0

#B898A0
(184,152,160)
#A88B92
(168,139,146)
#987E84
(152,126,132)
#887176
(136,113,118)
#786468
(120,100,104)
#68575A
(104,87,90)
#584A4C
(88,74,76)
#483D3E
(72,61,62)
#383030
(56,48,48)
#282322
(40,35,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B898A0

#B898A0
(184,152,160)
#BEA1A8
(190,161,168)
#C4AAB0
(196,170,176)
#CAB3B8
(202,179,184)
#D0BCC0
(208,188,192)
#D6C5C8
(214,197,200)
#DCCED0
(220,206,208)
#E2D7D8
(226,215,216)
#E8E0E0
(232,224,224)
#EEE9E8
(238,233,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B898A0 color. Also use rgb(184,152,160) instead hex code.

Text Font Color

.myTextColor { color: #B898A0; }

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

This text font color is #B898A0.


Background Color

.myBgColor { background-color: #B898A0; }

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

This div background color is #B898A0.


Border color

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

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

This div border color is #B898A0.


Opacity

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

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

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

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

This text has shadow with #B898A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B898A0 on black background.


Color preview on white background

This text has color #B898A0 on white background.



Black color preview on #B898A0 background

This text has black color on #B898A0 background.


White color preview on #B898A0 background

This text has white color on #B898A0 background.