COLOR #B09DB0

HEX: #B09DB0 RGB: (176,157,176)

Color info

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

RGB color model

#B09DB0 color RGB value is (176,157,176).

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

RGB channels and saturation

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

176
157
176

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

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 176 = 509 (100%)
R 176 of 509 ~ 34.58%
G 157 of 509 ~ 30.84%
B 176 of 509 ~ 34.58'%

%34.58
%30.84
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (0,11,0,31)
C0M11Y0K31 (0%, 11%, 0%, 31%)
(0.00 / 0.11 / 0.00 / 0.31)

CMYK percentages

%0
%10.8
%0
%30.98

Codes

Color #B09DB0 in popluar color models

B0 9D B0
RGB 176 157 176
HSL 300° 10.73% 65.29%
HSB/HSV 300° 10.80% 69.02%
CMYK 0.00% 10.80% 0.00%
30.98%

Color #B09DB0 in popluar number systems.

HEX B0 9D B0
Decimal 176 157 176
Binary 10110000 10011101 10110000
Octal 260 235 260

Shades and tints

Shades of #B09DB0

#B09DB0
(176,157,176)
#A08FA0
(160,143,160)
#908190
(144,129,144)
#807380
(128,115,128)
#706570
(112,101,112)
#605760
(96,87,96)
#504950
(80,73,80)
#403B40
(64,59,64)
#302D30
(48,45,48)
#201F20
(32,31,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B09DB0

#B09DB0
(176,157,176)
#B7A5B7
(183,165,183)
#BEADBE
(190,173,190)
#C5B5C5
(197,181,197)
#CCBDCC
(204,189,204)
#D3C5D3
(211,197,211)
#DACDDA
(218,205,218)
#E1D5E1
(225,213,225)
#E8DDE8
(232,221,232)
#EFE5EF
(239,229,239)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09DB0; }

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

This text font color is #B09DB0.

Background Color

.myBgColor { background-color: #B09DB0; }

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

This div background color is #B09DB0.

Border color

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

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

This div border color is #B09DB0.

Opacity

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

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

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

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

This text has shadow with #B09DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09DB0.

Preview

Color preview on black background

This text has color #B09DB0 on black background.


Color preview on white background

This text has color #B09DB0 on white background.


Black color preview on #B09DB0 background

This text has black color on #B09DB0 background.


White color preview on #B09DB0 background

This text has white color on #B09DB0 background.


Related colors

Complementary color

Complementary color for #hex is #4F624F.


I love getcolorcode.com

Triadic colors

1 #B0B09D and #9DB0B0 with #B09DB0 are triadic colors.

2 #B09DB0 and #9DB0B0 with #B09DB0 are triadic colors.