COLOR #B09AB6

HEX: #B09AB6
RGB: (176,154,182)

Color info

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

RGB color model

#B09AB6 color RGB value is (176,154,182).

  • red value is 176;
  • green value is 154;
  • blue value is 182.
RGB:
(176,154,182)
(69%,60%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 182 of 255 = 71%

176
154
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 182 = 512 (100%)
R 176 of 512 ~ 34.38%
G 154 of 512 ~ 30.08%
B 182 of 512 ~ 35.55%

%34.38
%30.08
%35.55

CMYK color model

#B09AB6 color CMYK value is (3,15,0,29).

  • cyan value is 3.30%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,15,0,29)
C3M15Y0K29 
(3%,15%,0%,29%)
(0.03/0.15/0.00/0.29)	

CMYK percentages

%3.3
%15.38
%0
%28.63

Codes

Color #B09AB6 in popluar color models

B09AB6
RGB176154182
HSL287°16.09%65.88%
HSB/HSV287°15.38%71.37%
CMYK3.30%15.38%0.00%
28.63%

Color #B09AB6 in popluar number systems.

HEXB09AB6
Decimal176154182
Binary101100001001101010110110
Octal260232266

Shades and tints

Shades of #B09AB6

#B09AB6
(176,154,182)
#A08CA6
(160,140,166)
#907E96
(144,126,150)
#807086
(128,112,134)
#706276
(112,98,118)
#605466
(96,84,102)
#504656
(80,70,86)
#403846
(64,56,70)
#302A36
(48,42,54)
#201C26
(32,28,38)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #B09AB6

#B09AB6
(176,154,182)
#B7A3BC
(183,163,188)
#BEACC2
(190,172,194)
#C5B5C8
(197,181,200)
#CCBECE
(204,190,206)
#D3C7D4
(211,199,212)
#DAD0DA
(218,208,218)
#E1D9E0
(225,217,224)
#E8E2E6
(232,226,230)
#EFEBEC
(239,235,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09AB6; }

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

This text font color is #B09AB6.


Background Color

.myBgColor { background-color: #B09AB6; }

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

This div background color is #B09AB6.


Border color

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

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

This div border color is #B09AB6.


Opacity

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

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

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

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

This text has shadow with #B09AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09AB6 on black background.


Color preview on white background

This text has color #B09AB6 on white background.



Black color preview on #B09AB6 background

This text has black color on #B09AB6 background.


White color preview on #B09AB6 background

This text has white color on #B09AB6 background.