COLOR #B1DFF0

HEX: #B1DFF0
RGB: (177,223,240)

Color info

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

RGB color model

#B1DFF0 color RGB value is (177,223,240).

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

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 240 of 255 = 94%

177
223
240

R + G + B ~ 83%. #B1DFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 223 + 240 = 640 (100%)
R 177 of 640 ~ 27.66%
G 223 of 640 ~ 34.84%
B 240 of 640 ~ 37.5%

%27.66
%34.84
%37.5

CMYK color model

#B1DFF0 color CMYK value is (26,7,0,6).

  • cyan value is 26.25%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(26,7,0,6)
C26M7Y0K6 
(26%,7%,0%,6%)
(0.26/0.07/0.00/0.06)	

CMYK percentages

%26.25
%7.08
%0
%5.88

Codes

Color #B1DFF0 in popluar color models

B1DFF0
RGB177223240
HSL196°67.74%81.76%
HSB/HSV196°26.25%94.12%
CMYK26.25%7.08%0.00%
5.88%

Color #B1DFF0 in popluar number systems.

HEXB1DFF0
Decimal177223240
Binary101100011101111111110000
Octal261337360

Shades and tints

Shades of #B1DFF0

#B1DFF0
(177,223,240)
#A1CBDB
(161,203,219)
#91B7C6
(145,183,198)
#81A3B1
(129,163,177)
#718F9C
(113,143,156)
#617B87
(97,123,135)
#516772
(81,103,114)
#41535D
(65,83,93)
#313F48
(49,63,72)
#212B33
(33,43,51)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #B1DFF0

#B1DFF0
(177,223,240)
#B8E1F1
(184,225,241)
#BFE3F2
(191,227,242)
#C6E5F3
(198,229,243)
#CDE7F4
(205,231,244)
#D4E9F5
(212,233,245)
#DBEBF6
(219,235,246)
#E2EDF7
(226,237,247)
#E9EFF8
(233,239,248)
#F0F1F9
(240,241,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DFF0; }

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

This text font color is #B1DFF0.


Background Color

.myBgColor { background-color: #B1DFF0; }

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

This div background color is #B1DFF0.


Border color

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

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

This div border color is #B1DFF0.


Opacity

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

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

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

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

This text has shadow with #B1DFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DFF0 on black background.


Color preview on white background

This text has color #B1DFF0 on white background.



Black color preview on #B1DFF0 background

This text has black color on #B1DFF0 background.


White color preview on #B1DFF0 background

This text has white color on #B1DFF0 background.