COLOR #B4BDB1

HEX: #B4BDB1 RGB: (180,189,177)

Color info

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

RGB color model

#B4BDB1 color RGB value is (180,189,177).

RGB: (180,189,177) (71%, 74%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 177 of 255 = 69%

180
189
177

R + G + B ~ 71%. #B4BDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 177 = 546 (100%)
R 180 of 546 ~ 32.97%
G 189 of 546 ~ 34.62%
B 177 of 546 ~ 32.42'%

%32.97
%34.62
%32.42

CMYK color model

#B4BDB1 color CMYK value is (5,0,6,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%

CMYK: (5,0,6,26)
C5M0Y6K26 (5%, 0%, 6%, 26%)
(0.05 / 0.00 / 0.06 / 0.26)

CMYK percentages

%4.76
%0
%6.35
%25.88

Codes

Color #B4BDB1 in popluar color models

B4 BD B1
RGB 180 189 177
HSL 105° 8.33% 71.76%
HSB/HSV 105° 6.35% 74.12%
CMYK 4.76% 0.00% 6.35%
25.88%

Color #B4BDB1 in popluar number systems.

HEX B4 BD B1
Decimal 180 189 177
Binary 10110100 10111101 10110001
Octal 264 275 261

Shades and tints

Shades of #B4BDB1

#B4BDB1
(180,189,177)
#A4ACA1
(164,172,161)
#949B91
(148,155,145)
#848A81
(132,138,129)
#747971
(116,121,113)
#646861
(100,104,97)
#545751
(84,87,81)
#444641
(68,70,65)
#343531
(52,53,49)
#242421
(36,36,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #B4BDB1

#B4BDB1
(180,189,177)
#BAC3B8
(186,195,184)
#C0C9BF
(192,201,191)
#C6CFC6
(198,207,198)
#CCD5CD
(204,213,205)
#D2DBD4
(210,219,212)
#D8E1DB
(216,225,219)
#DEE7E2
(222,231,226)
#E4EDE9
(228,237,233)
#EAF3F0
(234,243,240)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDB1; }

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

This text font color is #B4BDB1.

Background Color

.myBgColor { background-color: #B4BDB1; }

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

This div background color is #B4BDB1.

Border color

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

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

This div border color is #B4BDB1.

Opacity

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

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

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

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

This text has shadow with #B4BDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDB1.

Preview

Color preview on black background

This text has color #B4BDB1 on black background.


Color preview on white background

This text has color #B4BDB1 on white background.


Black color preview on #B4BDB1 background

This text has black color on #B4BDB1 background.


White color preview on #B4BDB1 background

This text has white color on #B4BDB1 background.


Related colors

Complementary color

Complementary color for #hex is #4B424E.


I love getcolorcode.com

Triadic colors

1 #B1B4BD and #BDB1B4 with #B4BDB1 are triadic colors.

2 #B1BDB4 and #BDB4B1 with #B4BDB1 are triadic colors.