COLOR #B1DFF9

HEX: #B1DFF9
RGB: (177,223,249)

Color info

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

RGB color model

#B1DFF9 color RGB value is (177,223,249).

  • red value is 177;
  • green value is 223;
  • blue value is 249.
RGB:
(177,223,249)
(69%,87%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 249 of 255 = 98%

177
223
249

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

Portions of RGB colors in percentages

R + G + B =
177 + 223 + 249 = 649 (100%)
R 177 of 649 ~ 27.27%
G 223 of 649 ~ 34.36%
B 249 of 649 ~ 38.37%

%27.27
%34.36
%38.37

CMYK color model

#B1DFF9 color CMYK value is (29,10,0,2).

  • cyan value is 28.92%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(29,10,0,2)
C29M10Y0K2 
(29%,10%,0%,2%)
(0.29/0.10/0.00/0.02)	

CMYK percentages

%28.92
%10.44
%0
%2.35

Codes

Color #B1DFF9 in popluar color models

B1DFF9
RGB177223249
HSL202°85.71%83.53%
HSB/HSV202°28.92%97.65%
CMYK28.92%10.44%0.00%
2.35%

Color #B1DFF9 in popluar number systems.

HEXB1DFF9
Decimal177223249
Binary101100011101111111111001
Octal261337371

Shades and tints

Shades of #B1DFF9

#B1DFF9
(177,223,249)
#A1CBE3
(161,203,227)
#91B7CD
(145,183,205)
#81A3B7
(129,163,183)
#718FA1
(113,143,161)
#617B8B
(97,123,139)
#516775
(81,103,117)
#41535F
(65,83,95)
#313F49
(49,63,73)
#212B33
(33,43,51)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #B1DFF9

#B1DFF9
(177,223,249)
#B8E1F9
(184,225,249)
#BFE3F9
(191,227,249)
#C6E5F9
(198,229,249)
#CDE7F9
(205,231,249)
#D4E9F9
(212,233,249)
#DBEBF9
(219,235,249)
#E2EDF9
(226,237,249)
#E9EFF9
(233,239,249)
#F0F1F9
(240,241,249)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DFF9 color. Also use rgb(177,223,249) instead hex code.

Text Font Color

.myTextColor { color: #B1DFF9; }

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

This text font color is #B1DFF9.


Background Color

.myBgColor { background-color: #B1DFF9; }

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

This div background color is #B1DFF9.


Border color

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

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

This div border color is #B1DFF9.


Opacity

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

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

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

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

This text has shadow with #B1DFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DFF9 on black background.


Color preview on white background

This text has color #B1DFF9 on white background.



Black color preview on #B1DFF9 background

This text has black color on #B1DFF9 background.


White color preview on #B1DFF9 background

This text has white color on #B1DFF9 background.