COLOR #B4C2DA

HEX: #B4C2DA
RGB: (180,194,218)

Color info

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

RGB color model

#B4C2DA color RGB value is (180,194,218).

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

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 218 of 255 = 85%

180
194
218

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

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 218 = 592 (100%)
R 180 of 592 ~ 30.41%
G 194 of 592 ~ 32.77%
B 218 of 592 ~ 36.82%

%30.41
%32.77
%36.82

CMYK color model

#B4C2DA color CMYK value is (17,11,0,15).

  • cyan value is 17.43%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,11,0,15)
C17M11Y0K15 
(17%,11%,0%,15%)
(0.17/0.11/0.00/0.15)	

CMYK percentages

%17.43
%11.01
%0
%14.51

Codes

Color #B4C2DA in popluar color models

B4C2DA
RGB180194218
HSL218°33.93%78.04%
HSB/HSV218°17.43%85.49%
CMYK17.43%11.01%0.00%
14.51%

Color #B4C2DA in popluar number systems.

HEXB4C2DA
Decimal180194218
Binary101101001100001011011010
Octal264302332

Shades and tints

Shades of #B4C2DA

#B4C2DA
(180,194,218)
#A4B1C7
(164,177,199)
#94A0B4
(148,160,180)
#848FA1
(132,143,161)
#747E8E
(116,126,142)
#646D7B
(100,109,123)
#545C68
(84,92,104)
#444B55
(68,75,85)
#343A42
(52,58,66)
#24292F
(36,41,47)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4C2DA

#B4C2DA
(180,194,218)
#BAC7DD
(186,199,221)
#C0CCE0
(192,204,224)
#C6D1E3
(198,209,227)
#CCD6E6
(204,214,230)
#D2DBE9
(210,219,233)
#D8E0EC
(216,224,236)
#DEE5EF
(222,229,239)
#E4EAF2
(228,234,242)
#EAEFF5
(234,239,245)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C2DA; }

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

This text font color is #B4C2DA.


Background Color

.myBgColor { background-color: #B4C2DA; }

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

This div background color is #B4C2DA.


Border color

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

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

This div border color is #B4C2DA.


Opacity

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

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

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

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

This text has shadow with #B4C2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C2DA on black background.


Color preview on white background

This text has color #B4C2DA on white background.



Black color preview on #B4C2DA background

This text has black color on #B4C2DA background.


White color preview on #B4C2DA background

This text has white color on #B4C2DA background.