COLOR #B9929C

HEX: #B9929C
RGB: (185,146,156)

Color info

#B9929C contains red, green and blue colors in about the same proportion. Web safe color of #B9929C is #CC9999 (or #C99).

RGB color model

#B9929C color RGB value is (185,146,156).

  • red value is 185;
  • green value is 146;
  • blue value is 156.
RGB:
(185,146,156)
(73%,57%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 156 of 255 = 61%

185
146
156

R + G + B ~ 64%. #B9929C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 156 = 487 (100%)
R 185 of 487 ~ 37.99%
G 146 of 487 ~ 29.98%
B 156 of 487 ~ 32.03%

%37.99
%29.98
%32.03

CMYK color model

#B9929C color CMYK value is (0,21,16,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(0,21,16,27)
C0M21Y16K27 
(0%,21%,16%,27%)
(0.00/0.21/0.16/0.27)	

CMYK percentages

%0
%21.08
%15.68
%27.45

Codes

Color #B9929C in popluar color models

B9929C
RGB185146156
HSL345°21.79%64.90%
HSB/HSV345°21.08%72.55%
CMYK0.00%21.08%15.68%
27.45%

Color #B9929C in popluar number systems.

HEXB9929C
Decimal185146156
Binary101110011001001010011100
Octal271222234

Shades and tints

Shades of #B9929C

#B9929C
(185,146,156)
#A9858E
(169,133,142)
#997880
(153,120,128)
#896B72
(137,107,114)
#795E64
(121,94,100)
#695156
(105,81,86)
#594448
(89,68,72)
#49373A
(73,55,58)
#392A2C
(57,42,44)
#291D1E
(41,29,30)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B9929C

#B9929C
(185,146,156)
#BF9BA5
(191,155,165)
#C5A4AE
(197,164,174)
#CBADB7
(203,173,183)
#D1B6C0
(209,182,192)
#D7BFC9
(215,191,201)
#DDC8D2
(221,200,210)
#E3D1DB
(227,209,219)
#E9DAE4
(233,218,228)
#EFE3ED
(239,227,237)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9929C color. Also use rgb(185,146,156) instead hex code.

Text Font Color

.myTextColor { color: #B9929C; }

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

This text font color is #B9929C.


Background Color

.myBgColor { background-color: #B9929C; }

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

This div background color is #B9929C.


Border color

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

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

This div border color is #B9929C.


Opacity

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

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

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

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

This text has shadow with #B9929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9929C on black background.


Color preview on white background

This text has color #B9929C on white background.



Black color preview on #B9929C background

This text has black color on #B9929C background.


White color preview on #B9929C background

This text has white color on #B9929C background.