COLOR #B099B0

HEX: #B099B0
RGB: (176,153,176)

Color info

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

RGB color model

#B099B0 color RGB value is (176,153,176).

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

RGB channels and saturation

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

176
153
176

R + G + B ~ 66%. #B099B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 176 = 505 (100%)
R 176 of 505 ~ 34.85%
G 153 of 505 ~ 30.3%
B 176 of 505 ~ 34.85%

%34.85
%30.3
%34.85

CMYK color model

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

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

CMYK percentages

%0
%13.07
%0
%30.98

Codes

Color #B099B0 in popluar color models

B099B0
RGB176153176
HSL300°12.71%64.51%
HSB/HSV300°13.07%69.02%
CMYK0.00%13.07%0.00%
30.98%

Color #B099B0 in popluar number systems.

HEXB099B0
Decimal176153176
Binary101100001001100110110000
Octal260231260

Shades and tints

Shades of #B099B0

#B099B0
(176,153,176)
#A08CA0
(160,140,160)
#907F90
(144,127,144)
#807280
(128,114,128)
#706570
(112,101,112)
#605860
(96,88,96)
#504B50
(80,75,80)
#403E40
(64,62,64)
#303130
(48,49,48)
#202420
(32,36,32)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #B099B0

#B099B0
(176,153,176)
#B7A2B7
(183,162,183)
#BEABBE
(190,171,190)
#C5B4C5
(197,180,197)
#CCBDCC
(204,189,204)
#D3C6D3
(211,198,211)
#DACFDA
(218,207,218)
#E1D8E1
(225,216,225)
#E8E1E8
(232,225,232)
#EFEAEF
(239,234,239)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099B0; }

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

This text font color is #B099B0.


Background Color

.myBgColor { background-color: #B099B0; }

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

This div background color is #B099B0.


Border color

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

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

This div border color is #B099B0.


Opacity

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

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

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

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

This text has shadow with #B099B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B099B0 on black background.


Color preview on white background

This text has color #B099B0 on white background.



Black color preview on #B099B0 background

This text has black color on #B099B0 background.


White color preview on #B099B0 background

This text has white color on #B099B0 background.