COLOR #B97C81

HEX: #B97C81
RGB: (185,124,129)

Color info

#B97C81 contains mainly red and blue colors. Web safe color of #B97C81 is #CC6699 (or #C69).

RGB color model

#B97C81 color RGB value is (185,124,129).

  • red value is 185;
  • green value is 124;
  • blue value is 129.
RGB:
(185,124,129)
(73%,49%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 129 of 255 = 51%

185
124
129

R + G + B ~ 58%. #B97C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 124 + 129 = 438 (100%)
R 185 of 438 ~ 42.24%
G 124 of 438 ~ 28.31%
B 129 of 438 ~ 29.45%

%42.24
%28.31
%29.45

CMYK color model

#B97C81 color CMYK value is (0,33,30,27).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(0,33,30,27)
C0M33Y30K27 
(0%,33%,30%,27%)
(0.00/0.33/0.30/0.27)	

CMYK percentages

%0
%32.97
%30.27
%27.45

Codes

Color #B97C81 in popluar color models

B97C81
RGB185124129
HSL355°30.35%60.59%
HSB/HSV355°32.97%72.55%
CMYK0.00%32.97%30.27%
27.45%

Color #B97C81 in popluar number systems.

HEXB97C81
Decimal185124129
Binary10111001111110010000001
Octal271174201

Shades and tints

Shades of #B97C81

#B97C81
(185,124,129)
#A97176
(169,113,118)
#99666B
(153,102,107)
#895B60
(137,91,96)
#795055
(121,80,85)
#69454A
(105,69,74)
#593A3F
(89,58,63)
#492F34
(73,47,52)
#392429
(57,36,41)
#29191E
(41,25,30)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #B97C81

#B97C81
(185,124,129)
#BF878C
(191,135,140)
#C59297
(197,146,151)
#CB9DA2
(203,157,162)
#D1A8AD
(209,168,173)
#D7B3B8
(215,179,184)
#DDBEC3
(221,190,195)
#E3C9CE
(227,201,206)
#E9D4D9
(233,212,217)
#EFDFE4
(239,223,228)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97C81 color. Also use rgb(185,124,129) instead hex code.

Text Font Color

.myTextColor { color: #B97C81; }

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

This text font color is #B97C81.


Background Color

.myBgColor { background-color: #B97C81; }

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

This div background color is #B97C81.


Border color

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

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

This div border color is #B97C81.


Opacity

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

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

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

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

This text has shadow with #B97C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97C81 on black background.


Color preview on white background

This text has color #B97C81 on white background.



Black color preview on #B97C81 background

This text has black color on #B97C81 background.


White color preview on #B97C81 background

This text has white color on #B97C81 background.