COLOR #B1D8FF

HEX: #B1D8FF
RGB: (177,216,255)

Color info

#B1D8FF contains mainly green and blue colors. Web safe color of #B1D8FF is #99CCFF (or #9CF).

RGB color model

#B1D8FF color RGB value is (177,216,255).

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

RGB channels and saturation

R 177 of 255 = 69%
G 216 of 255 = 85%
B 255 of 255 = 100%

177
216
255

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

Portions of RGB colors in percentages

R + G + B =
177 + 216 + 255 = 648 (100%)
R 177 of 648 ~ 27.31%
G 216 of 648 ~ 33.33%
B 255 of 648 ~ 39.35%

%27.31
%33.33
%39.35

CMYK color model

#B1D8FF color CMYK value is (31,15,0,0).

  • cyan value is 30.59%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,15,0,0)
C31M15Y0K0 
(31%,15%,0%,0%)
(0.31/0.15/0.00/0.00)	

CMYK percentages

%30.59
%15.29
%0
%0

Codes

Color #B1D8FF in popluar color models

B1D8FF
RGB177216255
HSL210°100.00%84.71%
HSB/HSV210°30.59%100.00%
CMYK30.59%15.29%0.00%
0.00%

Color #B1D8FF in popluar number systems.

HEXB1D8FF
Decimal177216255
Binary101100011101100011111111
Octal261330377

Shades and tints

Shades of #B1D8FF

#B1D8FF
(177,216,255)
#A1C5E8
(161,197,232)
#91B2D1
(145,178,209)
#819FBA
(129,159,186)
#718CA3
(113,140,163)
#61798C
(97,121,140)
#516675
(81,102,117)
#41535E
(65,83,94)
#314047
(49,64,71)
#212D30
(33,45,48)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #B1D8FF

#B1D8FF
(177,216,255)
#B8DBFF
(184,219,255)
#BFDEFF
(191,222,255)
#C6E1FF
(198,225,255)
#CDE4FF
(205,228,255)
#D4E7FF
(212,231,255)
#DBEAFF
(219,234,255)
#E2EDFF
(226,237,255)
#E9F0FF
(233,240,255)
#F0F3FF
(240,243,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D8FF; }

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

This text font color is #B1D8FF.


Background Color

.myBgColor { background-color: #B1D8FF; }

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

This div background color is #B1D8FF.


Border color

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

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

This div border color is #B1D8FF.


Opacity

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

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

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

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

This text has shadow with #B1D8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D8FF on black background.


Color preview on white background

This text has color #B1D8FF on white background.



Black color preview on #B1D8FF background

This text has black color on #B1D8FF background.


White color preview on #B1D8FF background

This text has white color on #B1D8FF background.