COLOR #B99298

HEX: #B99298
RGB: (185,146,152)

Color info

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

RGB color model

#B99298 color RGB value is (185,146,152).

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

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 152 of 255 = 60%

185
146
152

R + G + B ~ 63%. #B99298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 152 = 483 (100%)
R 185 of 483 ~ 38.3%
G 146 of 483 ~ 30.23%
B 152 of 483 ~ 31.47%

%38.3
%30.23
%31.47

CMYK color model

#B99298 color CMYK value is (0,21,18,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(0,21,18,27)
C0M21Y18K27 
(0%,21%,18%,27%)
(0.00/0.21/0.18/0.27)	

CMYK percentages

%0
%21.08
%17.84
%27.45

Codes

Color #B99298 in popluar color models

B99298
RGB185146152
HSL351°21.79%64.90%
HSB/HSV351°21.08%72.55%
CMYK0.00%21.08%17.84%
27.45%

Color #B99298 in popluar number systems.

HEXB99298
Decimal185146152
Binary101110011001001010011000
Octal271222230

Shades and tints

Shades of #B99298

#B99298
(185,146,152)
#A9858B
(169,133,139)
#99787E
(153,120,126)
#896B71
(137,107,113)
#795E64
(121,94,100)
#695157
(105,81,87)
#59444A
(89,68,74)
#49373D
(73,55,61)
#392A30
(57,42,48)
#291D23
(41,29,35)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #B99298

#B99298
(185,146,152)
#BF9BA1
(191,155,161)
#C5A4AA
(197,164,170)
#CBADB3
(203,173,179)
#D1B6BC
(209,182,188)
#D7BFC5
(215,191,197)
#DDC8CE
(221,200,206)
#E3D1D7
(227,209,215)
#E9DAE0
(233,218,224)
#EFE3E9
(239,227,233)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99298; }

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

This text font color is #B99298.


Background Color

.myBgColor { background-color: #B99298; }

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

This div background color is #B99298.


Border color

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

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

This div border color is #B99298.


Opacity

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

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

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

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

This text has shadow with #B99298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99298 on black background.


Color preview on white background

This text has color #B99298 on white background.



Black color preview on #B99298 background

This text has black color on #B99298 background.


White color preview on #B99298 background

This text has white color on #B99298 background.