COLOR #B4D8FF

HEX: #B4D8FF
RGB: (180,216,255)

Color info

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

RGB color model

#B4D8FF color RGB value is (180,216,255).

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

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 255 of 255 = 100%

180
216
255

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

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 255 = 651 (100%)
R 180 of 651 ~ 27.65%
G 216 of 651 ~ 33.18%
B 255 of 651 ~ 39.17%

%27.65
%33.18
%39.17

CMYK color model

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

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

CMYK percentages

%29.41
%15.29
%0
%0

Codes

Color #B4D8FF in popluar color models

B4D8FF
RGB180216255
HSL211°100.00%85.29%
HSB/HSV211°29.41%100.00%
CMYK29.41%15.29%0.00%
0.00%

Color #B4D8FF in popluar number systems.

HEXB4D8FF
Decimal180216255
Binary101101001101100011111111
Octal264330377

Shades and tints

Shades of #B4D8FF

#B4D8FF
(180,216,255)
#A4C5E8
(164,197,232)
#94B2D1
(148,178,209)
#849FBA
(132,159,186)
#748CA3
(116,140,163)
#64798C
(100,121,140)
#546675
(84,102,117)
#44535E
(68,83,94)
#344047
(52,64,71)
#242D30
(36,45,48)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4D8FF

#B4D8FF
(180,216,255)
#BADBFF
(186,219,255)
#C0DEFF
(192,222,255)
#C6E1FF
(198,225,255)
#CCE4FF
(204,228,255)
#D2E7FF
(210,231,255)
#D8EAFF
(216,234,255)
#DEEDFF
(222,237,255)
#E4F0FF
(228,240,255)
#EAF3FF
(234,243,255)
#F0F6FF
(240,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8FF color. Also use rgb(180,216,255) instead hex code.

Text Font Color

.myTextColor { color: #B4D8FF; }

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

This text font color is #B4D8FF.


Background Color

.myBgColor { background-color: #B4D8FF; }

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

This div background color is #B4D8FF.


Border color

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

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

This div border color is #B4D8FF.


Opacity

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

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

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

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

This text has shadow with #B4D8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D8FF on black background.


Color preview on white background

This text has color #B4D8FF on white background.



Black color preview on #B4D8FF background

This text has black color on #B4D8FF background.


White color preview on #B4D8FF background

This text has white color on #B4D8FF background.