COLOR #B97CA7

HEX: #B97CA7
RGB: (185,124,167)

Color info

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

RGB color model

#B97CA7 color RGB value is (185,124,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 167 of 255 = 65%

185
124
167

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

Portions of RGB colors in percentages

R + G + B =
185 + 124 + 167 = 476 (100%)
R 185 of 476 ~ 38.87%
G 124 of 476 ~ 26.05%
B 167 of 476 ~ 35.08%

%38.87
%26.05
%35.08

CMYK color model

#B97CA7 color CMYK value is (0,33,10,27).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,33,10,27)
C0M33Y10K27 
(0%,33%,10%,27%)
(0.00/0.33/0.10/0.27)	

CMYK percentages

%0
%32.97
%9.73
%27.45

Codes

Color #B97CA7 in popluar color models

B97CA7
RGB185124167
HSL318°30.35%60.59%
HSB/HSV318°32.97%72.55%
CMYK0.00%32.97%9.73%
27.45%

Color #B97CA7 in popluar number systems.

HEXB97CA7
Decimal185124167
Binary10111001111110010100111
Octal271174247

Shades and tints

Shades of #B97CA7

#B97CA7
(185,124,167)
#A97198
(169,113,152)
#996689
(153,102,137)
#895B7A
(137,91,122)
#79506B
(121,80,107)
#69455C
(105,69,92)
#593A4D
(89,58,77)
#492F3E
(73,47,62)
#39242F
(57,36,47)
#291920
(41,25,32)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #B97CA7

#B97CA7
(185,124,167)
#BF87AF
(191,135,175)
#C592B7
(197,146,183)
#CB9DBF
(203,157,191)
#D1A8C7
(209,168,199)
#D7B3CF
(215,179,207)
#DDBED7
(221,190,215)
#E3C9DF
(227,201,223)
#E9D4E7
(233,212,231)
#EFDFEF
(239,223,239)
#F5EAF7
(245,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97CA7; }

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

This text font color is #B97CA7.


Background Color

.myBgColor { background-color: #B97CA7; }

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

This div background color is #B97CA7.


Border color

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

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

This div border color is #B97CA7.


Opacity

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

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

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

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

This text has shadow with #B97CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97CA7 on black background.


Color preview on white background

This text has color #B97CA7 on white background.



Black color preview on #B97CA7 background

This text has black color on #B97CA7 background.


White color preview on #B97CA7 background

This text has white color on #B97CA7 background.