COLOR #B99E98

HEX: #B99E98
RGB: (185,158,152)

Color info

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

RGB color model

#B99E98 color RGB value is (185,158,152).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 152 of 255 = 60%

185
158
152

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

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 152 = 495 (100%)
R 185 of 495 ~ 37.37%
G 158 of 495 ~ 31.92%
B 152 of 495 ~ 30.71%

%37.37
%31.92
%30.71

CMYK color model

#B99E98 color CMYK value is (0,15,18,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(0,15,18,27)
C0M15Y18K27 
(0%,15%,18%,27%)
(0.00/0.15/0.18/0.27)	

CMYK percentages

%0
%14.59
%17.84
%27.45

Codes

Color #B99E98 in popluar color models

B99E98
RGB185158152
HSL11°19.08%66.08%
HSB/HSV11°17.84%72.55%
CMYK0.00%14.59%17.84%
27.45%

Color #B99E98 in popluar number systems.

HEXB99E98
Decimal185158152
Binary101110011001111010011000
Octal271236230

Shades and tints

Shades of #B99E98

#B99E98
(185,158,152)
#A9908B
(169,144,139)
#99827E
(153,130,126)
#897471
(137,116,113)
#796664
(121,102,100)
#695857
(105,88,87)
#594A4A
(89,74,74)
#493C3D
(73,60,61)
#392E30
(57,46,48)
#292023
(41,32,35)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B99E98

#B99E98
(185,158,152)
#BFA6A1
(191,166,161)
#C5AEAA
(197,174,170)
#CBB6B3
(203,182,179)
#D1BEBC
(209,190,188)
#D7C6C5
(215,198,197)
#DDCECE
(221,206,206)
#E3D6D7
(227,214,215)
#E9DEE0
(233,222,224)
#EFE6E9
(239,230,233)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99E98; }

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

This text font color is #B99E98.


Background Color

.myBgColor { background-color: #B99E98; }

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

This div background color is #B99E98.


Border color

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

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

This div border color is #B99E98.


Opacity

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

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

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

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

This text has shadow with #B99E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99E98 on black background.


Color preview on white background

This text has color #B99E98 on white background.



Black color preview on #B99E98 background

This text has black color on #B99E98 background.


White color preview on #B99E98 background

This text has white color on #B99E98 background.