COLOR #B3BD89

HEX: #B3BD89
RGB: (179,189,137)

Color info

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

RGB color model

#B3BD89 color RGB value is (179,189,137).

  • red value is 179;
  • green value is 189;
  • blue value is 137.
RGB:
(179,189,137)
(70%,74%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 137 of 255 = 54%

179
189
137

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 137 = 505 (100%)
R 179 of 505 ~ 35.45%
G 189 of 505 ~ 37.43%
B 137 of 505 ~ 27.13%

%35.45
%37.43
%27.13

CMYK color model

#B3BD89 color CMYK value is (5,0,28,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(5,0,28,26)
C5M0Y28K26 
(5%,0%,28%,26%)
(0.05/0.00/0.28/0.26)	

CMYK percentages

%5.29
%0
%27.51
%25.88

Codes

Color #B3BD89 in popluar color models

B3BD89
RGB179189137
HSL72°28.26%63.92%
HSB/HSV72°27.51%74.12%
CMYK5.29%0.00%27.51%
25.88%

Color #B3BD89 in popluar number systems.

HEXB3BD89
Decimal179189137
Binary101100111011110110001001
Octal263275211

Shades and tints

Shades of #B3BD89

#B3BD89
(179,189,137)
#A3AC7D
(163,172,125)
#939B71
(147,155,113)
#838A65
(131,138,101)
#737959
(115,121,89)
#63684D
(99,104,77)
#535741
(83,87,65)
#434635
(67,70,53)
#333529
(51,53,41)
#23241D
(35,36,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #B3BD89

#B3BD89
(179,189,137)
#B9C393
(185,195,147)
#BFC99D
(191,201,157)
#C5CFA7
(197,207,167)
#CBD5B1
(203,213,177)
#D1DBBB
(209,219,187)
#D7E1C5
(215,225,197)
#DDE7CF
(221,231,207)
#E3EDD9
(227,237,217)
#E9F3E3
(233,243,227)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BD89 color. Also use rgb(179,189,137) instead hex code.

Text Font Color

.myTextColor { color: #B3BD89; }

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

This text font color is #B3BD89.


Background Color

.myBgColor { background-color: #B3BD89; }

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

This div background color is #B3BD89.


Border color

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

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

This div border color is #B3BD89.


Opacity

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

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

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

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

This text has shadow with #B3BD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BD89 on black background.


Color preview on white background

This text has color #B3BD89 on white background.



Black color preview on #B3BD89 background

This text has black color on #B3BD89 background.


White color preview on #B3BD89 background

This text has white color on #B3BD89 background.