COLOR #B97DAB

HEX: #B97DAB RGB: (185,125,171)

Color info

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

RGB color model

#B97DAB color RGB value is (185,125,171).

RGB: (185,125,171) (73%, 49%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 171 of 255 = 67%

185
125
171

R + G + B ~ 63%. #B97DAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 125 + 171 = 481 (100%)
R 185 of 481 ~ 38.46%
G 125 of 481 ~ 25.99%
B 171 of 481 ~ 35.55'%

%38.46
%25.99
%35.55

CMYK color model

#B97DAB color CMYK value is (0,32,8,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK: (0,32,8,27) C0M32Y8K27 (0%,32%,8%,27%) (0.00/0.32/0.08/0.27) 

CMYK percentages

%0
%32.43
%7.57
%27.45

Codes

Color #B97DAB in popluar color models

B9 7D AB
RGB 185 125 171
HSL 314° 30.00% 60.78%
HSB/HSV 314° 32.43% 72.55%
CMYK 0.00% 32.43% 7.57%
27.45%

Color #B97DAB in popluar number systems.

HEX B9 7D AB
Decimal 185 125 171
Binary 10111001 1111101 10101011
Octal 271 175 253

Shades and tints

Shades of #B97DAB

#B97DAB
(185,125,171)
#A9729C
(169,114,156)
#99678D
(153,103,141)
#895C7E
(137,92,126)
#79516F
(121,81,111)
#694660
(105,70,96)
#593B51
(89,59,81)
#493042
(73,48,66)
#392533
(57,37,51)
#291A24
(41,26,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B97DAB

#B97DAB
(185,125,171)
#BF88B2
(191,136,178)
#C593B9
(197,147,185)
#CB9EC0
(203,158,192)
#D1A9C7
(209,169,199)
#D7B4CE
(215,180,206)
#DDBFD5
(221,191,213)
#E3CADC
(227,202,220)
#E9D5E3
(233,213,227)
#EFE0EA
(239,224,234)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97DAB; }

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

This text font color is #B97DAB.

Background Color

.myBgColor { background-color: #B97DAB; }

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

This div background color is #B97DAB.

Border color

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

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

This div border color is #B97DAB.

Opacity

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

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

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

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

This text has shadow with #B97DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97DAB.

Preview

Color preview on black background

This text has color #B97DAB on black background.


Color preview on white background

This text has color #B97DAB on white background.


Black color preview on #B97DAB background

This text has black color on #B97DAB background.


White color preview on #B97DAB background

This text has white color on #B97DAB background.


Related colors

Complementary color

Complementary color for #hex is #468254.


I love getcolorcode.com

Triadic colors

1 #ABB97D and #7DABB9 with #B97DAB are triadic colors.

2 #AB7DB9 and #7DB9AB with #B97DAB are triadic colors.