COLOR #B4C6DB

HEX: #B4C6DB
RGB: (180,198,219)

Color info

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

RGB color model

#B4C6DB color RGB value is (180,198,219).

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

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 219 of 255 = 86%

180
198
219

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

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 219 = 597 (100%)
R 180 of 597 ~ 30.15%
G 198 of 597 ~ 33.17%
B 219 of 597 ~ 36.68%

%30.15
%33.17
%36.68

CMYK color model

#B4C6DB color CMYK value is (18,10,0,14).

  • cyan value is 17.81%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(18,10,0,14)
C18M10Y0K14 
(18%,10%,0%,14%)
(0.18/0.10/0.00/0.14)	

CMYK percentages

%17.81
%9.59
%0
%14.12

Codes

Color #B4C6DB in popluar color models

B4C6DB
RGB180198219
HSL212°35.14%78.24%
HSB/HSV212°17.81%85.88%
CMYK17.81%9.59%0.00%
14.12%

Color #B4C6DB in popluar number systems.

HEXB4C6DB
Decimal180198219
Binary101101001100011011011011
Octal264306333

Shades and tints

Shades of #B4C6DB

#B4C6DB
(180,198,219)
#A4B4C8
(164,180,200)
#94A2B5
(148,162,181)
#8490A2
(132,144,162)
#747E8F
(116,126,143)
#646C7C
(100,108,124)
#545A69
(84,90,105)
#444856
(68,72,86)
#343643
(52,54,67)
#242430
(36,36,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #B4C6DB

#B4C6DB
(180,198,219)
#BACBDE
(186,203,222)
#C0D0E1
(192,208,225)
#C6D5E4
(198,213,228)
#CCDAE7
(204,218,231)
#D2DFEA
(210,223,234)
#D8E4ED
(216,228,237)
#DEE9F0
(222,233,240)
#E4EEF3
(228,238,243)
#EAF3F6
(234,243,246)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C6DB; }

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

This text font color is #B4C6DB.


Background Color

.myBgColor { background-color: #B4C6DB; }

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

This div background color is #B4C6DB.


Border color

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

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

This div border color is #B4C6DB.


Opacity

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

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

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

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

This text has shadow with #B4C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6DB on black background.


Color preview on white background

This text has color #B4C6DB on white background.



Black color preview on #B4C6DB background

This text has black color on #B4C6DB background.


White color preview on #B4C6DB background

This text has white color on #B4C6DB background.