COLOR #B1D5FF

HEX: #B1D5FF RGB: (177,213,255)

Color info

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

RGB color model

#B1D5FF color RGB value is (177,213,255).

RGB: (177,213,255) (69%, 84%, 100%)

RGB channels and saturation

R 177 of 255 = 69%
G 213 of 255 = 84%
B 255 of 255 = 100%

177
213
255

R + G + B ~ 84%. #B1D5FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 213 + 255 = 645 (100%)
R 177 of 645 ~ 27.44%
G 213 of 645 ~ 33.02%
B 255 of 645 ~ 39.53'%

%27.44
%33.02
%39.53

CMYK color model

#B1D5FF color CMYK value is (31,16,0,0).

  • cyan value is 30.59%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (31,16,0,0)
C31M16Y0K0 (31%, 16%, 0%, 0%)
(0.31 / 0.16 / 0.00 / 0.00)

CMYK percentages

%30.59
%16.47
%0
%0

Codes

Color #B1D5FF in popluar color models

B1 D5 FF
RGB 177 213 255
HSL 212° 100.00% 84.71%
HSB/HSV 212° 30.59% 100.00%
CMYK 30.59% 16.47% 0.00%
0.00%

Color #B1D5FF in popluar number systems.

HEX B1 D5 FF
Decimal 177 213 255
Binary 10110001 11010101 11111111
Octal 261 325 377

Shades and tints

Shades of #B1D5FF

#B1D5FF
(177,213,255)
#A1C2E8
(161,194,232)
#91AFD1
(145,175,209)
#819CBA
(129,156,186)
#7189A3
(113,137,163)
#61768C
(97,118,140)
#516375
(81,99,117)
#41505E
(65,80,94)
#313D47
(49,61,71)
#212A30
(33,42,48)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #B1D5FF

#B1D5FF
(177,213,255)
#B8D8FF
(184,216,255)
#BFDBFF
(191,219,255)
#C6DEFF
(198,222,255)
#CDE1FF
(205,225,255)
#D4E4FF
(212,228,255)
#DBE7FF
(219,231,255)
#E2EAFF
(226,234,255)
#E9EDFF
(233,237,255)
#F0F0FF
(240,240,255)
#F7F3FF
(247,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D5FF; }

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

This text font color is #B1D5FF.

Background Color

.myBgColor { background-color: #B1D5FF; }

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

This div background color is #B1D5FF.

Border color

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

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

This div border color is #B1D5FF.

Opacity

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

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

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

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

This text has shadow with #B1D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D5FF.

Preview

Color preview on black background

This text has color #B1D5FF on black background.


Color preview on white background

This text has color #B1D5FF on white background.


Black color preview on #B1D5FF background

This text has black color on #B1D5FF background.


White color preview on #B1D5FF background

This text has white color on #B1D5FF background.


Related colors

Complementary color

Complementary color for #hex is #4E2A00.


I love getcolorcode.com

Triadic colors

1 #FFB1D5 and #D5FFB1 with #B1D5FF are triadic colors.

2 #FFD5B1 and #D5B1FF with #B1D5FF are triadic colors.