COLOR #B4C2D6

HEX: #B4C2D6
RGB: (180,194,214)

Color info

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

RGB color model

#B4C2D6 color RGB value is (180,194,214).

  • red value is 180;
  • green value is 194;
  • blue value is 214.
RGB:
(180,194,214)
(71%,76%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 214 of 255 = 84%

180
194
214

R + G + B ~ 77%. #B4C2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 214 = 588 (100%)
R 180 of 588 ~ 30.61%
G 194 of 588 ~ 32.99%
B 214 of 588 ~ 36.39%

%30.61
%32.99
%36.39

CMYK color model

#B4C2D6 color CMYK value is (16,9,0,16).

  • cyan value is 15.89%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,9,0,16)
C16M9Y0K16 
(16%,9%,0%,16%)
(0.16/0.09/0.00/0.16)	

CMYK percentages

%15.89
%9.35
%0
%16.08

Codes

Color #B4C2D6 in popluar color models

B4C2D6
RGB180194214
HSL215°29.31%77.25%
HSB/HSV215°15.89%83.92%
CMYK15.89%9.35%0.00%
16.08%

Color #B4C2D6 in popluar number systems.

HEXB4C2D6
Decimal180194214
Binary101101001100001011010110
Octal264302326

Shades and tints

Shades of #B4C2D6

#B4C2D6
(180,194,214)
#A4B1C3
(164,177,195)
#94A0B0
(148,160,176)
#848F9D
(132,143,157)
#747E8A
(116,126,138)
#646D77
(100,109,119)
#545C64
(84,92,100)
#444B51
(68,75,81)
#343A3E
(52,58,62)
#24292B
(36,41,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #B4C2D6

#B4C2D6
(180,194,214)
#BAC7D9
(186,199,217)
#C0CCDC
(192,204,220)
#C6D1DF
(198,209,223)
#CCD6E2
(204,214,226)
#D2DBE5
(210,219,229)
#D8E0E8
(216,224,232)
#DEE5EB
(222,229,235)
#E4EAEE
(228,234,238)
#EAEFF1
(234,239,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C2D6 color. Also use rgb(180,194,214) instead hex code.

Text Font Color

.myTextColor { color: #B4C2D6; }

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

This text font color is #B4C2D6.


Background Color

.myBgColor { background-color: #B4C2D6; }

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

This div background color is #B4C2D6.


Border color

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

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

This div border color is #B4C2D6.


Opacity

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

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

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

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

This text has shadow with #B4C2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C2D6 on black background.


Color preview on white background

This text has color #B4C2D6 on white background.



Black color preview on #B4C2D6 background

This text has black color on #B4C2D6 background.


White color preview on #B4C2D6 background

This text has white color on #B4C2D6 background.