COLOR #B09DB9

HEX: #B09DB9
RGB: (176,157,185)

Color info

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

RGB color model

#B09DB9 color RGB value is (176,157,185).

  • red value is 176;
  • green value is 157;
  • blue value is 185.
RGB:
(176,157,185)
(69%,62%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 185 of 255 = 73%

176
157
185

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

Portions of RGB colors in percentages

R + G + B =
176 + 157 + 185 = 518 (100%)
R 176 of 518 ~ 33.98%
G 157 of 518 ~ 30.31%
B 185 of 518 ~ 35.71%

%33.98
%30.31
%35.71

CMYK color model

#B09DB9 color CMYK value is (5,15,0,27).

  • cyan value is 4.86%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(5,15,0,27)
C5M15Y0K27 
(5%,15%,0%,27%)
(0.05/0.15/0.00/0.27)	

CMYK percentages

%4.86
%15.14
%0
%27.45

Codes

Color #B09DB9 in popluar color models

B09DB9
RGB176157185
HSL281°16.67%67.06%
HSB/HSV281°15.14%72.55%
CMYK4.86%15.14%0.00%
27.45%

Color #B09DB9 in popluar number systems.

HEXB09DB9
Decimal176157185
Binary101100001001110110111001
Octal260235271

Shades and tints

Shades of #B09DB9

#B09DB9
(176,157,185)
#A08FA9
(160,143,169)
#908199
(144,129,153)
#807389
(128,115,137)
#706579
(112,101,121)
#605769
(96,87,105)
#504959
(80,73,89)
#403B49
(64,59,73)
#302D39
(48,45,57)
#201F29
(32,31,41)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #B09DB9

#B09DB9
(176,157,185)
#B7A5BF
(183,165,191)
#BEADC5
(190,173,197)
#C5B5CB
(197,181,203)
#CCBDD1
(204,189,209)
#D3C5D7
(211,197,215)
#DACDDD
(218,205,221)
#E1D5E3
(225,213,227)
#E8DDE9
(232,221,233)
#EFE5EF
(239,229,239)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09DB9 color. Also use rgb(176,157,185) instead hex code.

Text Font Color

.myTextColor { color: #B09DB9; }

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

This text font color is #B09DB9.


Background Color

.myBgColor { background-color: #B09DB9; }

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

This div background color is #B09DB9.


Border color

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

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

This div border color is #B09DB9.


Opacity

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

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

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

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

This text has shadow with #B09DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09DB9 on black background.


Color preview on white background

This text has color #B09DB9 on white background.



Black color preview on #B09DB9 background

This text has black color on #B09DB9 background.


White color preview on #B09DB9 background

This text has white color on #B09DB9 background.