COLOR #B7B998

HEX: #B7B998
RGB: (183,185,152)

Color info

#B7B998 contains red, green and blue colors in about the same proportion. Web safe color of #B7B998 is #CCCC99 (or #CC9).

RGB color model

#B7B998 color RGB value is (183,185,152).

  • red value is 183;
  • green value is 185;
  • blue value is 152.
RGB:
(183,185,152)
(72%,73%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 152 of 255 = 60%

183
185
152

R + G + B ~ 68%. #B7B998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 185 + 152 = 520 (100%)
R 183 of 520 ~ 35.19%
G 185 of 520 ~ 35.58%
B 152 of 520 ~ 29.23%

%35.19
%35.58
%29.23

CMYK color model

#B7B998 color CMYK value is (1,0,18,27).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(1,0,18,27)
C1M0Y18K27 
(1%,0%,18%,27%)
(0.01/0.00/0.18/0.27)	

CMYK percentages

%1.08
%0
%17.84
%27.45

Codes

Color #B7B998 in popluar color models

B7B998
RGB183185152
HSL64°19.08%66.08%
HSB/HSV64°17.84%72.55%
CMYK1.08%0.00%17.84%
27.45%

Color #B7B998 in popluar number systems.

HEXB7B998
Decimal183185152
Binary101101111011100110011000
Octal267271230

Shades and tints

Shades of #B7B998

#B7B998
(183,185,152)
#A7A98B
(167,169,139)
#97997E
(151,153,126)
#878971
(135,137,113)
#777964
(119,121,100)
#676957
(103,105,87)
#57594A
(87,89,74)
#47493D
(71,73,61)
#373930
(55,57,48)
#272923
(39,41,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #B7B998

#B7B998
(183,185,152)
#BDBFA1
(189,191,161)
#C3C5AA
(195,197,170)
#C9CBB3
(201,203,179)
#CFD1BC
(207,209,188)
#D5D7C5
(213,215,197)
#DBDDCE
(219,221,206)
#E1E3D7
(225,227,215)
#E7E9E0
(231,233,224)
#EDEFE9
(237,239,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B998 color. Also use rgb(183,185,152) instead hex code.

Text Font Color

.myTextColor { color: #B7B998; }

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

This text font color is #B7B998.


Background Color

.myBgColor { background-color: #B7B998; }

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

This div background color is #B7B998.


Border color

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

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

This div border color is #B7B998.


Opacity

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

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

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

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

This text has shadow with #B7B998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B998 on black background.


Color preview on white background

This text has color #B7B998 on white background.



Black color preview on #B7B998 background

This text has black color on #B7B998 background.


White color preview on #B7B998 background

This text has white color on #B7B998 background.