COLOR #B2B89D

HEX: #B2B89D RGB: (178,184,157)

Color info

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

RGB color model

#B2B89D color RGB value is (178,184,157).

RGB: (178,184,157) (70%, 72%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 157 of 255 = 62%

178
184
157

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

Portions of RGB colors in percentages

R + G + B = 178 + 184 + 157 = 519 (100%)
R 178 of 519 ~ 34.3%
G 184 of 519 ~ 35.45%
B 157 of 519 ~ 30.25'%

%34.3
%35.45
%30.25

CMYK color model

#B2B89D color CMYK value is (3,0,15,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK: (3,0,15,28) C3M0Y15K28 (3%,0%,15%,28%) (0.03/0.00/0.15/0.28) 

CMYK percentages

%3.26
%0
%14.67
%27.84

Codes

Color #B2B89D in popluar color models

B2 B8 9D
RGB 178 184 157
HSL 73° 15.98% 66.86%
HSB/HSV 73° 14.67% 72.16%
CMYK 3.26% 0.00% 14.67%
27.84%

Color #B2B89D in popluar number systems.

HEX B2 B8 9D
Decimal 178 184 157
Binary 10110010 10111000 10011101
Octal 262 270 235

Shades and tints

Shades of #B2B89D

#B2B89D
(178,184,157)
#A2A88F
(162,168,143)
#929881
(146,152,129)
#828873
(130,136,115)
#727865
(114,120,101)
#626857
(98,104,87)
#525849
(82,88,73)
#42483B
(66,72,59)
#32382D
(50,56,45)
#22281F
(34,40,31)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #B2B89D

#B2B89D
(178,184,157)
#B9BEA5
(185,190,165)
#C0C4AD
(192,196,173)
#C7CAB5
(199,202,181)
#CED0BD
(206,208,189)
#D5D6C5
(213,214,197)
#DCDCCD
(220,220,205)
#E3E2D5
(227,226,213)
#EAE8DD
(234,232,221)
#F1EEE5
(241,238,229)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B89D; }

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

This text font color is #B2B89D.

Background Color

.myBgColor { background-color: #B2B89D; }

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

This div background color is #B2B89D.

Border color

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

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

This div border color is #B2B89D.

Opacity

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

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

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

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

This text has shadow with #B2B89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B89D.

Preview

Color preview on black background

This text has color #B2B89D on black background.


Color preview on white background

This text has color #B2B89D on white background.


Black color preview on #B2B89D background

This text has black color on #B2B89D background.


White color preview on #B2B89D background

This text has white color on #B2B89D background.


Related colors

Complementary color

Complementary color for #hex is #4D4762.


I love getcolorcode.com

Triadic colors

1 #9DB2B8 and #B89DB2 with #B2B89D are triadic colors.

2 #9DB8B2 and #B8B29D with #B2B89D are triadic colors.