COLOR #B4C7CB

HEX: #B4C7CB
RGB: (180,199,203)

Color info

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

RGB color model

#B4C7CB color RGB value is (180,199,203).

  • red value is 180;
  • green value is 199;
  • blue value is 203.
RGB:
(180,199,203)
(71%,78%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 203 of 255 = 80%

180
199
203

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

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 203 = 582 (100%)
R 180 of 582 ~ 30.93%
G 199 of 582 ~ 34.19%
B 203 of 582 ~ 34.88%

%30.93
%34.19
%34.88

CMYK color model

#B4C7CB color CMYK value is (11,2,0,20).

  • cyan value is 11.33%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,2,0,20)
C11M2Y0K20 
(11%,2%,0%,20%)
(0.11/0.02/0.00/0.20)	

CMYK percentages

%11.33
%1.97
%0
%20.39

Codes

Color #B4C7CB in popluar color models

B4C7CB
RGB180199203
HSL190°18.11%75.10%
HSB/HSV190°11.33%79.61%
CMYK11.33%1.97%0.00%
20.39%

Color #B4C7CB in popluar number systems.

HEXB4C7CB
Decimal180199203
Binary101101001100011111001011
Octal264307313

Shades and tints

Shades of #B4C7CB

#B4C7CB
(180,199,203)
#A4B5B9
(164,181,185)
#94A3A7
(148,163,167)
#849195
(132,145,149)
#747F83
(116,127,131)
#646D71
(100,109,113)
#545B5F
(84,91,95)
#44494D
(68,73,77)
#34373B
(52,55,59)
#242529
(36,37,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B4C7CB

#B4C7CB
(180,199,203)
#BACCCF
(186,204,207)
#C0D1D3
(192,209,211)
#C6D6D7
(198,214,215)
#CCDBDB
(204,219,219)
#D2E0DF
(210,224,223)
#D8E5E3
(216,229,227)
#DEEAE7
(222,234,231)
#E4EFEB
(228,239,235)
#EAF4EF
(234,244,239)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C7CB; }

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

This text font color is #B4C7CB.


Background Color

.myBgColor { background-color: #B4C7CB; }

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

This div background color is #B4C7CB.


Border color

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

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

This div border color is #B4C7CB.


Opacity

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

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

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

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

This text has shadow with #B4C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C7CB on black background.


Color preview on white background

This text has color #B4C7CB on white background.



Black color preview on #B4C7CB background

This text has black color on #B4C7CB background.


White color preview on #B4C7CB background

This text has white color on #B4C7CB background.