COLOR #B897BC

HEX: #B897BC RGB: (184,151,188)

Color info

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

RGB color model

#B897BC color RGB value is (184,151,188).

RGB: (184,151,188) (72%, 59%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 188 of 255 = 74%

184
151
188

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

Portions of RGB colors in percentages

R + G + B = 184 + 151 + 188 = 523 (100%)
R 184 of 523 ~ 35.18%
G 151 of 523 ~ 28.87%
B 188 of 523 ~ 35.95'%

%35.18
%28.87
%35.95

CMYK color model

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

  • cyan value is 2.13%
  • 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

%2.13
%19.68
%0
%26.27

Codes

Color #B897BC in popluar color models

B8 97 BC
RGB 184 151 188
HSL 294° 21.64% 66.47%
HSB/HSV 294° 19.68% 73.73%
CMYK 2.13% 19.68% 0.00%
26.27%

Color #B897BC in popluar number systems.

HEX B8 97 BC
Decimal 184 151 188
Binary 10111000 10010111 10111100
Octal 270 227 274

Shades and tints

Shades of #B897BC

#B897BC
(184,151,188)
#A88AAB
(168,138,171)
#987D9A
(152,125,154)
#887089
(136,112,137)
#786378
(120,99,120)
#685667
(104,86,103)
#584956
(88,73,86)
#483C45
(72,60,69)
#382F34
(56,47,52)
#282223
(40,34,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B897BC

#B897BC
(184,151,188)
#BEA0C2
(190,160,194)
#C4A9C8
(196,169,200)
#CAB2CE
(202,178,206)
#D0BBD4
(208,187,212)
#D6C4DA
(214,196,218)
#DCCDE0
(220,205,224)
#E2D6E6
(226,214,230)
#E8DFEC
(232,223,236)
#EEE8F2
(238,232,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897BC; }

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

This text font color is #B897BC.

Background Color

.myBgColor { background-color: #B897BC; }

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

This div background color is #B897BC.

Border color

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

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

This div border color is #B897BC.

Opacity

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

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

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

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

This text has shadow with #B897BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B897BC.

Preview

Color preview on black background

This text has color #B897BC on black background.


Color preview on white background

This text has color #B897BC on white background.


Black color preview on #B897BC background

This text has black color on #B897BC background.


White color preview on #B897BC background

This text has white color on #B897BC background.


Related colors

Complementary color

Complementary color for #hex is #476843.


I love getcolorcode.com

Triadic colors

1 #BCB897 and #97BCB8 with #B897BC are triadic colors.

2 #BC97B8 and #97B8BC with #B897BC are triadic colors.