COLOR #B3B898

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

Color info

#B3B898 contains red, green and blue colors in about the same proportion. Web safe color of #B3B898 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

179
184
152

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

Portions of RGB colors in percentages

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

%34.76
%35.73
%29.51

CMYK color model

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

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

CMYK percentages

%2.72
%0
%17.39
%27.84

Codes

Color #B3B898 in popluar color models

B3B898
RGB179184152
HSL69°18.39%65.88%
HSB/HSV69°17.39%72.16%
CMYK2.72%0.00%17.39%
27.84%

Color #B3B898 in popluar number systems.

HEXB3B898
Decimal179184152
Binary101100111011100010011000
Octal263270230

Shades and tints

Shades of #B3B898

#B3B898
(179,184,152)
#A3A88B
(163,168,139)
#93987E
(147,152,126)
#838871
(131,136,113)
#737864
(115,120,100)
#636857
(99,104,87)
#53584A
(83,88,74)
#43483D
(67,72,61)
#333830
(51,56,48)
#232823
(35,40,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #B3B898

#B3B898
(179,184,152)
#B9BEA1
(185,190,161)
#BFC4AA
(191,196,170)
#C5CAB3
(197,202,179)
#CBD0BC
(203,208,188)
#D1D6C5
(209,214,197)
#D7DCCE
(215,220,206)
#DDE2D7
(221,226,215)
#E3E8E0
(227,232,224)
#E9EEE9
(233,238,233)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B898; }

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

This text font color is #B3B898.


Background Color

.myBgColor { background-color: #B3B898; }

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

This div background color is #B3B898.


Border color

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

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

This div border color is #B3B898.


Opacity

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

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

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

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

This text has shadow with #B3B898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B898 on black background.


Color preview on white background

This text has color #B3B898 on white background.



Black color preview on #B3B898 background

This text has black color on #B3B898 background.


White color preview on #B3B898 background

This text has white color on #B3B898 background.