COLOR #B2B99A

HEX: #B2B99A
RGB: (178,185,154)

Color info

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

RGB color model

#B2B99A color RGB value is (178,185,154).

  • red value is 178;
  • green value is 185;
  • blue value is 154.
RGB:
(178,185,154)
(70%,73%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 154 of 255 = 60%

178
185
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 154 = 517 (100%)
R 178 of 517 ~ 34.43%
G 185 of 517 ~ 35.78%
B 154 of 517 ~ 29.79%

%34.43
%35.78
%29.79

CMYK color model

#B2B99A color CMYK value is (4,0,17,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(4,0,17,27)
C4M0Y17K27 
(4%,0%,17%,27%)
(0.04/0.00/0.17/0.27)	

CMYK percentages

%3.78
%0
%16.76
%27.45

Codes

Color #B2B99A in popluar color models

B2B99A
RGB178185154
HSL74°18.13%66.47%
HSB/HSV74°16.76%72.55%
CMYK3.78%0.00%16.76%
27.45%

Color #B2B99A in popluar number systems.

HEXB2B99A
Decimal178185154
Binary101100101011100110011010
Octal262271232

Shades and tints

Shades of #B2B99A

#B2B99A
(178,185,154)
#A2A98C
(162,169,140)
#92997E
(146,153,126)
#828970
(130,137,112)
#727962
(114,121,98)
#626954
(98,105,84)
#525946
(82,89,70)
#424938
(66,73,56)
#32392A
(50,57,42)
#22291C
(34,41,28)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #B2B99A

#B2B99A
(178,185,154)
#B9BFA3
(185,191,163)
#C0C5AC
(192,197,172)
#C7CBB5
(199,203,181)
#CED1BE
(206,209,190)
#D5D7C7
(213,215,199)
#DCDDD0
(220,221,208)
#E3E3D9
(227,227,217)
#EAE9E2
(234,233,226)
#F1EFEB
(241,239,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B99A color. Also use rgb(178,185,154) instead hex code.

Text Font Color

.myTextColor { color: #B2B99A; }

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

This text font color is #B2B99A.


Background Color

.myBgColor { background-color: #B2B99A; }

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

This div background color is #B2B99A.


Border color

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

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

This div border color is #B2B99A.


Opacity

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

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

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

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

This text has shadow with #B2B99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B99A on black background.


Color preview on white background

This text has color #B2B99A on white background.



Black color preview on #B2B99A background

This text has black color on #B2B99A background.


White color preview on #B2B99A background

This text has white color on #B2B99A background.