COLOR #B4C7CC

HEX: #B4C7CC
RGB: (180,199,204)

Color info

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

RGB color model

#B4C7CC color RGB value is (180,199,204).

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

RGB channels and saturation

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

180
199
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 204 = 583 (100%)
R 180 of 583 ~ 30.87%
G 199 of 583 ~ 34.13%
B 204 of 583 ~ 34.99%

%30.87
%34.13
%34.99

CMYK color model

#B4C7CC color CMYK value is (12,2,0,20).

  • cyan value is 11.76%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,2,0,20)
C12M2Y0K20 
(12%,2%,0%,20%)
(0.12/0.02/0.00/0.20)	

CMYK percentages

%11.76
%2.45
%0
%20

Codes

Color #B4C7CC in popluar color models

B4C7CC
RGB180199204
HSL193°19.05%75.29%
HSB/HSV193°11.76%80.00%
CMYK11.76%2.45%0.00%
20.00%

Color #B4C7CC in popluar number systems.

HEXB4C7CC
Decimal180199204
Binary101101001100011111001100
Octal264307314

Shades and tints

Shades of #B4C7CC

#B4C7CC
(180,199,204)
#A4B5BA
(164,181,186)
#94A3A8
(148,163,168)
#849196
(132,145,150)
#747F84
(116,127,132)
#646D72
(100,109,114)
#545B60
(84,91,96)
#44494E
(68,73,78)
#34373C
(52,55,60)
#24252A
(36,37,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4C7CC

#B4C7CC
(180,199,204)
#BACCD0
(186,204,208)
#C0D1D4
(192,209,212)
#C6D6D8
(198,214,216)
#CCDBDC
(204,219,220)
#D2E0E0
(210,224,224)
#D8E5E4
(216,229,228)
#DEEAE8
(222,234,232)
#E4EFEC
(228,239,236)
#EAF4F0
(234,244,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C7CC; }

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

This text font color is #B4C7CC.


Background Color

.myBgColor { background-color: #B4C7CC; }

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

This div background color is #B4C7CC.


Border color

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

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

This div border color is #B4C7CC.


Opacity

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

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

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

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

This text has shadow with #B4C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C7CC on black background.


Color preview on white background

This text has color #B4C7CC on white background.



Black color preview on #B4C7CC background

This text has black color on #B4C7CC background.


White color preview on #B4C7CC background

This text has white color on #B4C7CC background.