COLOR #B09DBF

HEX: #B09DBF RGB: (176,157,191)

Color info

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

RGB color model

#B09DBF color RGB value is (176,157,191).

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

RGB channels and saturation

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

176
157
191

R + G + B ~ 69%. #B09DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 191 = 524 (100%)
R 176 of 524 ~ 33.59%
G 157 of 524 ~ 29.96%
B 191 of 524 ~ 36.45'%

%33.59
%29.96
%36.45

CMYK color model

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

  • cyan value is 7.85%
  • magenta value is 17.80%
  • 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
%17.8
%0
%25.1

Codes

Color #B09DBF in popluar color models

B0 9D BF
RGB 176 157 191
HSL 274° 20.99% 68.24%
HSB/HSV 274° 17.80% 74.90%
CMYK 7.85% 17.80% 0.00%
25.10%

Color #B09DBF in popluar number systems.

HEX B0 9D BF
Decimal 176 157 191
Binary 10110000 10011101 10111111
Octal 260 235 277

Shades and tints

Shades of #B09DBF

#B09DBF
(176,157,191)
#A08FAE
(160,143,174)
#90819D
(144,129,157)
#80738C
(128,115,140)
#70657B
(112,101,123)
#60576A
(96,87,106)
#504959
(80,73,89)
#403B48
(64,59,72)
#302D37
(48,45,55)
#201F26
(32,31,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B09DBF

#B09DBF
(176,157,191)
#B7A5C4
(183,165,196)
#BEADC9
(190,173,201)
#C5B5CE
(197,181,206)
#CCBDD3
(204,189,211)
#D3C5D8
(211,197,216)
#DACDDD
(218,205,221)
#E1D5E2
(225,213,226)
#E8DDE7
(232,221,231)
#EFE5EC
(239,229,236)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09DBF; }

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

This text font color is #B09DBF.

Background Color

.myBgColor { background-color: #B09DBF; }

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

This div background color is #B09DBF.

Border color

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

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

This div border color is #B09DBF.

Opacity

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

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

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

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

This text has shadow with #B09DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09DBF.

Preview

Color preview on black background

This text has color #B09DBF on black background.


Color preview on white background

This text has color #B09DBF on white background.


Black color preview on #B09DBF background

This text has black color on #B09DBF background.


White color preview on #B09DBF background

This text has white color on #B09DBF background.


Related colors

Complementary color

Complementary color for #hex is #4F6240.


I love getcolorcode.com

Triadic colors

1 #BFB09D and #9DBFB0 with #B09DBF are triadic colors.

2 #BF9DB0 and #9DB0BF with #B09DBF are triadic colors.