COLOR #B97AA2

HEX: #B97AA2 RGB: (185,122,162)

Color info

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

RGB color model

#B97AA2 color RGB value is (185,122,162).

RGB: (185,122,162) (73%, 48%, 64%)

RGB channels and saturation

R 185 of 255 = 73%
G 122 of 255 = 48%
B 162 of 255 = 64%

185
122
162

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

Portions of RGB colors in percentages

R + G + B = 185 + 122 + 162 = 469 (100%)
R 185 of 469 ~ 39.45%
G 122 of 469 ~ 26.01%
B 162 of 469 ~ 34.54'%

%39.45
%26.01
%34.54

CMYK color model

#B97AA2 color CMYK value is (0,34,12,27).

  • cyan value is 0.00%
  • magenta value is 34.05%
  • yellow value is 12.43%
  • key color value is 27.45%

CMYK: (0,34,12,27)
C0M34Y12K27 (0%, 34%, 12%, 27%)
(0.00 / 0.34 / 0.12 / 0.27)

CMYK percentages

%0
%34.05
%12.43
%27.45

Codes

Color #B97AA2 in popluar color models

B9 7A A2
RGB 185 122 162
HSL 322° 31.03% 60.20%
HSB/HSV 322° 34.05% 72.55%
CMYK 0.00% 34.05% 12.43%
27.45%

Color #B97AA2 in popluar number systems.

HEX B9 7A A2
Decimal 185 122 162
Binary 10111001 1111010 10100010
Octal 271 172 242

Shades and tints

Shades of #B97AA2

#B97AA2
(185,122,162)
#A96F94
(169,111,148)
#996486
(153,100,134)
#895978
(137,89,120)
#794E6A
(121,78,106)
#69435C
(105,67,92)
#59384E
(89,56,78)
#492D40
(73,45,64)
#392232
(57,34,50)
#291724
(41,23,36)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #B97AA2

#B97AA2
(185,122,162)
#BF86AA
(191,134,170)
#C592B2
(197,146,178)
#CB9EBA
(203,158,186)
#D1AAC2
(209,170,194)
#D7B6CA
(215,182,202)
#DDC2D2
(221,194,210)
#E3CEDA
(227,206,218)
#E9DAE2
(233,218,226)
#EFE6EA
(239,230,234)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97AA2 color. Also use rgb(185,122,162) instead hex code.

Text Font Color

.myTextColor { color: #B97AA2; }

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

This text font color is #B97AA2.

Background Color

.myBgColor { background-color: #B97AA2; }

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

This div background color is #B97AA2.

Border color

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

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

This div border color is #B97AA2.

Opacity

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

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

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

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

This text has shadow with #B97AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97AA2.

Preview

Color preview on black background

This text has color #B97AA2 on black background.


Color preview on white background

This text has color #B97AA2 on white background.


Black color preview on #B97AA2 background

This text has black color on #B97AA2 background.


White color preview on #B97AA2 background

This text has white color on #B97AA2 background.


Related colors

Complementary color

Complementary color for #hex is #46855D.


I love getcolorcode.com

Triadic colors

1 #A2B97A and #7AA2B9 with #B97AA2 are triadic colors.

2 #A27AB9 and #7AB9A2 with #B97AA2 are triadic colors.