COLOR #B897AB

HEX: #B897AB
RGB: (184,151,171)

Color info

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

RGB color model

#B897AB color RGB value is (184,151,171).

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

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 171 of 255 = 67%

184
151
171

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 171 = 506 (100%)
R 184 of 506 ~ 36.36%
G 151 of 506 ~ 29.84%
B 171 of 506 ~ 33.79%

%36.36
%29.84
%33.79

CMYK color model

#B897AB color CMYK value is (0,18,7,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(0,18,7,28)
C0M18Y7K28 
(0%,18%,7%,28%)
(0.00/0.18/0.07/0.28)	

CMYK percentages

%0
%17.93
%7.07
%27.84

Codes

Color #B897AB in popluar color models

B897AB
RGB184151171
HSL324°18.86%65.69%
HSB/HSV324°17.93%72.16%
CMYK0.00%17.93%7.07%
27.84%

Color #B897AB in popluar number systems.

HEXB897AB
Decimal184151171
Binary101110001001011110101011
Octal270227253

Shades and tints

Shades of #B897AB

#B897AB
(184,151,171)
#A88A9C
(168,138,156)
#987D8D
(152,125,141)
#88707E
(136,112,126)
#78636F
(120,99,111)
#685660
(104,86,96)
#584951
(88,73,81)
#483C42
(72,60,66)
#382F33
(56,47,51)
#282224
(40,34,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #B897AB

#B897AB
(184,151,171)
#BEA0B2
(190,160,178)
#C4A9B9
(196,169,185)
#CAB2C0
(202,178,192)
#D0BBC7
(208,187,199)
#D6C4CE
(214,196,206)
#DCCDD5
(220,205,213)
#E2D6DC
(226,214,220)
#E8DFE3
(232,223,227)
#EEE8EA
(238,232,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897AB; }

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

This text font color is #B897AB.


Background Color

.myBgColor { background-color: #B897AB; }

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

This div background color is #B897AB.


Border color

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

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

This div border color is #B897AB.


Opacity

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

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

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

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

This text has shadow with #B897AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B897AB on black background.


Color preview on white background

This text has color #B897AB on white background.



Black color preview on #B897AB background

This text has black color on #B897AB background.


White color preview on #B897AB background

This text has white color on #B897AB background.