COLOR #B099A8

HEX: #B099A8
RGB: (176,153,168)

Color info

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

RGB color model

#B099A8 color RGB value is (176,153,168).

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

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 168 of 255 = 66%

176
153
168

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 168 = 497 (100%)
R 176 of 497 ~ 35.41%
G 153 of 497 ~ 30.78%
B 168 of 497 ~ 33.8%

%35.41
%30.78
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 4.55%
  • 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
%4.55
%30.98

Codes

Color #B099A8 in popluar color models

B099A8
RGB176153168
HSL321°12.71%64.51%
HSB/HSV321°13.07%69.02%
CMYK0.00%13.07%4.55%
30.98%

Color #B099A8 in popluar number systems.

HEXB099A8
Decimal176153168
Binary101100001001100110101000
Octal260231250

Shades and tints

Shades of #B099A8

#B099A8
(176,153,168)
#A08C99
(160,140,153)
#907F8A
(144,127,138)
#80727B
(128,114,123)
#70656C
(112,101,108)
#60585D
(96,88,93)
#504B4E
(80,75,78)
#403E3F
(64,62,63)
#303130
(48,49,48)
#202421
(32,36,33)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B099A8

#B099A8
(176,153,168)
#B7A2AF
(183,162,175)
#BEABB6
(190,171,182)
#C5B4BD
(197,180,189)
#CCBDC4
(204,189,196)
#D3C6CB
(211,198,203)
#DACFD2
(218,207,210)
#E1D8D9
(225,216,217)
#E8E1E0
(232,225,224)
#EFEAE7
(239,234,231)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099A8; }

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

This text font color is #B099A8.


Background Color

.myBgColor { background-color: #B099A8; }

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

This div background color is #B099A8.


Border color

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

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

This div border color is #B099A8.


Opacity

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

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

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

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

This text has shadow with #B099A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B099A8 on black background.


Color preview on white background

This text has color #B099A8 on white background.



Black color preview on #B099A8 background

This text has black color on #B099A8 background.


White color preview on #B099A8 background

This text has white color on #B099A8 background.