COLOR #B3988C

HEX: #B3988C RGB: (179,152,140)

Color info

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

RGB color model

#B3988C color RGB value is (179,152,140).

RGB: (179,152,140) (70%, 60%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 140 of 255 = 55%

179
152
140

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

Portions of RGB colors in percentages

R + G + B = 179 + 152 + 140 = 471 (100%)
R 179 of 471 ~ 38%
G 152 of 471 ~ 32.27%
B 140 of 471 ~ 29.72'%

%38
%32.27
%29.72

CMYK color model

#B3988C color CMYK value is (0,15,22,30).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK: (0,15,22,30) C0M15Y22K30 (0%,15%,22%,30%) (0.00/0.15/0.22/0.30) 

CMYK percentages

%0
%15.08
%21.79
%29.8

Codes

Color #B3988C in popluar color models

B3 98 8C
RGB 179 152 140
HSL 18° 20.42% 62.55%
HSB/HSV 18° 21.79% 70.20%
CMYK 0.00% 15.08% 21.79%
29.80%

Color #B3988C in popluar number systems.

HEX B3 98 8C
Decimal 179 152 140
Binary 10110011 10011000 10001100
Octal 263 230 214

Shades and tints

Shades of #B3988C

#B3988C
(179,152,140)
#A38B80
(163,139,128)
#937E74
(147,126,116)
#837168
(131,113,104)
#73645C
(115,100,92)
#635750
(99,87,80)
#534A44
(83,74,68)
#433D38
(67,61,56)
#33302C
(51,48,44)
#232320
(35,35,32)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3988C

#B3988C
(179,152,140)
#B9A196
(185,161,150)
#BFAAA0
(191,170,160)
#C5B3AA
(197,179,170)
#CBBCB4
(203,188,180)
#D1C5BE
(209,197,190)
#D7CEC8
(215,206,200)
#DDD7D2
(221,215,210)
#E3E0DC
(227,224,220)
#E9E9E6
(233,233,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3988C color. Also use rgb(179,152,140) instead hex code.

Text Font Color

.myTextColor { color: #B3988C; }

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

This text font color is #B3988C.

Background Color

.myBgColor { background-color: #B3988C; }

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

This div background color is #B3988C.

Border color

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

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

This div border color is #B3988C.

Opacity

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

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

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

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

This text has shadow with #B3988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3988C.

Preview

Color preview on black background

This text has color #B3988C on black background.


Color preview on white background

This text has color #B3988C on white background.


Black color preview on #B3988C background

This text has black color on #B3988C background.


White color preview on #B3988C background

This text has white color on #B3988C background.


Related colors

Complementary color

Complementary color for #hex is #4C6773.


I love getcolorcode.com

Triadic colors

1 #8CB398 and #988CB3 with #B3988C are triadic colors.

2 #8C98B3 and #98B38C with #B3988C are triadic colors.