COLOR #B0997C

HEX: #B0997C
RGB: (176,153,124)

Color info

#B0997C contains red, green and blue colors in about the same proportion. Web safe color of #B0997C is #999966 (or #996).

RGB color model

#B0997C color RGB value is (176,153,124).

  • red value is 176;
  • green value is 153;
  • blue value is 124.
RGB:
(176,153,124)
(69%,60%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 124 of 255 = 49%

176
153
124

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 124 = 453 (100%)
R 176 of 453 ~ 38.85%
G 153 of 453 ~ 33.77%
B 124 of 453 ~ 27.37%

%38.85
%33.77
%27.37

CMYK color model

#B0997C color CMYK value is (0,13,30,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(0,13,30,31)
C0M13Y30K31 
(0%,13%,30%,31%)
(0.00/0.13/0.30/0.31)	

CMYK percentages

%0
%13.07
%29.55
%30.98

Codes

Color #B0997C in popluar color models

B0997C
RGB176153124
HSL33°24.76%58.82%
HSB/HSV33°29.55%69.02%
CMYK0.00%13.07%29.55%
30.98%

Color #B0997C in popluar number systems.

HEXB0997C
Decimal176153124
Binary10110000100110011111100
Octal260231174

Shades and tints

Shades of #B0997C

#B0997C
(176,153,124)
#A08C71
(160,140,113)
#907F66
(144,127,102)
#80725B
(128,114,91)
#706550
(112,101,80)
#605845
(96,88,69)
#504B3A
(80,75,58)
#403E2F
(64,62,47)
#303124
(48,49,36)
#202419
(32,36,25)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #B0997C

#B0997C
(176,153,124)
#B7A287
(183,162,135)
#BEAB92
(190,171,146)
#C5B49D
(197,180,157)
#CCBDA8
(204,189,168)
#D3C6B3
(211,198,179)
#DACFBE
(218,207,190)
#E1D8C9
(225,216,201)
#E8E1D4
(232,225,212)
#EFEADF
(239,234,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0997C color. Also use rgb(176,153,124) instead hex code.

Text Font Color

.myTextColor { color: #B0997C; }

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

This text font color is #B0997C.


Background Color

.myBgColor { background-color: #B0997C; }

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

This div background color is #B0997C.


Border color

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

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

This div border color is #B0997C.


Opacity

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

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

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

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

This text has shadow with #B0997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0997C on black background.


Color preview on white background

This text has color #B0997C on white background.



Black color preview on #B0997C background

This text has black color on #B0997C background.


White color preview on #B0997C background

This text has white color on #B0997C background.