COLOR #B4C8CC

HEX: #B4C8CC
RGB: (180,200,204)

Color info

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

RGB color model

#B4C8CC color RGB value is (180,200,204).

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

RGB channels and saturation

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

180
200
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 200 + 204 = 584 (100%)
R 180 of 584 ~ 30.82%
G 200 of 584 ~ 34.25%
B 204 of 584 ~ 34.93%

%30.82
%34.25
%34.93

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 1.96%
  • 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
%1.96
%0
%20

Codes

Color #B4C8CC in popluar color models

B4C8CC
RGB180200204
HSL190°19.05%75.29%
HSB/HSV190°11.76%80.00%
CMYK11.76%1.96%0.00%
20.00%

Color #B4C8CC in popluar number systems.

HEXB4C8CC
Decimal180200204
Binary101101001100100011001100
Octal264310314

Shades and tints

Shades of #B4C8CC

#B4C8CC
(180,200,204)
#A4B6BA
(164,182,186)
#94A4A8
(148,164,168)
#849296
(132,146,150)
#748084
(116,128,132)
#646E72
(100,110,114)
#545C60
(84,92,96)
#444A4E
(68,74,78)
#34383C
(52,56,60)
#24262A
(36,38,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4C8CC

#B4C8CC
(180,200,204)
#BACDD0
(186,205,208)
#C0D2D4
(192,210,212)
#C6D7D8
(198,215,216)
#CCDCDC
(204,220,220)
#D2E1E0
(210,225,224)
#D8E6E4
(216,230,228)
#DEEBE8
(222,235,232)
#E4F0EC
(228,240,236)
#EAF5F0
(234,245,240)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C8CC; }

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

This text font color is #B4C8CC.


Background Color

.myBgColor { background-color: #B4C8CC; }

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

This div background color is #B4C8CC.


Border color

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

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

This div border color is #B4C8CC.


Opacity

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

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

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

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

This text has shadow with #B4C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C8CC on black background.


Color preview on white background

This text has color #B4C8CC on white background.



Black color preview on #B4C8CC background

This text has black color on #B4C8CC background.


White color preview on #B4C8CC background

This text has white color on #B4C8CC background.