COLOR #B3BD9B

HEX: #B3BD9B RGB: (179,189,155)

Color info

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

RGB color model

#B3BD9B color RGB value is (179,189,155).

RGB: (179,189,155) (70%, 74%, 61%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 155 of 255 = 61%

179
189
155

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

Portions of RGB colors in percentages

R + G + B = 179 + 189 + 155 = 523 (100%)
R 179 of 523 ~ 34.23%
G 189 of 523 ~ 36.14%
B 155 of 523 ~ 29.64'%

%34.23
%36.14
%29.64

CMYK color model

#B3BD9B color CMYK value is (5,0,18,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%

CMYK: (5,0,18,26)
C5M0Y18K26 (5%, 0%, 18%, 26%)
(0.05 / 0.00 / 0.18 / 0.26)

CMYK percentages

%5.29
%0
%17.99
%25.88

Codes

Color #B3BD9B in popluar color models

B3 BD 9B
RGB 179 189 155
HSL 78° 20.48% 67.45%
HSB/HSV 78° 17.99% 74.12%
CMYK 5.29% 0.00% 17.99%
25.88%

Color #B3BD9B in popluar number systems.

HEX B3 BD 9B
Decimal 179 189 155
Binary 10110011 10111101 10011011
Octal 263 275 233

Shades and tints

Shades of #B3BD9B

#B3BD9B
(179,189,155)
#A3AC8D
(163,172,141)
#939B7F
(147,155,127)
#838A71
(131,138,113)
#737963
(115,121,99)
#636855
(99,104,85)
#535747
(83,87,71)
#434639
(67,70,57)
#33352B
(51,53,43)
#23241D
(35,36,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B3BD9B

#B3BD9B
(179,189,155)
#B9C3A4
(185,195,164)
#BFC9AD
(191,201,173)
#C5CFB6
(197,207,182)
#CBD5BF
(203,213,191)
#D1DBC8
(209,219,200)
#D7E1D1
(215,225,209)
#DDE7DA
(221,231,218)
#E3EDE3
(227,237,227)
#E9F3EC
(233,243,236)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BD9B; }

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

This text font color is #B3BD9B.

Background Color

.myBgColor { background-color: #B3BD9B; }

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

This div background color is #B3BD9B.

Border color

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

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

This div border color is #B3BD9B.

Opacity

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

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

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

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

This text has shadow with #B3BD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BD9B.

Preview

Color preview on black background

This text has color #B3BD9B on black background.


Color preview on white background

This text has color #B3BD9B on white background.


Black color preview on #B3BD9B background

This text has black color on #B3BD9B background.


White color preview on #B3BD9B background

This text has white color on #B3BD9B background.


Related colors

Complementary color

Complementary color for #hex is #4C4264.


I love getcolorcode.com

Triadic colors

1 #9BB3BD and #BD9BB3 with #B3BD9B are triadic colors.

2 #9BBDB3 and #BDB39B with #B3BD9B are triadic colors.