COLOR #B997A7

HEX: #B997A7
RGB: (185,151,167)

Color info

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

RGB color model

#B997A7 color RGB value is (185,151,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 167 of 255 = 65%

185
151
167

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 167 = 503 (100%)
R 185 of 503 ~ 36.78%
G 151 of 503 ~ 30.02%
B 167 of 503 ~ 33.2%

%36.78
%30.02
%33.2

CMYK color model

#B997A7 color CMYK value is (0,18,10,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,18,10,27)
C0M18Y10K27 
(0%,18%,10%,27%)
(0.00/0.18/0.10/0.27)	

CMYK percentages

%0
%18.38
%9.73
%27.45

Codes

Color #B997A7 in popluar color models

B997A7
RGB185151167
HSL332°19.54%65.88%
HSB/HSV332°18.38%72.55%
CMYK0.00%18.38%9.73%
27.45%

Color #B997A7 in popluar number systems.

HEXB997A7
Decimal185151167
Binary101110011001011110100111
Octal271227247

Shades and tints

Shades of #B997A7

#B997A7
(185,151,167)
#A98A98
(169,138,152)
#997D89
(153,125,137)
#89707A
(137,112,122)
#79636B
(121,99,107)
#69565C
(105,86,92)
#59494D
(89,73,77)
#493C3E
(73,60,62)
#392F2F
(57,47,47)
#292220
(41,34,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B997A7

#B997A7
(185,151,167)
#BFA0AF
(191,160,175)
#C5A9B7
(197,169,183)
#CBB2BF
(203,178,191)
#D1BBC7
(209,187,199)
#D7C4CF
(215,196,207)
#DDCDD7
(221,205,215)
#E3D6DF
(227,214,223)
#E9DFE7
(233,223,231)
#EFE8EF
(239,232,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B997A7; }

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

This text font color is #B997A7.


Background Color

.myBgColor { background-color: #B997A7; }

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

This div background color is #B997A7.


Border color

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

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

This div border color is #B997A7.


Opacity

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

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

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

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

This text has shadow with #B997A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997A7 on black background.


Color preview on white background

This text has color #B997A7 on white background.



Black color preview on #B997A7 background

This text has black color on #B997A7 background.


White color preview on #B997A7 background

This text has white color on #B997A7 background.