COLOR #B29998

HEX: #B29998
RGB: (178,153,152)

Color info

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

RGB color model

#B29998 color RGB value is (178,153,152).

  • red value is 178;
  • green value is 153;
  • blue value is 152.
RGB:
(178,153,152)
(70%,60%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 152 of 255 = 60%

178
153
152

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 152 = 483 (100%)
R 178 of 483 ~ 36.85%
G 153 of 483 ~ 31.68%
B 152 of 483 ~ 31.47%

%36.85
%31.68
%31.47

CMYK color model

#B29998 color CMYK value is (0,14,15,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 14.61%
  • key color value is 30.20%
CMYK:
(0,14,15,30)
C0M14Y15K30 
(0%,14%,15%,30%)
(0.00/0.14/0.15/0.30)	

CMYK percentages

%0
%14.04
%14.61
%30.2

Codes

Color #B29998 in popluar color models

B29998
RGB178153152
HSL14.44%64.71%
HSB/HSV14.61%69.80%
CMYK0.00%14.04%14.61%
30.20%

Color #B29998 in popluar number systems.

HEXB29998
Decimal178153152
Binary101100101001100110011000
Octal262231230

Shades and tints

Shades of #B29998

#B29998
(178,153,152)
#A28C8B
(162,140,139)
#927F7E
(146,127,126)
#827271
(130,114,113)
#726564
(114,101,100)
#625857
(98,88,87)
#524B4A
(82,75,74)
#423E3D
(66,62,61)
#323130
(50,49,48)
#222423
(34,36,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B29998

#B29998
(178,153,152)
#B9A2A1
(185,162,161)
#C0ABAA
(192,171,170)
#C7B4B3
(199,180,179)
#CEBDBC
(206,189,188)
#D5C6C5
(213,198,197)
#DCCFCE
(220,207,206)
#E3D8D7
(227,216,215)
#EAE1E0
(234,225,224)
#F1EAE9
(241,234,233)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29998; }

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

This text font color is #B29998.


Background Color

.myBgColor { background-color: #B29998; }

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

This div background color is #B29998.


Border color

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

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

This div border color is #B29998.


Opacity

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

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

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

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

This text has shadow with #B29998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29998 on black background.


Color preview on white background

This text has color #B29998 on white background.



Black color preview on #B29998 background

This text has black color on #B29998 background.


White color preview on #B29998 background

This text has white color on #B29998 background.