COLOR #B3998E

HEX: #B3998E
RGB: (179,153,142)

Color info

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

RGB color model

#B3998E color RGB value is (179,153,142).

  • red value is 179;
  • green value is 153;
  • blue value is 142.
RGB:
(179,153,142)
(70%,60%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 142 of 255 = 56%

179
153
142

R + G + B ~ 62%. #B3998E is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 142 = 474 (100%)
R 179 of 474 ~ 37.76%
G 153 of 474 ~ 32.28%
B 142 of 474 ~ 29.96%

%37.76
%32.28
%29.96

CMYK color model

#B3998E color CMYK value is (0,15,21,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 20.67%
  • key color value is 29.80%
CMYK:
(0,15,21,30)
C0M15Y21K30 
(0%,15%,21%,30%)
(0.00/0.15/0.21/0.30)	

CMYK percentages

%0
%14.53
%20.67
%29.8

Codes

Color #B3998E in popluar color models

B3998E
RGB179153142
HSL18°19.58%62.94%
HSB/HSV18°20.67%70.20%
CMYK0.00%14.53%20.67%
29.80%

Color #B3998E in popluar number systems.

HEXB3998E
Decimal179153142
Binary101100111001100110001110
Octal263231216

Shades and tints

Shades of #B3998E

#B3998E
(179,153,142)
#A38C82
(163,140,130)
#937F76
(147,127,118)
#83726A
(131,114,106)
#73655E
(115,101,94)
#635852
(99,88,82)
#534B46
(83,75,70)
#433E3A
(67,62,58)
#33312E
(51,49,46)
#232422
(35,36,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3998E

#B3998E
(179,153,142)
#B9A298
(185,162,152)
#BFABA2
(191,171,162)
#C5B4AC
(197,180,172)
#CBBDB6
(203,189,182)
#D1C6C0
(209,198,192)
#D7CFCA
(215,207,202)
#DDD8D4
(221,216,212)
#E3E1DE
(227,225,222)
#E9EAE8
(233,234,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3998E color. Also use rgb(179,153,142) instead hex code.

Text Font Color

.myTextColor { color: #B3998E; }

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

This text font color is #B3998E.


Background Color

.myBgColor { background-color: #B3998E; }

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

This div background color is #B3998E.


Border color

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

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

This div border color is #B3998E.


Opacity

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

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

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

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

This text has shadow with #B3998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3998E on black background.


Color preview on white background

This text has color #B3998E on white background.



Black color preview on #B3998E background

This text has black color on #B3998E background.


White color preview on #B3998E background

This text has white color on #B3998E background.