COLOR #B4BD9D

HEX: #B4BD9D RGB: (180,189,157)

Color info

#B4BD9D contains red, green and blue colors in about the same proportion. Web safe color of #B4BD9D is #CCCC99 (or #CC9).

RGB color model

#B4BD9D color RGB value is (180,189,157).

RGB: (180,189,157) (71%, 74%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 157 of 255 = 62%

180
189
157

R + G + B ~ 69%. #B4BD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 157 = 526 (100%)
R 180 of 526 ~ 34.22%
G 189 of 526 ~ 35.93%
B 157 of 526 ~ 29.85'%

%34.22
%35.93
%29.85

CMYK color model

#B4BD9D color CMYK value is (5,0,17,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK: (5,0,17,26) C5M0Y17K26 (5%,0%,17%,26%) (0.05/0.00/0.17/0.26) 

CMYK percentages

%4.76
%0
%16.93
%25.88

Codes

Color #B4BD9D in popluar color models

B4 BD 9D
RGB 180 189 157
HSL 77° 19.51% 67.84%
HSB/HSV 77° 16.93% 74.12%
CMYK 4.76% 0.00% 16.93%
25.88%

Color #B4BD9D in popluar number systems.

HEX B4 BD 9D
Decimal 180 189 157
Binary 10110100 10111101 10011101
Octal 264 275 235

Shades and tints

Shades of #B4BD9D

#B4BD9D
(180,189,157)
#A4AC8F
(164,172,143)
#949B81
(148,155,129)
#848A73
(132,138,115)
#747965
(116,121,101)
#646857
(100,104,87)
#545749
(84,87,73)
#44463B
(68,70,59)
#34352D
(52,53,45)
#24241F
(36,36,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #B4BD9D

#B4BD9D
(180,189,157)
#BAC3A5
(186,195,165)
#C0C9AD
(192,201,173)
#C6CFB5
(198,207,181)
#CCD5BD
(204,213,189)
#D2DBC5
(210,219,197)
#D8E1CD
(216,225,205)
#DEE7D5
(222,231,213)
#E4EDDD
(228,237,221)
#EAF3E5
(234,243,229)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BD9D color. Also use rgb(180,189,157) instead hex code.

Text Font Color

.myTextColor { color: #B4BD9D; }

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

This text font color is #B4BD9D.

Background Color

.myBgColor { background-color: #B4BD9D; }

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

This div background color is #B4BD9D.

Border color

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

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

This div border color is #B4BD9D.

Opacity

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

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

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

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

This text has shadow with #B4BD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BD9D.

Preview

Color preview on black background

This text has color #B4BD9D on black background.


Color preview on white background

This text has color #B4BD9D on white background.


Black color preview on #B4BD9D background

This text has black color on #B4BD9D background.


White color preview on #B4BD9D background

This text has white color on #B4BD9D background.


Related colors

Complementary color

Complementary color for #hex is #4B4262.


I love getcolorcode.com

Triadic colors

1 #9DB4BD and #BD9DB4 with #B4BD9D are triadic colors.

2 #9DBDB4 and #BDB49D with #B4BD9D are triadic colors.