COLOR #B09E9F

HEX: #B09E9F
RGB: (176,158,159)

Color info

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

RGB color model

#B09E9F color RGB value is (176,158,159).

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

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 159 of 255 = 62%

176
158
159

R + G + B ~ 64%. #B09E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 158 + 159 = 493 (100%)
R 176 of 493 ~ 35.7%
G 158 of 493 ~ 32.05%
B 159 of 493 ~ 32.25%

%35.7
%32.05
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(0,10,10,31)
C0M10Y10K31 
(0%,10%,10%,31%)
(0.00/0.10/0.10/0.31)	

CMYK percentages

%0
%10.23
%9.66
%30.98

Codes

Color #B09E9F in popluar color models

B09E9F
RGB176158159
HSL357°10.23%65.49%
HSB/HSV357°10.23%69.02%
CMYK0.00%10.23%9.66%
30.98%

Color #B09E9F in popluar number systems.

HEXB09E9F
Decimal176158159
Binary101100001001111010011111
Octal260236237

Shades and tints

Shades of #B09E9F

#B09E9F
(176,158,159)
#A09091
(160,144,145)
#908283
(144,130,131)
#807475
(128,116,117)
#706667
(112,102,103)
#605859
(96,88,89)
#504A4B
(80,74,75)
#403C3D
(64,60,61)
#302E2F
(48,46,47)
#202021
(32,32,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #B09E9F

#B09E9F
(176,158,159)
#B7A6A7
(183,166,167)
#BEAEAF
(190,174,175)
#C5B6B7
(197,182,183)
#CCBEBF
(204,190,191)
#D3C6C7
(211,198,199)
#DACECF
(218,206,207)
#E1D6D7
(225,214,215)
#E8DEDF
(232,222,223)
#EFE6E7
(239,230,231)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09E9F; }

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

This text font color is #B09E9F.


Background Color

.myBgColor { background-color: #B09E9F; }

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

This div background color is #B09E9F.


Border color

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

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

This div border color is #B09E9F.


Opacity

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

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

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

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

This text has shadow with #B09E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09E9F on black background.


Color preview on white background

This text has color #B09E9F on white background.



Black color preview on #B09E9F background

This text has black color on #B09E9F background.


White color preview on #B09E9F background

This text has white color on #B09E9F background.