COLOR #B4C1AB

HEX: #B4C1AB RGB: (180,193,171)

Color info

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

RGB color model

#B4C1AB color RGB value is (180,193,171).

RGB: (180,193,171) (71%, 76%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 171 of 255 = 67%

180
193
171

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

Portions of RGB colors in percentages

R + G + B = 180 + 193 + 171 = 544 (100%)
R 180 of 544 ~ 33.09%
G 193 of 544 ~ 35.48%
B 171 of 544 ~ 31.43'%

%33.09
%35.48
%31.43

CMYK color model

#B4C1AB color CMYK value is (7,0,11,24).

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

CMYK: (7,0,11,24)
C7M0Y11K24 (7%, 0%, 11%, 24%)
(0.07 / 0.00 / 0.11 / 0.24)

CMYK percentages

%6.74
%0
%11.4
%24.31

Codes

Color #B4C1AB in popluar color models

B4 C1 AB
RGB 180 193 171
HSL 95° 15.07% 71.37%
HSB/HSV 95° 11.40% 75.69%
CMYK 6.74% 0.00% 11.40%
24.31%

Color #B4C1AB in popluar number systems.

HEX B4 C1 AB
Decimal 180 193 171
Binary 10110100 11000001 10101011
Octal 264 301 253

Shades and tints

Shades of #B4C1AB

#B4C1AB
(180,193,171)
#A4B09C
(164,176,156)
#949F8D
(148,159,141)
#848E7E
(132,142,126)
#747D6F
(116,125,111)
#646C60
(100,108,96)
#545B51
(84,91,81)
#444A42
(68,74,66)
#343933
(52,57,51)
#242824
(36,40,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4C1AB

#B4C1AB
(180,193,171)
#BAC6B2
(186,198,178)
#C0CBB9
(192,203,185)
#C6D0C0
(198,208,192)
#CCD5C7
(204,213,199)
#D2DACE
(210,218,206)
#D8DFD5
(216,223,213)
#DEE4DC
(222,228,220)
#E4E9E3
(228,233,227)
#EAEEEA
(234,238,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1AB; }

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

This text font color is #B4C1AB.

Background Color

.myBgColor { background-color: #B4C1AB; }

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

This div background color is #B4C1AB.

Border color

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

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

This div border color is #B4C1AB.

Opacity

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

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

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

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

This text has shadow with #B4C1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C1AB.

Preview

Color preview on black background

This text has color #B4C1AB on black background.


Color preview on white background

This text has color #B4C1AB on white background.


Black color preview on #B4C1AB background

This text has black color on #B4C1AB background.


White color preview on #B4C1AB background

This text has white color on #B4C1AB background.


Related colors

Complementary color

Complementary color for #hex is #4B3E54.


I love getcolorcode.com

Triadic colors

1 #ABB4C1 and #C1ABB4 with #B4C1AB are triadic colors.

2 #ABC1B4 and #C1B4AB with #B4C1AB are triadic colors.