COLOR #B09DB8

HEX: #B09DB8 RGB: (176,157,184)

Color info

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

RGB color model

#B09DB8 color RGB value is (176,157,184).

RGB: (176,157,184) (69%, 62%, 72%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 184 of 255 = 72%

176
157
184

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

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 184 = 517 (100%)
R 176 of 517 ~ 34.04%
G 157 of 517 ~ 30.37%
B 184 of 517 ~ 35.59'%

%34.04
%30.37
%35.59

CMYK color model

#B09DB8 color CMYK value is (4,15,0,28).

  • cyan value is 4.35%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (4,15,0,28)
C4M15Y0K28 (4%, 15%, 0%, 28%)
(0.04 / 0.15 / 0.00 / 0.28)

CMYK percentages

%4.35
%14.67
%0
%27.84

Codes

Color #B09DB8 in popluar color models

B0 9D B8
RGB 176 157 184
HSL 282° 15.98% 66.86%
HSB/HSV 282° 14.67% 72.16%
CMYK 4.35% 14.67% 0.00%
27.84%

Color #B09DB8 in popluar number systems.

HEX B0 9D B8
Decimal 176 157 184
Binary 10110000 10011101 10111000
Octal 260 235 270

Shades and tints

Shades of #B09DB8

#B09DB8
(176,157,184)
#A08FA8
(160,143,168)
#908198
(144,129,152)
#807388
(128,115,136)
#706578
(112,101,120)
#605768
(96,87,104)
#504958
(80,73,88)
#403B48
(64,59,72)
#302D38
(48,45,56)
#201F28
(32,31,40)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #B09DB8

#B09DB8
(176,157,184)
#B7A5BE
(183,165,190)
#BEADC4
(190,173,196)
#C5B5CA
(197,181,202)
#CCBDD0
(204,189,208)
#D3C5D6
(211,197,214)
#DACDDC
(218,205,220)
#E1D5E2
(225,213,226)
#E8DDE8
(232,221,232)
#EFE5EE
(239,229,238)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09DB8; }

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

This text font color is #B09DB8.

Background Color

.myBgColor { background-color: #B09DB8; }

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

This div background color is #B09DB8.

Border color

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

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

This div border color is #B09DB8.

Opacity

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

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

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

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

This text has shadow with #B09DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09DB8.

Preview

Color preview on black background

This text has color #B09DB8 on black background.


Color preview on white background

This text has color #B09DB8 on white background.


Black color preview on #B09DB8 background

This text has black color on #B09DB8 background.


White color preview on #B09DB8 background

This text has white color on #B09DB8 background.


Related colors

Complementary color

Complementary color for #hex is #4F6247.


I love getcolorcode.com

Triadic colors

1 #B8B09D and #9DB8B0 with #B09DB8 are triadic colors.

2 #B89DB0 and #9DB0B8 with #B09DB8 are triadic colors.