COLOR #B897AA

HEX: #B897AA
RGB: (184,151,170)

Color info

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

RGB color model

#B897AA color RGB value is (184,151,170).

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

RGB channels and saturation

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

184
151
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 170 = 505 (100%)
R 184 of 505 ~ 36.44%
G 151 of 505 ~ 29.9%
B 170 of 505 ~ 33.66%

%36.44
%29.9
%33.66

CMYK color model

#B897AA color CMYK value is (0,18,8,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,18,8,28)
C0M18Y8K28 
(0%,18%,8%,28%)
(0.00/0.18/0.08/0.28)	

CMYK percentages

%0
%17.93
%7.61
%27.84

Codes

Color #B897AA in popluar color models

B897AA
RGB184151170
HSL325°18.86%65.69%
HSB/HSV325°17.93%72.16%
CMYK0.00%17.93%7.61%
27.84%

Color #B897AA in popluar number systems.

HEXB897AA
Decimal184151170
Binary101110001001011110101010
Octal270227252

Shades and tints

Shades of #B897AA

#B897AA
(184,151,170)
#A88A9B
(168,138,155)
#987D8C
(152,125,140)
#88707D
(136,112,125)
#78636E
(120,99,110)
#68565F
(104,86,95)
#584950
(88,73,80)
#483C41
(72,60,65)
#382F32
(56,47,50)
#282223
(40,34,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B897AA

#B897AA
(184,151,170)
#BEA0B1
(190,160,177)
#C4A9B8
(196,169,184)
#CAB2BF
(202,178,191)
#D0BBC6
(208,187,198)
#D6C4CD
(214,196,205)
#DCCDD4
(220,205,212)
#E2D6DB
(226,214,219)
#E8DFE2
(232,223,226)
#EEE8E9
(238,232,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897AA; }

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

This text font color is #B897AA.


Background Color

.myBgColor { background-color: #B897AA; }

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

This div background color is #B897AA.


Border color

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

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

This div border color is #B897AA.


Opacity

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

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

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

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

This text has shadow with #B897AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B897AA on black background.


Color preview on white background

This text has color #B897AA on white background.



Black color preview on #B897AA background

This text has black color on #B897AA background.


White color preview on #B897AA background

This text has white color on #B897AA background.