COLOR #B4C1BD

HEX: #B4C1BD RGB: (180,193,189)

Color info

#B4C1BD contains red, green and blue colors in about the same proportion. Web safe color of #B4C1BD is #CCCCCC (or #CCC).

RGB color model

#B4C1BD color RGB value is (180,193,189).

RGB: (180,193,189) (71%, 76%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 189 of 255 = 74%

180
193
189

R + G + B ~ 74%. #B4C1BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 193 + 189 = 562 (100%)
R 180 of 562 ~ 32.03%
G 193 of 562 ~ 34.34%
B 189 of 562 ~ 33.63'%

%32.03
%34.34
%33.63

CMYK color model

#B4C1BD color CMYK value is (7,0,2,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 24.31%

CMYK: (7,0,2,24)
C7M0Y2K24 (7%, 0%, 2%, 24%)
(0.07 / 0.00 / 0.02 / 0.24)

CMYK percentages

%6.74
%0
%2.07
%24.31

Codes

Color #B4C1BD in popluar color models

B4 C1 BD
RGB 180 193 189
HSL 162° 9.49% 73.14%
HSB/HSV 162° 6.74% 75.69%
CMYK 6.74% 0.00% 2.07%
24.31%

Color #B4C1BD in popluar number systems.

HEX B4 C1 BD
Decimal 180 193 189
Binary 10110100 11000001 10111101
Octal 264 301 275

Shades and tints

Shades of #B4C1BD

#B4C1BD
(180,193,189)
#A4B0AC
(164,176,172)
#949F9B
(148,159,155)
#848E8A
(132,142,138)
#747D79
(116,125,121)
#646C68
(100,108,104)
#545B57
(84,91,87)
#444A46
(68,74,70)
#343935
(52,57,53)
#242824
(36,40,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4C1BD

#B4C1BD
(180,193,189)
#BAC6C3
(186,198,195)
#C0CBC9
(192,203,201)
#C6D0CF
(198,208,207)
#CCD5D5
(204,213,213)
#D2DADB
(210,218,219)
#D8DFE1
(216,223,225)
#DEE4E7
(222,228,231)
#E4E9ED
(228,233,237)
#EAEEF3
(234,238,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1BD; }

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

This text font color is #B4C1BD.

Background Color

.myBgColor { background-color: #B4C1BD; }

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

This div background color is #B4C1BD.

Border color

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

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

This div border color is #B4C1BD.

Opacity

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

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

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

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

This text has shadow with #B4C1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C1BD.

Preview

Color preview on black background

This text has color #B4C1BD on black background.


Color preview on white background

This text has color #B4C1BD on white background.


Black color preview on #B4C1BD background

This text has black color on #B4C1BD background.


White color preview on #B4C1BD background

This text has white color on #B4C1BD background.


Related colors

Complementary color

Complementary color for #hex is #4B3E42.


I love getcolorcode.com

Triadic colors

1 #BDB4C1 and #C1BDB4 with #B4C1BD are triadic colors.

2 #BDC1B4 and #C1B4BD with #B4C1BD are triadic colors.