COLOR #B4C1CB

HEX: #B4C1CB RGB: (180,193,203)

Color info

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

RGB color model

#B4C1CB color RGB value is (180,193,203).

RGB: (180,193,203) (71%, 76%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 203 of 255 = 80%

180
193
203

R + G + B ~ 76%. #B4C1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 193 + 203 = 576 (100%)
R 180 of 576 ~ 31.25%
G 193 of 576 ~ 33.51%
B 203 of 576 ~ 35.24'%

%31.25
%33.51
%35.24

CMYK color model

#B4C1CB color CMYK value is (11,5,0,20).

  • cyan value is 11.33%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (11,5,0,20)
C11M5Y0K20 (11%, 5%, 0%, 20%)
(0.11 / 0.05 / 0.00 / 0.20)

CMYK percentages

%11.33
%4.93
%0
%20.39

Codes

Color #B4C1CB in popluar color models

B4 C1 CB
RGB 180 193 203
HSL 206° 18.11% 75.10%
HSB/HSV 206° 11.33% 79.61%
CMYK 11.33% 4.93% 0.00%
20.39%

Color #B4C1CB in popluar number systems.

HEX B4 C1 CB
Decimal 180 193 203
Binary 10110100 11000001 11001011
Octal 264 301 313

Shades and tints

Shades of #B4C1CB

#B4C1CB
(180,193,203)
#A4B0B9
(164,176,185)
#949FA7
(148,159,167)
#848E95
(132,142,149)
#747D83
(116,125,131)
#646C71
(100,108,113)
#545B5F
(84,91,95)
#444A4D
(68,74,77)
#34393B
(52,57,59)
#242829
(36,40,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4C1CB

#B4C1CB
(180,193,203)
#BAC6CF
(186,198,207)
#C0CBD3
(192,203,211)
#C6D0D7
(198,208,215)
#CCD5DB
(204,213,219)
#D2DADF
(210,218,223)
#D8DFE3
(216,223,227)
#DEE4E7
(222,228,231)
#E4E9EB
(228,233,235)
#EAEEEF
(234,238,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1CB; }

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

This text font color is #B4C1CB.

Background Color

.myBgColor { background-color: #B4C1CB; }

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

This div background color is #B4C1CB.

Border color

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

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

This div border color is #B4C1CB.

Opacity

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

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

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

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

This text has shadow with #B4C1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C1CB.

Preview

Color preview on black background

This text has color #B4C1CB on black background.


Color preview on white background

This text has color #B4C1CB on white background.


Black color preview on #B4C1CB background

This text has black color on #B4C1CB background.


White color preview on #B4C1CB background

This text has white color on #B4C1CB background.


Related colors

Complementary color

Complementary color for #hex is #4B3E34.


I love getcolorcode.com

Triadic colors

1 #CBB4C1 and #C1CBB4 with #B4C1CB are triadic colors.

2 #CBC1B4 and #C1B4CB with #B4C1CB are triadic colors.