COLOR #B2B695

HEX: #B2B695
RGB: (178,182,149)

Color info

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

RGB color model

#B2B695 color RGB value is (178,182,149).

  • red value is 178;
  • green value is 182;
  • blue value is 149.
RGB:
(178,182,149)
(70%,71%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 182 of 255 = 71%
B 149 of 255 = 58%

178
182
149

R + G + B ~ 66%. #B2B695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 182 + 149 = 509 (100%)
R 178 of 509 ~ 34.97%
G 182 of 509 ~ 35.76%
B 149 of 509 ~ 29.27%

%34.97
%35.76
%29.27

CMYK color model

#B2B695 color CMYK value is (2,0,18,29).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(2,0,18,29)
C2M0Y18K29 
(2%,0%,18%,29%)
(0.02/0.00/0.18/0.29)	

CMYK percentages

%2.2
%0
%18.13
%28.63

Codes

Color #B2B695 in popluar color models

B2B695
RGB178182149
HSL67°18.44%64.90%
HSB/HSV67°18.13%71.37%
CMYK2.20%0.00%18.13%
28.63%

Color #B2B695 in popluar number systems.

HEXB2B695
Decimal178182149
Binary101100101011011010010101
Octal262266225

Shades and tints

Shades of #B2B695

#B2B695
(178,182,149)
#A2A688
(162,166,136)
#92967B
(146,150,123)
#82866E
(130,134,110)
#727661
(114,118,97)
#626654
(98,102,84)
#525647
(82,86,71)
#42463A
(66,70,58)
#32362D
(50,54,45)
#222620
(34,38,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2B695

#B2B695
(178,182,149)
#B9BC9E
(185,188,158)
#C0C2A7
(192,194,167)
#C7C8B0
(199,200,176)
#CECEB9
(206,206,185)
#D5D4C2
(213,212,194)
#DCDACB
(220,218,203)
#E3E0D4
(227,224,212)
#EAE6DD
(234,230,221)
#F1ECE6
(241,236,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B695 color. Also use rgb(178,182,149) instead hex code.

Text Font Color

.myTextColor { color: #B2B695; }

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

This text font color is #B2B695.


Background Color

.myBgColor { background-color: #B2B695; }

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

This div background color is #B2B695.


Border color

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

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

This div border color is #B2B695.


Opacity

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

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

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

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

This text has shadow with #B2B695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B695 on black background.


Color preview on white background

This text has color #B2B695 on white background.



Black color preview on #B2B695 background

This text has black color on #B2B695 background.


White color preview on #B2B695 background

This text has white color on #B2B695 background.