COLOR #B6B898

HEX: #B6B898
RGB: (182,184,152)

Color info

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

RGB color model

#B6B898 color RGB value is (182,184,152).

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

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 152 of 255 = 60%

182
184
152

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 152 = 518 (100%)
R 182 of 518 ~ 35.14%
G 184 of 518 ~ 35.52%
B 152 of 518 ~ 29.34%

%35.14
%35.52
%29.34

CMYK color model

#B6B898 color CMYK value is (1,0,17,28).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(1,0,17,28)
C1M0Y17K28 
(1%,0%,17%,28%)
(0.01/0.00/0.17/0.28)	

CMYK percentages

%1.09
%0
%17.39
%27.84

Codes

Color #B6B898 in popluar color models

B6B898
RGB182184152
HSL64°18.39%65.88%
HSB/HSV64°17.39%72.16%
CMYK1.09%0.00%17.39%
27.84%

Color #B6B898 in popluar number systems.

HEXB6B898
Decimal182184152
Binary101101101011100010011000
Octal266270230

Shades and tints

Shades of #B6B898

#B6B898
(182,184,152)
#A6A88B
(166,168,139)
#96987E
(150,152,126)
#868871
(134,136,113)
#767864
(118,120,100)
#666857
(102,104,87)
#56584A
(86,88,74)
#46483D
(70,72,61)
#363830
(54,56,48)
#262823
(38,40,35)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6B898

#B6B898
(182,184,152)
#BCBEA1
(188,190,161)
#C2C4AA
(194,196,170)
#C8CAB3
(200,202,179)
#CED0BC
(206,208,188)
#D4D6C5
(212,214,197)
#DADCCE
(218,220,206)
#E0E2D7
(224,226,215)
#E6E8E0
(230,232,224)
#ECEEE9
(236,238,233)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B898; }

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

This text font color is #B6B898.


Background Color

.myBgColor { background-color: #B6B898; }

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

This div background color is #B6B898.


Border color

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

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

This div border color is #B6B898.


Opacity

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

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

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

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

This text has shadow with #B6B898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B898 on black background.


Color preview on white background

This text has color #B6B898 on white background.



Black color preview on #B6B898 background

This text has black color on #B6B898 background.


White color preview on #B6B898 background

This text has white color on #B6B898 background.