COLOR #B3BD99

HEX: #B3BD99 RGB: (179,189,153)

Color info

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

RGB color model

#B3BD99 color RGB value is (179,189,153).

RGB: (179,189,153) (70%, 74%, 60%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 153 of 255 = 60%

179
189
153

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

Portions of RGB colors in percentages

R + G + B = 179 + 189 + 153 = 521 (100%)
R 179 of 521 ~ 34.36%
G 189 of 521 ~ 36.28%
B 153 of 521 ~ 29.37'%

%34.36
%36.28
%29.37

CMYK color model

#B3BD99 color CMYK value is (5,0,19,26).

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

CMYK: (5,0,19,26)
C5M0Y19K26 (5%, 0%, 19%, 26%)
(0.05 / 0.00 / 0.19 / 0.26)

CMYK percentages

%5.29
%0
%19.05
%25.88

Codes

Color #B3BD99 in popluar color models

B3 BD 99
RGB 179 189 153
HSL 77° 21.43% 67.06%
HSB/HSV 77° 19.05% 74.12%
CMYK 5.29% 0.00% 19.05%
25.88%

Color #B3BD99 in popluar number systems.

HEX B3 BD 99
Decimal 179 189 153
Binary 10110011 10111101 10011001
Octal 263 275 231

Shades and tints

Shades of #B3BD99

#B3BD99
(179,189,153)
#A3AC8C
(163,172,140)
#939B7F
(147,155,127)
#838A72
(131,138,114)
#737965
(115,121,101)
#636858
(99,104,88)
#53574B
(83,87,75)
#43463E
(67,70,62)
#333531
(51,53,49)
#232424
(35,36,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B3BD99

#B3BD99
(179,189,153)
#B9C3A2
(185,195,162)
#BFC9AB
(191,201,171)
#C5CFB4
(197,207,180)
#CBD5BD
(203,213,189)
#D1DBC6
(209,219,198)
#D7E1CF
(215,225,207)
#DDE7D8
(221,231,216)
#E3EDE1
(227,237,225)
#E9F3EA
(233,243,234)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BD99; }

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

This text font color is #B3BD99.

Background Color

.myBgColor { background-color: #B3BD99; }

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

This div background color is #B3BD99.

Border color

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

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

This div border color is #B3BD99.

Opacity

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

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

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

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

This text has shadow with #B3BD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BD99.

Preview

Color preview on black background

This text has color #B3BD99 on black background.


Color preview on white background

This text has color #B3BD99 on white background.


Black color preview on #B3BD99 background

This text has black color on #B3BD99 background.


White color preview on #B3BD99 background

This text has white color on #B3BD99 background.


Related colors

Complementary color

Complementary color for #hex is #4C4266.


I love getcolorcode.com

Triadic colors

1 #99B3BD and #BD99B3 with #B3BD99 are triadic colors.

2 #99BDB3 and #BDB399 with #B3BD99 are triadic colors.