COLOR #B997A0

HEX: #B997A0
RGB: (185,151,160)

Color info

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

RGB color model

#B997A0 color RGB value is (185,151,160).

  • red value is 185;
  • green value is 151;
  • blue value is 160.
RGB:
(185,151,160)
(73%,59%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 160 of 255 = 63%

185
151
160

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 160 = 496 (100%)
R 185 of 496 ~ 37.3%
G 151 of 496 ~ 30.44%
B 160 of 496 ~ 32.26%

%37.3
%30.44
%32.26

CMYK color model

#B997A0 color CMYK value is (0,18,14,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK:
(0,18,14,27)
C0M18Y14K27 
(0%,18%,14%,27%)
(0.00/0.18/0.14/0.27)	

CMYK percentages

%0
%18.38
%13.51
%27.45

Codes

Color #B997A0 in popluar color models

B997A0
RGB185151160
HSL344°19.54%65.88%
HSB/HSV344°18.38%72.55%
CMYK0.00%18.38%13.51%
27.45%

Color #B997A0 in popluar number systems.

HEXB997A0
Decimal185151160
Binary101110011001011110100000
Octal271227240

Shades and tints

Shades of #B997A0

#B997A0
(185,151,160)
#A98A92
(169,138,146)
#997D84
(153,125,132)
#897076
(137,112,118)
#796368
(121,99,104)
#69565A
(105,86,90)
#59494C
(89,73,76)
#493C3E
(73,60,62)
#392F30
(57,47,48)
#292222
(41,34,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #B997A0

#B997A0
(185,151,160)
#BFA0A8
(191,160,168)
#C5A9B0
(197,169,176)
#CBB2B8
(203,178,184)
#D1BBC0
(209,187,192)
#D7C4C8
(215,196,200)
#DDCDD0
(221,205,208)
#E3D6D8
(227,214,216)
#E9DFE0
(233,223,224)
#EFE8E8
(239,232,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997A0 color. Also use rgb(185,151,160) instead hex code.

Text Font Color

.myTextColor { color: #B997A0; }

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

This text font color is #B997A0.


Background Color

.myBgColor { background-color: #B997A0; }

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

This div background color is #B997A0.


Border color

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

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

This div border color is #B997A0.


Opacity

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

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

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

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

This text has shadow with #B997A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997A0 on black background.


Color preview on white background

This text has color #B997A0 on white background.



Black color preview on #B997A0 background

This text has black color on #B997A0 background.


White color preview on #B997A0 background

This text has white color on #B997A0 background.