COLOR #B97D9D

HEX: #B97D9D
RGB: (185,125,157)

Color info

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

RGB color model

#B97D9D color RGB value is (185,125,157).

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

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 157 of 255 = 62%

185
125
157

R + G + B ~ 61%. #B97D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 157 = 467 (100%)
R 185 of 467 ~ 39.61%
G 125 of 467 ~ 26.77%
B 157 of 467 ~ 33.62%

%39.61
%26.77
%33.62

CMYK color model

#B97D9D color CMYK value is (0,32,15,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(0,32,15,27)
C0M32Y15K27 
(0%,32%,15%,27%)
(0.00/0.32/0.15/0.27)	

CMYK percentages

%0
%32.43
%15.14
%27.45

Codes

Color #B97D9D in popluar color models

B97D9D
RGB185125157
HSL328°30.00%60.78%
HSB/HSV328°32.43%72.55%
CMYK0.00%32.43%15.14%
27.45%

Color #B97D9D in popluar number systems.

HEXB97D9D
Decimal185125157
Binary10111001111110110011101
Octal271175235

Shades and tints

Shades of #B97D9D

#B97D9D
(185,125,157)
#A9728F
(169,114,143)
#996781
(153,103,129)
#895C73
(137,92,115)
#795165
(121,81,101)
#694657
(105,70,87)
#593B49
(89,59,73)
#49303B
(73,48,59)
#39252D
(57,37,45)
#291A1F
(41,26,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #B97D9D

#B97D9D
(185,125,157)
#BF88A5
(191,136,165)
#C593AD
(197,147,173)
#CB9EB5
(203,158,181)
#D1A9BD
(209,169,189)
#D7B4C5
(215,180,197)
#DDBFCD
(221,191,205)
#E3CAD5
(227,202,213)
#E9D5DD
(233,213,221)
#EFE0E5
(239,224,229)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97D9D; }

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

This text font color is #B97D9D.


Background Color

.myBgColor { background-color: #B97D9D; }

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

This div background color is #B97D9D.


Border color

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

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

This div border color is #B97D9D.


Opacity

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

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

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

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

This text has shadow with #B97D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97D9D on black background.


Color preview on white background

This text has color #B97D9D on white background.



Black color preview on #B97D9D background

This text has black color on #B97D9D background.


White color preview on #B97D9D background

This text has white color on #B97D9D background.