COLOR #B4C2DB

HEX: #B4C2DB
RGB: (180,194,219)

Color info

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

RGB color model

#B4C2DB color RGB value is (180,194,219).

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

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 219 of 255 = 86%

180
194
219

R + G + B ~ 78%. #B4C2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 219 = 593 (100%)
R 180 of 593 ~ 30.35%
G 194 of 593 ~ 32.72%
B 219 of 593 ~ 36.93%

%30.35
%32.72
%36.93

CMYK color model

#B4C2DB color CMYK value is (18,11,0,14).

  • cyan value is 17.81%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(18,11,0,14)
C18M11Y0K14 
(18%,11%,0%,14%)
(0.18/0.11/0.00/0.14)	

CMYK percentages

%17.81
%11.42
%0
%14.12

Codes

Color #B4C2DB in popluar color models

B4C2DB
RGB180194219
HSL218°35.14%78.24%
HSB/HSV218°17.81%85.88%
CMYK17.81%11.42%0.00%
14.12%

Color #B4C2DB in popluar number systems.

HEXB4C2DB
Decimal180194219
Binary101101001100001011011011
Octal264302333

Shades and tints

Shades of #B4C2DB

#B4C2DB
(180,194,219)
#A4B1C8
(164,177,200)
#94A0B5
(148,160,181)
#848FA2
(132,143,162)
#747E8F
(116,126,143)
#646D7C
(100,109,124)
#545C69
(84,92,105)
#444B56
(68,75,86)
#343A43
(52,58,67)
#242930
(36,41,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #B4C2DB

#B4C2DB
(180,194,219)
#BAC7DE
(186,199,222)
#C0CCE1
(192,204,225)
#C6D1E4
(198,209,228)
#CCD6E7
(204,214,231)
#D2DBEA
(210,219,234)
#D8E0ED
(216,224,237)
#DEE5F0
(222,229,240)
#E4EAF3
(228,234,243)
#EAEFF6
(234,239,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C2DB; }

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

This text font color is #B4C2DB.


Background Color

.myBgColor { background-color: #B4C2DB; }

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

This div background color is #B4C2DB.


Border color

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

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

This div border color is #B4C2DB.


Opacity

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

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

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

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

This text has shadow with #B4C2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C2DB on black background.


Color preview on white background

This text has color #B4C2DB on white background.



Black color preview on #B4C2DB background

This text has black color on #B4C2DB background.


White color preview on #B4C2DB background

This text has white color on #B4C2DB background.