COLOR #B8B998

HEX: #B8B998 RGB: (184,185,152)

Color info

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

RGB color model

#B8B998 color RGB value is (184,185,152).

RGB: (184,185,152) (72%, 73%, 60%)

RGB channels and saturation

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

184
185
152

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

Portions of RGB colors in percentages

R + G + B = 184 + 185 + 152 = 521 (100%)
R 184 of 521 ~ 35.32%
G 185 of 521 ~ 35.51%
B 152 of 521 ~ 29.17'%

%35.32
%35.51
%29.17

CMYK color model

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

  • cyan value is 0.54%
  • 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

%0.54
%0
%17.84
%27.45

Codes

Color #B8B998 in popluar color models

B8 B9 98
RGB 184 185 152
HSL 62° 19.08% 66.08%
HSB/HSV 62° 17.84% 72.55%
CMYK 0.54% 0.00% 17.84%
27.45%

Color #B8B998 in popluar number systems.

HEX B8 B9 98
Decimal 184 185 152
Binary 10111000 10111001 10011000
Octal 270 271 230

Shades and tints

Shades of #B8B998

#B8B998
(184,185,152)
#A8A98B
(168,169,139)
#98997E
(152,153,126)
#888971
(136,137,113)
#787964
(120,121,100)
#686957
(104,105,87)
#58594A
(88,89,74)
#48493D
(72,73,61)
#383930
(56,57,48)
#282923
(40,41,35)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #B8B998

#B8B998
(184,185,152)
#BEBFA1
(190,191,161)
#C4C5AA
(196,197,170)
#CACBB3
(202,203,179)
#D0D1BC
(208,209,188)
#D6D7C5
(214,215,197)
#DCDDCE
(220,221,206)
#E2E3D7
(226,227,215)
#E8E9E0
(232,233,224)
#EEEFE9
(238,239,233)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B998; }

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

This text font color is #B8B998.

Background Color

.myBgColor { background-color: #B8B998; }

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

This div background color is #B8B998.

Border color

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

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

This div border color is #B8B998.

Opacity

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

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

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

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

This text has shadow with #B8B998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B998.

Preview

Color preview on black background

This text has color #B8B998 on black background.


Color preview on white background

This text has color #B8B998 on white background.


Black color preview on #B8B998 background

This text has black color on #B8B998 background.


White color preview on #B8B998 background

This text has white color on #B8B998 background.


Related colors

Complementary color

Complementary color for #hex is #474667.


I love getcolorcode.com

Triadic colors

1 #98B8B9 and #B998B8 with #B8B998 are triadic colors.

2 #98B9B8 and #B9B898 with #B8B998 are triadic colors.