COLOR #B4D9FB

HEX: #B4D9FB
RGB: (180,217,251)

Color info

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

RGB color model

#B4D9FB color RGB value is (180,217,251).

  • red value is 180;
  • green value is 217;
  • blue value is 251.
RGB:
(180,217,251)
(71%,85%,98%)

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 251 of 255 = 98%

180
217
251

R + G + B ~ 85%. #B4D9FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 217 + 251 = 648 (100%)
R 180 of 648 ~ 27.78%
G 217 of 648 ~ 33.49%
B 251 of 648 ~ 38.73%

%27.78
%33.49
%38.73

CMYK color model

#B4D9FB color CMYK value is (28,14,0,2).

  • cyan value is 28.29%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(28,14,0,2)
C28M14Y0K2 
(28%,14%,0%,2%)
(0.28/0.14/0.00/0.02)	

CMYK percentages

%28.29
%13.55
%0
%1.57

Codes

Color #B4D9FB in popluar color models

B4D9FB
RGB180217251
HSL209°89.87%84.51%
HSB/HSV209°28.29%98.43%
CMYK28.29%13.55%0.00%
1.57%

Color #B4D9FB in popluar number systems.

HEXB4D9FB
Decimal180217251
Binary101101001101100111111011
Octal264331373

Shades and tints

Shades of #B4D9FB

#B4D9FB
(180,217,251)
#A4C6E5
(164,198,229)
#94B3CF
(148,179,207)
#84A0B9
(132,160,185)
#748DA3
(116,141,163)
#647A8D
(100,122,141)
#546777
(84,103,119)
#445461
(68,84,97)
#34414B
(52,65,75)
#242E35
(36,46,53)
#141B1F
(20,27,31)
#000000
(0,0,0)

Tints of #B4D9FB

#B4D9FB
(180,217,251)
#BADCFB
(186,220,251)
#C0DFFB
(192,223,251)
#C6E2FB
(198,226,251)
#CCE5FB
(204,229,251)
#D2E8FB
(210,232,251)
#D8EBFB
(216,235,251)
#DEEEFB
(222,238,251)
#E4F1FB
(228,241,251)
#EAF4FB
(234,244,251)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D9FB color. Also use rgb(180,217,251) instead hex code.

Text Font Color

.myTextColor { color: #B4D9FB; }

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

This text font color is #B4D9FB.


Background Color

.myBgColor { background-color: #B4D9FB; }

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

This div background color is #B4D9FB.


Border color

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

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

This div border color is #B4D9FB.


Opacity

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

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

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

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

This text has shadow with #B4D9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D9FB on black background.


Color preview on white background

This text has color #B4D9FB on white background.



Black color preview on #B4D9FB background

This text has black color on #B4D9FB background.


White color preview on #B4D9FB background

This text has white color on #B4D9FB background.