COLOR #B2B89B

HEX: #B2B89B RGB: (178,184,155)

Color info

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

RGB color model

#B2B89B color RGB value is (178,184,155).

RGB: (178,184,155) (70%, 72%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 155 of 255 = 61%

178
184
155

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

Portions of RGB colors in percentages

R + G + B = 178 + 184 + 155 = 517 (100%)
R 178 of 517 ~ 34.43%
G 184 of 517 ~ 35.59%
B 155 of 517 ~ 29.98'%

%34.43
%35.59
%29.98

CMYK color model

#B2B89B color CMYK value is (3,0,16,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%

CMYK: (3,0,16,28)
C3M0Y16K28 (3%, 0%, 16%, 28%)
(0.03 / 0.00 / 0.16 / 0.28)

CMYK percentages

%3.26
%0
%15.76
%27.84

Codes

Color #B2B89B in popluar color models

B2 B8 9B
RGB 178 184 155
HSL 72° 16.96% 66.47%
HSB/HSV 72° 15.76% 72.16%
CMYK 3.26% 0.00% 15.76%
27.84%

Color #B2B89B in popluar number systems.

HEX B2 B8 9B
Decimal 178 184 155
Binary 10110010 10111000 10011011
Octal 262 270 233

Shades and tints

Shades of #B2B89B

#B2B89B
(178,184,155)
#A2A88D
(162,168,141)
#92987F
(146,152,127)
#828871
(130,136,113)
#727863
(114,120,99)
#626855
(98,104,85)
#525847
(82,88,71)
#424839
(66,72,57)
#32382B
(50,56,43)
#22281D
(34,40,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #B2B89B

#B2B89B
(178,184,155)
#B9BEA4
(185,190,164)
#C0C4AD
(192,196,173)
#C7CAB6
(199,202,182)
#CED0BF
(206,208,191)
#D5D6C8
(213,214,200)
#DCDCD1
(220,220,209)
#E3E2DA
(227,226,218)
#EAE8E3
(234,232,227)
#F1EEEC
(241,238,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B89B color. Also use rgb(178,184,155) instead hex code.

Text Font Color

.myTextColor { color: #B2B89B; }

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

This text font color is #B2B89B.

Background Color

.myBgColor { background-color: #B2B89B; }

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

This div background color is #B2B89B.

Border color

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

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

This div border color is #B2B89B.

Opacity

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

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

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

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

This text has shadow with #B2B89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B89B.

Preview

Color preview on black background

This text has color #B2B89B on black background.


Color preview on white background

This text has color #B2B89B on white background.


Black color preview on #B2B89B background

This text has black color on #B2B89B background.


White color preview on #B2B89B background

This text has white color on #B2B89B background.


Related colors

Complementary color

Complementary color for #hex is #4D4764.


I love getcolorcode.com

Triadic colors

1 #9BB2B8 and #B89BB2 with #B2B89B are triadic colors.

2 #9BB8B2 and #B8B29B with #B2B89B are triadic colors.