COLOR #B4D9FE

HEX: #B4D9FE
RGB: (180,217,254)

Color info

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

RGB color model

#B4D9FE color RGB value is (180,217,254).

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

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 254 of 255 = 100%

180
217
254

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

Portions of RGB colors in percentages

R + G + B =
180 + 217 + 254 = 651 (100%)
R 180 of 651 ~ 27.65%
G 217 of 651 ~ 33.33%
B 254 of 651 ~ 39.02%

%27.65
%33.33
%39.02

CMYK color model

#B4D9FE color CMYK value is (29,15,0,0).

  • cyan value is 29.13%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(29,15,0,0)
C29M15Y0K0 
(29%,15%,0%,0%)
(0.29/0.15/0.00/0.00)	

CMYK percentages

%29.13
%14.57
%0
%0.39

Codes

Color #B4D9FE in popluar color models

B4D9FE
RGB180217254
HSL210°97.37%85.10%
HSB/HSV210°29.13%99.61%
CMYK29.13%14.57%0.00%
0.39%

Color #B4D9FE in popluar number systems.

HEXB4D9FE
Decimal180217254
Binary101101001101100111111110
Octal264331376

Shades and tints

Shades of #B4D9FE

#B4D9FE
(180,217,254)
#A4C6E7
(164,198,231)
#94B3D0
(148,179,208)
#84A0B9
(132,160,185)
#748DA2
(116,141,162)
#647A8B
(100,122,139)
#546774
(84,103,116)
#44545D
(68,84,93)
#344146
(52,65,70)
#242E2F
(36,46,47)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #B4D9FE

#B4D9FE
(180,217,254)
#BADCFE
(186,220,254)
#C0DFFE
(192,223,254)
#C6E2FE
(198,226,254)
#CCE5FE
(204,229,254)
#D2E8FE
(210,232,254)
#D8EBFE
(216,235,254)
#DEEEFE
(222,238,254)
#E4F1FE
(228,241,254)
#EAF4FE
(234,244,254)
#F0F7FE
(240,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D9FE; }

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

This text font color is #B4D9FE.


Background Color

.myBgColor { background-color: #B4D9FE; }

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

This div background color is #B4D9FE.


Border color

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

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

This div border color is #B4D9FE.


Opacity

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

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

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

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

This text has shadow with #B4D9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D9FE on black background.


Color preview on white background

This text has color #B4D9FE on white background.



Black color preview on #B4D9FE background

This text has black color on #B4D9FE background.


White color preview on #B4D9FE background

This text has white color on #B4D9FE background.