COLOR #B997BA

HEX: #B997BA RGB: (185,151,186)

Color info

#B997BA contains red, green and blue colors in about the same proportion. Web safe color of #B997BA is #CC99CC (or #C9C).

RGB color model

#B997BA color RGB value is (185,151,186).

RGB: (185,151,186) (73%, 59%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 186 of 255 = 73%

185
151
186

R + G + B ~ 68%. #B997BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 186 = 522 (100%)
R 185 of 522 ~ 35.44%
G 151 of 522 ~ 28.93%
B 186 of 522 ~ 35.63'%

%35.44
%28.93
%35.63

CMYK color model

#B997BA color CMYK value is (1,19,0,27).

  • cyan value is 0.54%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (1,19,0,27)
C1M19Y0K27 (1%, 19%, 0%, 27%)
(0.01 / 0.19 / 0.00 / 0.27)

CMYK percentages

%0.54
%18.82
%0
%27.06

Codes

Color #B997BA in popluar color models

B9 97 BA
RGB 185 151 186
HSL 298° 20.23% 66.08%
HSB/HSV 298° 18.82% 72.94%
CMYK 0.54% 18.82% 0.00%
27.06%

Color #B997BA in popluar number systems.

HEX B9 97 BA
Decimal 185 151 186
Binary 10111001 10010111 10111010
Octal 271 227 272

Shades and tints

Shades of #B997BA

#B997BA
(185,151,186)
#A98AAA
(169,138,170)
#997D9A
(153,125,154)
#89708A
(137,112,138)
#79637A
(121,99,122)
#69566A
(105,86,106)
#59495A
(89,73,90)
#493C4A
(73,60,74)
#392F3A
(57,47,58)
#29222A
(41,34,42)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B997BA

#B997BA
(185,151,186)
#BFA0C0
(191,160,192)
#C5A9C6
(197,169,198)
#CBB2CC
(203,178,204)
#D1BBD2
(209,187,210)
#D7C4D8
(215,196,216)
#DDCDDE
(221,205,222)
#E3D6E4
(227,214,228)
#E9DFEA
(233,223,234)
#EFE8F0
(239,232,240)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997BA color. Also use rgb(185,151,186) instead hex code.

Text Font Color

.myTextColor { color: #B997BA; }

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

This text font color is #B997BA.

Background Color

.myBgColor { background-color: #B997BA; }

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

This div background color is #B997BA.

Border color

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

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

This div border color is #B997BA.

Opacity

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

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

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

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

This text has shadow with #B997BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B997BA.

Preview

Color preview on black background

This text has color #B997BA on black background.


Color preview on white background

This text has color #B997BA on white background.


Black color preview on #B997BA background

This text has black color on #B997BA background.


White color preview on #B997BA background

This text has white color on #B997BA background.


Related colors

Complementary color

Complementary color for #hex is #466845.


I love getcolorcode.com

Triadic colors

1 #BAB997 and #97BAB9 with #B997BA are triadic colors.

2 #BA97B9 and #97B9BA with #B997BA are triadic colors.