COLOR #B09CBF

HEX: #B09CBF
RGB: (176,156,191)

Color info

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

RGB color model

#B09CBF color RGB value is (176,156,191).

  • red value is 176;
  • green value is 156;
  • blue value is 191.
RGB:
(176,156,191)
(69%,61%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 191 of 255 = 75%

176
156
191

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 191 = 523 (100%)
R 176 of 523 ~ 33.65%
G 156 of 523 ~ 29.83%
B 191 of 523 ~ 36.52%

%33.65
%29.83
%36.52

CMYK color model

#B09CBF color CMYK value is (8,18,0,25).

  • cyan value is 7.85%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,18,0,25)
C8M18Y0K25 
(8%,18%,0%,25%)
(0.08/0.18/0.00/0.25)	

CMYK percentages

%7.85
%18.32
%0
%25.1

Codes

Color #B09CBF in popluar color models

B09CBF
RGB176156191
HSL274°21.47%68.04%
HSB/HSV274°18.32%74.90%
CMYK7.85%18.32%0.00%
25.10%

Color #B09CBF in popluar number systems.

HEXB09CBF
Decimal176156191
Binary101100001001110010111111
Octal260234277

Shades and tints

Shades of #B09CBF

#B09CBF
(176,156,191)
#A08EAE
(160,142,174)
#90809D
(144,128,157)
#80728C
(128,114,140)
#70647B
(112,100,123)
#60566A
(96,86,106)
#504859
(80,72,89)
#403A48
(64,58,72)
#302C37
(48,44,55)
#201E26
(32,30,38)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B09CBF

#B09CBF
(176,156,191)
#B7A5C4
(183,165,196)
#BEAEC9
(190,174,201)
#C5B7CE
(197,183,206)
#CCC0D3
(204,192,211)
#D3C9D8
(211,201,216)
#DAD2DD
(218,210,221)
#E1DBE2
(225,219,226)
#E8E4E7
(232,228,231)
#EFEDEC
(239,237,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09CBF color. Also use rgb(176,156,191) instead hex code.

Text Font Color

.myTextColor { color: #B09CBF; }

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

This text font color is #B09CBF.


Background Color

.myBgColor { background-color: #B09CBF; }

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

This div background color is #B09CBF.


Border color

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

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

This div border color is #B09CBF.


Opacity

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

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

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

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

This text has shadow with #B09CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09CBF on black background.


Color preview on white background

This text has color #B09CBF on white background.



Black color preview on #B09CBF background

This text has black color on #B09CBF background.


White color preview on #B09CBF background

This text has white color on #B09CBF background.