COLOR #B8B398

HEX: #B8B398
RGB: (184,179,152)

Color info

#B8B398 contains red, green and blue colors in about the same proportion. Web safe color of #B8B398 is #CC9999 (or #C99).

RGB color model

#B8B398 color RGB value is (184,179,152).

  • red value is 184;
  • green value is 179;
  • blue value is 152.
RGB:
(184,179,152)
(72%,70%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 152 of 255 = 60%

184
179
152

R + G + B ~ 67%. #B8B398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 152 = 515 (100%)
R 184 of 515 ~ 35.73%
G 179 of 515 ~ 34.76%
B 152 of 515 ~ 29.51%

%35.73
%34.76
%29.51

CMYK color model

#B8B398 color CMYK value is (0,3,17,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(0,3,17,28)
C0M3Y17K28 
(0%,3%,17%,28%)
(0.00/0.03/0.17/0.28)	

CMYK percentages

%0
%2.72
%17.39
%27.84

Codes

Color #B8B398 in popluar color models

B8B398
RGB184179152
HSL51°18.39%65.88%
HSB/HSV51°17.39%72.16%
CMYK0.00%2.72%17.39%
27.84%

Color #B8B398 in popluar number systems.

HEXB8B398
Decimal184179152
Binary101110001011001110011000
Octal270263230

Shades and tints

Shades of #B8B398

#B8B398
(184,179,152)
#A8A38B
(168,163,139)
#98937E
(152,147,126)
#888371
(136,131,113)
#787364
(120,115,100)
#686357
(104,99,87)
#58534A
(88,83,74)
#48433D
(72,67,61)
#383330
(56,51,48)
#282323
(40,35,35)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #B8B398

#B8B398
(184,179,152)
#BEB9A1
(190,185,161)
#C4BFAA
(196,191,170)
#CAC5B3
(202,197,179)
#D0CBBC
(208,203,188)
#D6D1C5
(214,209,197)
#DCD7CE
(220,215,206)
#E2DDD7
(226,221,215)
#E8E3E0
(232,227,224)
#EEE9E9
(238,233,233)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B398; }

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

This text font color is #B8B398.


Background Color

.myBgColor { background-color: #B8B398; }

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

This div background color is #B8B398.


Border color

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

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

This div border color is #B8B398.


Opacity

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

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

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

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

This text has shadow with #B8B398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B398 on black background.


Color preview on white background

This text has color #B8B398 on white background.



Black color preview on #B8B398 background

This text has black color on #B8B398 background.


White color preview on #B8B398 background

This text has white color on #B8B398 background.