COLOR #B09DA7

HEX: #B09DA7
RGB: (176,157,167)

Color info

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

RGB color model

#B09DA7 color RGB value is (176,157,167).

  • red value is 176;
  • green value is 157;
  • blue value is 167.
RGB:
(176,157,167)
(69%,62%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 167 of 255 = 65%

176
157
167

R + G + B ~ 65%. #B09DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 157 + 167 = 500 (100%)
R 176 of 500 ~ 35.2%
G 157 of 500 ~ 31.4%
B 167 of 500 ~ 33.4%

%35.2
%31.4
%33.4

CMYK color model

#B09DA7 color CMYK value is (0,11,5,31).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(0,11,5,31)
C0M11Y5K31 
(0%,11%,5%,31%)
(0.00/0.11/0.05/0.31)	

CMYK percentages

%0
%10.8
%5.11
%30.98

Codes

Color #B09DA7 in popluar color models

B09DA7
RGB176157167
HSL328°10.73%65.29%
HSB/HSV328°10.80%69.02%
CMYK0.00%10.80%5.11%
30.98%

Color #B09DA7 in popluar number systems.

HEXB09DA7
Decimal176157167
Binary101100001001110110100111
Octal260235247

Shades and tints

Shades of #B09DA7

#B09DA7
(176,157,167)
#A08F98
(160,143,152)
#908189
(144,129,137)
#80737A
(128,115,122)
#70656B
(112,101,107)
#60575C
(96,87,92)
#50494D
(80,73,77)
#403B3E
(64,59,62)
#302D2F
(48,45,47)
#201F20
(32,31,32)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B09DA7

#B09DA7
(176,157,167)
#B7A5AF
(183,165,175)
#BEADB7
(190,173,183)
#C5B5BF
(197,181,191)
#CCBDC7
(204,189,199)
#D3C5CF
(211,197,207)
#DACDD7
(218,205,215)
#E1D5DF
(225,213,223)
#E8DDE7
(232,221,231)
#EFE5EF
(239,229,239)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09DA7 color. Also use rgb(176,157,167) instead hex code.

Text Font Color

.myTextColor { color: #B09DA7; }

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

This text font color is #B09DA7.


Background Color

.myBgColor { background-color: #B09DA7; }

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

This div background color is #B09DA7.


Border color

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

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

This div border color is #B09DA7.


Opacity

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

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

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

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

This text has shadow with #B09DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09DA7 on black background.


Color preview on white background

This text has color #B09DA7 on white background.



Black color preview on #B09DA7 background

This text has black color on #B09DA7 background.


White color preview on #B09DA7 background

This text has white color on #B09DA7 background.