COLOR #B4D6F8

HEX: #B4D6F8
RGB: (180,214,248)

Color info

#B4D6F8 contains mainly green and blue colors. Web safe color of #B4D6F8 is #CCCCFF (or #CCF).

RGB color model

#B4D6F8 color RGB value is (180,214,248).

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

RGB channels and saturation

R 180 of 255 = 71%
G 214 of 255 = 84%
B 248 of 255 = 97%

180
214
248

R + G + B ~ 84%. #B4D6F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 214 + 248 = 642 (100%)
R 180 of 642 ~ 28.04%
G 214 of 642 ~ 33.33%
B 248 of 642 ~ 38.63%

%28.04
%33.33
%38.63

CMYK color model

#B4D6F8 color CMYK value is (27,14,0,3).

  • cyan value is 27.42%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,14,0,3)
C27M14Y0K3 
(27%,14%,0%,3%)
(0.27/0.14/0.00/0.03)	

CMYK percentages

%27.42
%13.71
%0
%2.75

Codes

Color #B4D6F8 in popluar color models

B4D6F8
RGB180214248
HSL210°82.93%83.92%
HSB/HSV210°27.42%97.25%
CMYK27.42%13.71%0.00%
2.75%

Color #B4D6F8 in popluar number systems.

HEXB4D6F8
Decimal180214248
Binary101101001101011011111000
Octal264326370

Shades and tints

Shades of #B4D6F8

#B4D6F8
(180,214,248)
#A4C3E2
(164,195,226)
#94B0CC
(148,176,204)
#849DB6
(132,157,182)
#748AA0
(116,138,160)
#64778A
(100,119,138)
#546474
(84,100,116)
#44515E
(68,81,94)
#343E48
(52,62,72)
#242B32
(36,43,50)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4D6F8

#B4D6F8
(180,214,248)
#BAD9F8
(186,217,248)
#C0DCF8
(192,220,248)
#C6DFF8
(198,223,248)
#CCE2F8
(204,226,248)
#D2E5F8
(210,229,248)
#D8E8F8
(216,232,248)
#DEEBF8
(222,235,248)
#E4EEF8
(228,238,248)
#EAF1F8
(234,241,248)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D6F8; }

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

This text font color is #B4D6F8.


Background Color

.myBgColor { background-color: #B4D6F8; }

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

This div background color is #B4D6F8.


Border color

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

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

This div border color is #B4D6F8.


Opacity

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

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

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

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

This text has shadow with #B4D6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D6F8 on black background.


Color preview on white background

This text has color #B4D6F8 on white background.



Black color preview on #B4D6F8 background

This text has black color on #B4D6F8 background.


White color preview on #B4D6F8 background

This text has white color on #B4D6F8 background.