COLOR #B09E8F

HEX: #B09E8F
RGB: (176,158,143)

Color info

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

RGB color model

#B09E8F color RGB value is (176,158,143).

  • red value is 176;
  • green value is 158;
  • blue value is 143.
RGB:
(176,158,143)
(69%,62%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 143 of 255 = 56%

176
158
143

R + G + B ~ 62%. #B09E8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 158 + 143 = 477 (100%)
R 176 of 477 ~ 36.9%
G 158 of 477 ~ 33.12%
B 143 of 477 ~ 29.98%

%36.9
%33.12
%29.98

CMYK color model

#B09E8F color CMYK value is (0,10,19,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(0,10,19,31)
C0M10Y19K31 
(0%,10%,19%,31%)
(0.00/0.10/0.19/0.31)	

CMYK percentages

%0
%10.23
%18.75
%30.98

Codes

Color #B09E8F in popluar color models

B09E8F
RGB176158143
HSL27°17.28%62.55%
HSB/HSV27°18.75%69.02%
CMYK0.00%10.23%18.75%
30.98%

Color #B09E8F in popluar number systems.

HEXB09E8F
Decimal176158143
Binary101100001001111010001111
Octal260236217

Shades and tints

Shades of #B09E8F

#B09E8F
(176,158,143)
#A09082
(160,144,130)
#908275
(144,130,117)
#807468
(128,116,104)
#70665B
(112,102,91)
#60584E
(96,88,78)
#504A41
(80,74,65)
#403C34
(64,60,52)
#302E27
(48,46,39)
#20201A
(32,32,26)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #B09E8F

#B09E8F
(176,158,143)
#B7A699
(183,166,153)
#BEAEA3
(190,174,163)
#C5B6AD
(197,182,173)
#CCBEB7
(204,190,183)
#D3C6C1
(211,198,193)
#DACECB
(218,206,203)
#E1D6D5
(225,214,213)
#E8DEDF
(232,222,223)
#EFE6E9
(239,230,233)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09E8F; }

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

This text font color is #B09E8F.


Background Color

.myBgColor { background-color: #B09E8F; }

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

This div background color is #B09E8F.


Border color

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

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

This div border color is #B09E8F.


Opacity

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

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

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

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

This text has shadow with #B09E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09E8F on black background.


Color preview on white background

This text has color #B09E8F on white background.



Black color preview on #B09E8F background

This text has black color on #B09E8F background.


White color preview on #B09E8F background

This text has white color on #B09E8F background.