COLOR #B997BC

HEX: #B997BC RGB: (185,151,188)

Color info

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

RGB color model

#B997BC color RGB value is (185,151,188).

RGB: (185,151,188) (73%, 59%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 188 of 255 = 74%

185
151
188

R + G + B ~ 69%. #B997BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 188 = 524 (100%)
R 185 of 524 ~ 35.31%
G 151 of 524 ~ 28.82%
B 188 of 524 ~ 35.88'%

%35.31
%28.82
%35.88

CMYK color model

#B997BC color CMYK value is (2,20,0,26).

  • cyan value is 1.60%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (2,20,0,26)
C2M20Y0K26 (2%, 20%, 0%, 26%)
(0.02 / 0.20 / 0.00 / 0.26)

CMYK percentages

%1.6
%19.68
%0
%26.27

Codes

Color #B997BC in popluar color models

B9 97 BC
RGB 185 151 188
HSL 295° 21.64% 66.47%
HSB/HSV 295° 19.68% 73.73%
CMYK 1.60% 19.68% 0.00%
26.27%

Color #B997BC in popluar number systems.

HEX B9 97 BC
Decimal 185 151 188
Binary 10111001 10010111 10111100
Octal 271 227 274

Shades and tints

Shades of #B997BC

#B997BC
(185,151,188)
#A98AAB
(169,138,171)
#997D9A
(153,125,154)
#897089
(137,112,137)
#796378
(121,99,120)
#695667
(105,86,103)
#594956
(89,73,86)
#493C45
(73,60,69)
#392F34
(57,47,52)
#292223
(41,34,35)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B997BC

#B997BC
(185,151,188)
#BFA0C2
(191,160,194)
#C5A9C8
(197,169,200)
#CBB2CE
(203,178,206)
#D1BBD4
(209,187,212)
#D7C4DA
(215,196,218)
#DDCDE0
(221,205,224)
#E3D6E6
(227,214,230)
#E9DFEC
(233,223,236)
#EFE8F2
(239,232,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B997BC; }

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

This text font color is #B997BC.

Background Color

.myBgColor { background-color: #B997BC; }

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

This div background color is #B997BC.

Border color

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

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

This div border color is #B997BC.

Opacity

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

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

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

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

This text has shadow with #B997BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B997BC.

Preview

Color preview on black background

This text has color #B997BC on black background.


Color preview on white background

This text has color #B997BC on white background.


Black color preview on #B997BC background

This text has black color on #B997BC background.


White color preview on #B997BC background

This text has white color on #B997BC background.


Related colors

Complementary color

Complementary color for #hex is #466843.


I love getcolorcode.com

Triadic colors

1 #BCB997 and #97BCB9 with #B997BC are triadic colors.

2 #BC97B9 and #97B9BC with #B997BC are triadic colors.