COLOR #B09BAC

HEX: #B09BAC RGB: (176,155,172)

Color info

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

RGB color model

#B09BAC color RGB value is (176,155,172).

RGB: (176,155,172) (69%, 61%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 172 of 255 = 67%

176
155
172

R + G + B ~ 66%. #B09BAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 155 + 172 = 503 (100%)
R 176 of 503 ~ 34.99%
G 155 of 503 ~ 30.82%
B 172 of 503 ~ 34.19'%

%34.99
%30.82
%34.19

CMYK color model

#B09BAC color CMYK value is (0,12,2,31).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (0,12,2,31)
C0M12Y2K31 (0%, 12%, 2%, 31%)
(0.00 / 0.12 / 0.02 / 0.31)

CMYK percentages

%0
%11.93
%2.27
%30.98

Codes

Color #B09BAC in popluar color models

B0 9B AC
RGB 176 155 172
HSL 311° 11.73% 64.90%
HSB/HSV 311° 11.93% 69.02%
CMYK 0.00% 11.93% 2.27%
30.98%

Color #B09BAC in popluar number systems.

HEX B0 9B AC
Decimal 176 155 172
Binary 10110000 10011011 10101100
Octal 260 233 254

Shades and tints

Shades of #B09BAC

#B09BAC
(176,155,172)
#A08D9D
(160,141,157)
#907F8E
(144,127,142)
#80717F
(128,113,127)
#706370
(112,99,112)
#605561
(96,85,97)
#504752
(80,71,82)
#403943
(64,57,67)
#302B34
(48,43,52)
#201D25
(32,29,37)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #B09BAC

#B09BAC
(176,155,172)
#B7A4B3
(183,164,179)
#BEADBA
(190,173,186)
#C5B6C1
(197,182,193)
#CCBFC8
(204,191,200)
#D3C8CF
(211,200,207)
#DAD1D6
(218,209,214)
#E1DADD
(225,218,221)
#E8E3E4
(232,227,228)
#EFECEB
(239,236,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09BAC; }

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

This text font color is #B09BAC.

Background Color

.myBgColor { background-color: #B09BAC; }

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

This div background color is #B09BAC.

Border color

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

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

This div border color is #B09BAC.

Opacity

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

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

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

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

This text has shadow with #B09BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09BAC.

Preview

Color preview on black background

This text has color #B09BAC on black background.


Color preview on white background

This text has color #B09BAC on white background.


Black color preview on #B09BAC background

This text has black color on #B09BAC background.


White color preview on #B09BAC background

This text has white color on #B09BAC background.


Related colors

Complementary color

Complementary color for #hex is #4F6453.


I love getcolorcode.com

Triadic colors

1 #ACB09B and #9BACB0 with #B09BAC are triadic colors.

2 #AC9BB0 and #9BB0AC with #B09BAC are triadic colors.