COLOR #B099A7

HEX: #B099A7
RGB: (176,153,167)

Color info

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

RGB color model

#B099A7 color RGB value is (176,153,167).

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

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 167 of 255 = 65%

176
153
167

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 167 = 496 (100%)
R 176 of 496 ~ 35.48%
G 153 of 496 ~ 30.85%
B 167 of 496 ~ 33.67%

%35.48
%30.85
%33.67

CMYK color model

#B099A7 color CMYK value is (0,13,5,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(0,13,5,31)
C0M13Y5K31 
(0%,13%,5%,31%)
(0.00/0.13/0.05/0.31)	

CMYK percentages

%0
%13.07
%5.11
%30.98

Codes

Color #B099A7 in popluar color models

B099A7
RGB176153167
HSL323°12.71%64.51%
HSB/HSV323°13.07%69.02%
CMYK0.00%13.07%5.11%
30.98%

Color #B099A7 in popluar number systems.

HEXB099A7
Decimal176153167
Binary101100001001100110100111
Octal260231247

Shades and tints

Shades of #B099A7

#B099A7
(176,153,167)
#A08C98
(160,140,152)
#907F89
(144,127,137)
#80727A
(128,114,122)
#70656B
(112,101,107)
#60585C
(96,88,92)
#504B4D
(80,75,77)
#403E3E
(64,62,62)
#30312F
(48,49,47)
#202420
(32,36,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #B099A7

#B099A7
(176,153,167)
#B7A2AF
(183,162,175)
#BEABB7
(190,171,183)
#C5B4BF
(197,180,191)
#CCBDC7
(204,189,199)
#D3C6CF
(211,198,207)
#DACFD7
(218,207,215)
#E1D8DF
(225,216,223)
#E8E1E7
(232,225,231)
#EFEAEF
(239,234,239)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099A7; }

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

This text font color is #B099A7.


Background Color

.myBgColor { background-color: #B099A7; }

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

This div background color is #B099A7.


Border color

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

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

This div border color is #B099A7.


Opacity

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

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

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

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

This text has shadow with #B099A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B099A7 on black background.


Color preview on white background

This text has color #B099A7 on white background.



Black color preview on #B099A7 background

This text has black color on #B099A7 background.


White color preview on #B099A7 background

This text has white color on #B099A7 background.