COLOR #B4C2B1

HEX: #B4C2B1 RGB: (180,194,177)

Color info

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

RGB color model

#B4C2B1 color RGB value is (180,194,177).

RGB: (180,194,177) (71%, 76%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 177 of 255 = 69%

180
194
177

R + G + B ~ 72%. #B4C2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 194 + 177 = 551 (100%)
R 180 of 551 ~ 32.67%
G 194 of 551 ~ 35.21%
B 177 of 551 ~ 32.12'%

%32.67
%35.21
%32.12

CMYK color model

#B4C2B1 color CMYK value is (7,0,9,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 23.92%
CMYK: (7,0,9,24) C7M0Y9K24 (7%,0%,9%,24%) (0.07/0.00/0.09/0.24) 

CMYK percentages

%7.22
%0
%8.76
%23.92

Codes

Color #B4C2B1 in popluar color models

B4 C2 B1
RGB 180 194 177
HSL 109° 12.23% 72.75%
HSB/HSV 109° 8.76% 76.08%
CMYK 7.22% 0.00% 8.76%
23.92%

Color #B4C2B1 in popluar number systems.

HEX B4 C2 B1
Decimal 180 194 177
Binary 10110100 11000010 10110001
Octal 264 302 261

Shades and tints

Shades of #B4C2B1

#B4C2B1
(180,194,177)
#A4B1A1
(164,177,161)
#94A091
(148,160,145)
#848F81
(132,143,129)
#747E71
(116,126,113)
#646D61
(100,109,97)
#545C51
(84,92,81)
#444B41
(68,75,65)
#343A31
(52,58,49)
#242921
(36,41,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #B4C2B1

#B4C2B1
(180,194,177)
#BAC7B8
(186,199,184)
#C0CCBF
(192,204,191)
#C6D1C6
(198,209,198)
#CCD6CD
(204,214,205)
#D2DBD4
(210,219,212)
#D8E0DB
(216,224,219)
#DEE5E2
(222,229,226)
#E4EAE9
(228,234,233)
#EAEFF0
(234,239,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C2B1; }

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

This text font color is #B4C2B1.

Background Color

.myBgColor { background-color: #B4C2B1; }

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

This div background color is #B4C2B1.

Border color

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

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

This div border color is #B4C2B1.

Opacity

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

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

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

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

This text has shadow with #B4C2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C2B1.

Preview

Color preview on black background

This text has color #B4C2B1 on black background.


Color preview on white background

This text has color #B4C2B1 on white background.


Black color preview on #B4C2B1 background

This text has black color on #B4C2B1 background.


White color preview on #B4C2B1 background

This text has white color on #B4C2B1 background.


Related colors

Complementary color

Complementary color for #hex is #4B3D4E.


I love getcolorcode.com

Triadic colors

1 #B1B4C2 and #C2B1B4 with #B4C2B1 are triadic colors.

2 #B1C2B4 and #C2B4B1 with #B4C2B1 are triadic colors.