COLOR #B099A5

HEX: #B099A5
RGB: (176,153,165)

Color info

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

RGB color model

#B099A5 color RGB value is (176,153,165).

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

RGB channels and saturation

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

176
153
165

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 165 = 494 (100%)
R 176 of 494 ~ 35.63%
G 153 of 494 ~ 30.97%
B 165 of 494 ~ 33.4%

%35.63
%30.97
%33.4

CMYK color model

#B099A5 color CMYK value is (0,13,6,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 6.25%
  • key color value is 30.98%
CMYK:
(0,13,6,31)
C0M13Y6K31 
(0%,13%,6%,31%)
(0.00/0.13/0.06/0.31)	

CMYK percentages

%0
%13.07
%6.25
%30.98

Codes

Color #B099A5 in popluar color models

B099A5
RGB176153165
HSL329°12.71%64.51%
HSB/HSV329°13.07%69.02%
CMYK0.00%13.07%6.25%
30.98%

Color #B099A5 in popluar number systems.

HEXB099A5
Decimal176153165
Binary101100001001100110100101
Octal260231245

Shades and tints

Shades of #B099A5

#B099A5
(176,153,165)
#A08C96
(160,140,150)
#907F87
(144,127,135)
#807278
(128,114,120)
#706569
(112,101,105)
#60585A
(96,88,90)
#504B4B
(80,75,75)
#403E3C
(64,62,60)
#30312D
(48,49,45)
#20241E
(32,36,30)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #B099A5

#B099A5
(176,153,165)
#B7A2AD
(183,162,173)
#BEABB5
(190,171,181)
#C5B4BD
(197,180,189)
#CCBDC5
(204,189,197)
#D3C6CD
(211,198,205)
#DACFD5
(218,207,213)
#E1D8DD
(225,216,221)
#E8E1E5
(232,225,229)
#EFEAED
(239,234,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099A5; }

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

This text font color is #B099A5.


Background Color

.myBgColor { background-color: #B099A5; }

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

This div background color is #B099A5.


Border color

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

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

This div border color is #B099A5.


Opacity

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

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

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

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

This text has shadow with #B099A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B099A5 on black background.


Color preview on white background

This text has color #B099A5 on white background.



Black color preview on #B099A5 background

This text has black color on #B099A5 background.


White color preview on #B099A5 background

This text has white color on #B099A5 background.