COLOR #B09DB1

HEX: #B09DB1 RGB: (176,157,177)

Color info

#B09DB1 contains red, green and blue colors in about the same proportion. Web safe color of #B09DB1 is #999999 (or #999).

RGB color model

#B09DB1 color RGB value is (176,157,177).

RGB: (176,157,177) (69%, 62%, 69%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 177 of 255 = 69%

176
157
177

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

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 177 = 510 (100%)
R 176 of 510 ~ 34.51%
G 157 of 510 ~ 30.78%
B 177 of 510 ~ 34.71'%

%34.51
%30.78
%34.71

CMYK color model

#B09DB1 color CMYK value is (1,11,0,31).

  • cyan value is 0.56%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (1,11,0,31)
C1M11Y0K31 (1%, 11%, 0%, 31%)
(0.01 / 0.11 / 0.00 / 0.31)

CMYK percentages

%0.56
%11.3
%0
%30.59

Codes

Color #B09DB1 in popluar color models

B0 9D B1
RGB 176 157 177
HSL 297° 11.36% 65.49%
HSB/HSV 297° 11.30% 69.41%
CMYK 0.56% 11.30% 0.00%
30.59%

Color #B09DB1 in popluar number systems.

HEX B0 9D B1
Decimal 176 157 177
Binary 10110000 10011101 10110001
Octal 260 235 261

Shades and tints

Shades of #B09DB1

#B09DB1
(176,157,177)
#A08FA1
(160,143,161)
#908191
(144,129,145)
#807381
(128,115,129)
#706571
(112,101,113)
#605761
(96,87,97)
#504951
(80,73,81)
#403B41
(64,59,65)
#302D31
(48,45,49)
#201F21
(32,31,33)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B09DB1

#B09DB1
(176,157,177)
#B7A5B8
(183,165,184)
#BEADBF
(190,173,191)
#C5B5C6
(197,181,198)
#CCBDCD
(204,189,205)
#D3C5D4
(211,197,212)
#DACDDB
(218,205,219)
#E1D5E2
(225,213,226)
#E8DDE9
(232,221,233)
#EFE5F0
(239,229,240)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09DB1; }

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

This text font color is #B09DB1.

Background Color

.myBgColor { background-color: #B09DB1; }

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

This div background color is #B09DB1.

Border color

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

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

This div border color is #B09DB1.

Opacity

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

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

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

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

This text has shadow with #B09DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09DB1.

Preview

Color preview on black background

This text has color #B09DB1 on black background.


Color preview on white background

This text has color #B09DB1 on white background.


Black color preview on #B09DB1 background

This text has black color on #B09DB1 background.


White color preview on #B09DB1 background

This text has white color on #B09DB1 background.


Related colors

Complementary color

Complementary color for #hex is #4F624E.


I love getcolorcode.com

Triadic colors

1 #B1B09D and #9DB1B0 with #B09DB1 are triadic colors.

2 #B19DB0 and #9DB0B1 with #B09DB1 are triadic colors.