COLOR #B4C0CB

HEX: #B4C0CB RGB: (180,192,203)

Color info

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

RGB color model

#B4C0CB color RGB value is (180,192,203).

RGB: (180,192,203) (71%, 75%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 203 of 255 = 80%

180
192
203

R + G + B ~ 75%. #B4C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 192 + 203 = 575 (100%)
R 180 of 575 ~ 31.3%
G 192 of 575 ~ 33.39%
B 203 of 575 ~ 35.3'%

%31.3
%33.39
%35.3

CMYK color model

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

  • cyan value is 11.33%
  • magenta value is 5.42%
  • 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
%5.42
%0
%20.39

Codes

Color #B4C0CB in popluar color models

B4 C0 CB
RGB 180 192 203
HSL 209° 18.11% 75.10%
HSB/HSV 209° 11.33% 79.61%
CMYK 11.33% 5.42% 0.00%
20.39%

Color #B4C0CB in popluar number systems.

HEX B4 C0 CB
Decimal 180 192 203
Binary 10110100 11000000 11001011
Octal 264 300 313

Shades and tints

Shades of #B4C0CB

#B4C0CB
(180,192,203)
#A4AFB9
(164,175,185)
#949EA7
(148,158,167)
#848D95
(132,141,149)
#747C83
(116,124,131)
#646B71
(100,107,113)
#545A5F
(84,90,95)
#44494D
(68,73,77)
#34383B
(52,56,59)
#242729
(36,39,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4C0CB

#B4C0CB
(180,192,203)
#BAC5CF
(186,197,207)
#C0CAD3
(192,202,211)
#C6CFD7
(198,207,215)
#CCD4DB
(204,212,219)
#D2D9DF
(210,217,223)
#D8DEE3
(216,222,227)
#DEE3E7
(222,227,231)
#E4E8EB
(228,232,235)
#EAEDEF
(234,237,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C0CB; }

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

This text font color is #B4C0CB.

Background Color

.myBgColor { background-color: #B4C0CB; }

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

This div background color is #B4C0CB.

Border color

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

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

This div border color is #B4C0CB.

Opacity

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

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

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

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

This text has shadow with #B4C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C0CB.

Preview

Color preview on black background

This text has color #B4C0CB on black background.


Color preview on white background

This text has color #B4C0CB on white background.


Black color preview on #B4C0CB background

This text has black color on #B4C0CB background.


White color preview on #B4C0CB background

This text has white color on #B4C0CB background.


Related colors

Complementary color

Complementary color for #hex is #4B3F34.


I love getcolorcode.com

Triadic colors

1 #CBB4C0 and #C0CBB4 with #B4C0CB are triadic colors.

2 #CBC0B4 and #C0B4CB with #B4C0CB are triadic colors.