COLOR #B998A9

HEX: #B998A9
RGB: (185,152,169)

Color info

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

RGB color model

#B998A9 color RGB value is (185,152,169).

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

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 169 of 255 = 66%

185
152
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 152 + 169 = 506 (100%)
R 185 of 506 ~ 36.56%
G 152 of 506 ~ 30.04%
B 169 of 506 ~ 33.4%

%36.56
%30.04
%33.4

CMYK color model

#B998A9 color CMYK value is (0,18,9,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,18,9,27)
C0M18Y9K27 
(0%,18%,9%,27%)
(0.00/0.18/0.09/0.27)	

CMYK percentages

%0
%17.84
%8.65
%27.45

Codes

Color #B998A9 in popluar color models

B998A9
RGB185152169
HSL329°19.08%66.08%
HSB/HSV329°17.84%72.55%
CMYK0.00%17.84%8.65%
27.45%

Color #B998A9 in popluar number systems.

HEXB998A9
Decimal185152169
Binary101110011001100010101001
Octal271230251

Shades and tints

Shades of #B998A9

#B998A9
(185,152,169)
#A98B9A
(169,139,154)
#997E8B
(153,126,139)
#89717C
(137,113,124)
#79646D
(121,100,109)
#69575E
(105,87,94)
#594A4F
(89,74,79)
#493D40
(73,61,64)
#393031
(57,48,49)
#292322
(41,35,34)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B998A9

#B998A9
(185,152,169)
#BFA1B0
(191,161,176)
#C5AAB7
(197,170,183)
#CBB3BE
(203,179,190)
#D1BCC5
(209,188,197)
#D7C5CC
(215,197,204)
#DDCED3
(221,206,211)
#E3D7DA
(227,215,218)
#E9E0E1
(233,224,225)
#EFE9E8
(239,233,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B998A9; }

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

This text font color is #B998A9.


Background Color

.myBgColor { background-color: #B998A9; }

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

This div background color is #B998A9.


Border color

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

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

This div border color is #B998A9.


Opacity

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

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

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

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

This text has shadow with #B998A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B998A9 on black background.


Color preview on white background

This text has color #B998A9 on white background.



Black color preview on #B998A9 background

This text has black color on #B998A9 background.


White color preview on #B998A9 background

This text has white color on #B998A9 background.