COLOR #B97DA0

HEX: #B97DA0
RGB: (185,125,160)

Color info

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

RGB color model

#B97DA0 color RGB value is (185,125,160).

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

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 160 of 255 = 63%

185
125
160

R + G + B ~ 62%. #B97DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 160 = 470 (100%)
R 185 of 470 ~ 39.36%
G 125 of 470 ~ 26.6%
B 160 of 470 ~ 34.04%

%39.36
%26.6
%34.04

CMYK color model

#B97DA0 color CMYK value is (0,32,14,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK:
(0,32,14,27)
C0M32Y14K27 
(0%,32%,14%,27%)
(0.00/0.32/0.14/0.27)	

CMYK percentages

%0
%32.43
%13.51
%27.45

Codes

Color #B97DA0 in popluar color models

B97DA0
RGB185125160
HSL325°30.00%60.78%
HSB/HSV325°32.43%72.55%
CMYK0.00%32.43%13.51%
27.45%

Color #B97DA0 in popluar number systems.

HEXB97DA0
Decimal185125160
Binary10111001111110110100000
Octal271175240

Shades and tints

Shades of #B97DA0

#B97DA0
(185,125,160)
#A97292
(169,114,146)
#996784
(153,103,132)
#895C76
(137,92,118)
#795168
(121,81,104)
#69465A
(105,70,90)
#593B4C
(89,59,76)
#49303E
(73,48,62)
#392530
(57,37,48)
#291A22
(41,26,34)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #B97DA0

#B97DA0
(185,125,160)
#BF88A8
(191,136,168)
#C593B0
(197,147,176)
#CB9EB8
(203,158,184)
#D1A9C0
(209,169,192)
#D7B4C8
(215,180,200)
#DDBFD0
(221,191,208)
#E3CAD8
(227,202,216)
#E9D5E0
(233,213,224)
#EFE0E8
(239,224,232)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97DA0; }

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

This text font color is #B97DA0.


Background Color

.myBgColor { background-color: #B97DA0; }

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

This div background color is #B97DA0.


Border color

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

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

This div border color is #B97DA0.


Opacity

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

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

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

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

This text has shadow with #B97DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97DA0 on black background.


Color preview on white background

This text has color #B97DA0 on white background.



Black color preview on #B97DA0 background

This text has black color on #B97DA0 background.


White color preview on #B97DA0 background

This text has white color on #B97DA0 background.