COLOR #B09BB3

HEX: #B09BB3 RGB: (176,155,179)

Color info

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

RGB color model

#B09BB3 color RGB value is (176,155,179).

RGB: (176,155,179) (69%, 61%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 179 of 255 = 70%

176
155
179

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

Portions of RGB colors in percentages

R + G + B = 176 + 155 + 179 = 510 (100%)
R 176 of 510 ~ 34.51%
G 155 of 510 ~ 30.39%
B 179 of 510 ~ 35.1'%

%34.51
%30.39
%35.1

CMYK color model

#B09BB3 color CMYK value is (2,13,0,30).

  • cyan value is 1.68%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (2,13,0,30)
C2M13Y0K30 (2%, 13%, 0%, 30%)
(0.02 / 0.13 / 0.00 / 0.30)

CMYK percentages

%1.68
%13.41
%0
%29.8

Codes

Color #B09BB3 in popluar color models

B0 9B B3
RGB 176 155 179
HSL 293° 13.64% 65.49%
HSB/HSV 293° 13.41% 70.20%
CMYK 1.68% 13.41% 0.00%
29.80%

Color #B09BB3 in popluar number systems.

HEX B0 9B B3
Decimal 176 155 179
Binary 10110000 10011011 10110011
Octal 260 233 263

Shades and tints

Shades of #B09BB3

#B09BB3
(176,155,179)
#A08DA3
(160,141,163)
#907F93
(144,127,147)
#807183
(128,113,131)
#706373
(112,99,115)
#605563
(96,85,99)
#504753
(80,71,83)
#403943
(64,57,67)
#302B33
(48,43,51)
#201D23
(32,29,35)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #B09BB3

#B09BB3
(176,155,179)
#B7A4B9
(183,164,185)
#BEADBF
(190,173,191)
#C5B6C5
(197,182,197)
#CCBFCB
(204,191,203)
#D3C8D1
(211,200,209)
#DAD1D7
(218,209,215)
#E1DADD
(225,218,221)
#E8E3E3
(232,227,227)
#EFECE9
(239,236,233)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09BB3; }

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

This text font color is #B09BB3.

Background Color

.myBgColor { background-color: #B09BB3; }

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

This div background color is #B09BB3.

Border color

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

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

This div border color is #B09BB3.

Opacity

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

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

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

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

This text has shadow with #B09BB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09BB3.

Preview

Color preview on black background

This text has color #B09BB3 on black background.


Color preview on white background

This text has color #B09BB3 on white background.


Black color preview on #B09BB3 background

This text has black color on #B09BB3 background.


White color preview on #B09BB3 background

This text has white color on #B09BB3 background.


Related colors

Complementary color

Complementary color for #hex is #4F644C.


I love getcolorcode.com

Triadic colors

1 #B3B09B and #9BB3B0 with #B09BB3 are triadic colors.

2 #B39BB0 and #9BB0B3 with #B09BB3 are triadic colors.