COLOR #B98D6C

HEX: #B98D6C
RGB: (185,141,108)

Color info

#B98D6C contains mainly red and green colors. Web safe color of #B98D6C is #CC9966 (or #C96).

RGB color model

#B98D6C color RGB value is (185,141,108).

  • red value is 185;
  • green value is 141;
  • blue value is 108.
RGB:
(185,141,108)
(73%,55%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 108 of 255 = 42%

185
141
108

R + G + B ~ 57%. #B98D6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 141 + 108 = 434 (100%)
R 185 of 434 ~ 42.63%
G 141 of 434 ~ 32.49%
B 108 of 434 ~ 24.88%

%42.63
%32.49
%24.88

CMYK color model

#B98D6C color CMYK value is (0,24,42,27).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 41.62%
  • key color value is 27.45%
CMYK:
(0,24,42,27)
C0M24Y42K27 
(0%,24%,42%,27%)
(0.00/0.24/0.42/0.27)	

CMYK percentages

%0
%23.78
%41.62
%27.45

Codes

Color #B98D6C in popluar color models

B98D6C
RGB185141108
HSL26°35.48%57.45%
HSB/HSV26°41.62%72.55%
CMYK0.00%23.78%41.62%
27.45%

Color #B98D6C in popluar number systems.

HEXB98D6C
Decimal185141108
Binary10111001100011011101100
Octal271215154

Shades and tints

Shades of #B98D6C

#B98D6C
(185,141,108)
#A98163
(169,129,99)
#99755A
(153,117,90)
#896951
(137,105,81)
#795D48
(121,93,72)
#69513F
(105,81,63)
#594536
(89,69,54)
#49392D
(73,57,45)
#392D24
(57,45,36)
#29211B
(41,33,27)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B98D6C

#B98D6C
(185,141,108)
#BF9779
(191,151,121)
#C5A186
(197,161,134)
#CBAB93
(203,171,147)
#D1B5A0
(209,181,160)
#D7BFAD
(215,191,173)
#DDC9BA
(221,201,186)
#E3D3C7
(227,211,199)
#E9DDD4
(233,221,212)
#EFE7E1
(239,231,225)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98D6C color. Also use rgb(185,141,108) instead hex code.

Text Font Color

.myTextColor { color: #B98D6C; }

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

This text font color is #B98D6C.


Background Color

.myBgColor { background-color: #B98D6C; }

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

This div background color is #B98D6C.


Border color

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

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

This div border color is #B98D6C.


Opacity

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

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

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

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

This text has shadow with #B98D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98D6C on black background.


Color preview on white background

This text has color #B98D6C on white background.



Black color preview on #B98D6C background

This text has black color on #B98D6C background.


White color preview on #B98D6C background

This text has white color on #B98D6C background.