COLOR #B097BC

HEX: #B097BC
RGB: (176,151,188)

Color info

#B097BC contains red, green and blue colors in about the same proportion. Web safe color of #B097BC is #9999CC (or #99C).

RGB color model

#B097BC color RGB value is (176,151,188).

  • red value is 176;
  • green value is 151;
  • blue value is 188.
RGB:
(176,151,188)
(69%,59%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 151 of 255 = 59%
B 188 of 255 = 74%

176
151
188

R + G + B ~ 67%. #B097BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 151 + 188 = 515 (100%)
R 176 of 515 ~ 34.17%
G 151 of 515 ~ 29.32%
B 188 of 515 ~ 36.5%

%34.17
%29.32
%36.5

CMYK color model

#B097BC color CMYK value is (6,20,0,26).

  • cyan value is 6.38%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,20,0,26)
C6M20Y0K26 
(6%,20%,0%,26%)
(0.06/0.20/0.00/0.26)	

CMYK percentages

%6.38
%19.68
%0
%26.27

Codes

Color #B097BC in popluar color models

B097BC
RGB176151188
HSL281°21.64%66.47%
HSB/HSV281°19.68%73.73%
CMYK6.38%19.68%0.00%
26.27%

Color #B097BC in popluar number systems.

HEXB097BC
Decimal176151188
Binary101100001001011110111100
Octal260227274

Shades and tints

Shades of #B097BC

#B097BC
(176,151,188)
#A08AAB
(160,138,171)
#907D9A
(144,125,154)
#807089
(128,112,137)
#706378
(112,99,120)
#605667
(96,86,103)
#504956
(80,73,86)
#403C45
(64,60,69)
#302F34
(48,47,52)
#202223
(32,34,35)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B097BC

#B097BC
(176,151,188)
#B7A0C2
(183,160,194)
#BEA9C8
(190,169,200)
#C5B2CE
(197,178,206)
#CCBBD4
(204,187,212)
#D3C4DA
(211,196,218)
#DACDE0
(218,205,224)
#E1D6E6
(225,214,230)
#E8DFEC
(232,223,236)
#EFE8F2
(239,232,242)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B097BC; }

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

This text font color is #B097BC.


Background Color

.myBgColor { background-color: #B097BC; }

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

This div background color is #B097BC.


Border color

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

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

This div border color is #B097BC.


Opacity

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

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

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

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

This text has shadow with #B097BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B097BC on black background.


Color preview on white background

This text has color #B097BC on white background.



Black color preview on #B097BC background

This text has black color on #B097BC background.


White color preview on #B097BC background

This text has white color on #B097BC background.