COLOR #B1D3E5

HEX: #B1D3E5
RGB: (177,211,229)

Color info

#B1D3E5 contains red, green and blue colors in about the same proportion. Web safe color of #B1D3E5 is #99CCCC (or #9CC).

RGB color model

#B1D3E5 color RGB value is (177,211,229).

  • red value is 177;
  • green value is 211;
  • blue value is 229.
RGB:
(177,211,229)
(69%,83%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 229 of 255 = 90%

177
211
229

R + G + B ~ 81%. #B1D3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 229 = 617 (100%)
R 177 of 617 ~ 28.69%
G 211 of 617 ~ 34.2%
B 229 of 617 ~ 37.12%

%28.69
%34.2
%37.12

CMYK color model

#B1D3E5 color CMYK value is (23,8,0,10).

  • cyan value is 22.71%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,8,0,10)
C23M8Y0K10 
(23%,8%,0%,10%)
(0.23/0.08/0.00/0.10)	

CMYK percentages

%22.71
%7.86
%0
%10.2

Codes

Color #B1D3E5 in popluar color models

B1D3E5
RGB177211229
HSL201°50.00%79.61%
HSB/HSV201°22.71%89.80%
CMYK22.71%7.86%0.00%
10.20%

Color #B1D3E5 in popluar number systems.

HEXB1D3E5
Decimal177211229
Binary101100011101001111100101
Octal261323345

Shades and tints

Shades of #B1D3E5

#B1D3E5
(177,211,229)
#A1C0D1
(161,192,209)
#91ADBD
(145,173,189)
#819AA9
(129,154,169)
#718795
(113,135,149)
#617481
(97,116,129)
#51616D
(81,97,109)
#414E59
(65,78,89)
#313B45
(49,59,69)
#212831
(33,40,49)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #B1D3E5

#B1D3E5
(177,211,229)
#B8D7E7
(184,215,231)
#BFDBE9
(191,219,233)
#C6DFEB
(198,223,235)
#CDE3ED
(205,227,237)
#D4E7EF
(212,231,239)
#DBEBF1
(219,235,241)
#E2EFF3
(226,239,243)
#E9F3F5
(233,243,245)
#F0F7F7
(240,247,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D3E5 color. Also use rgb(177,211,229) instead hex code.

Text Font Color

.myTextColor { color: #B1D3E5; }

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

This text font color is #B1D3E5.


Background Color

.myBgColor { background-color: #B1D3E5; }

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

This div background color is #B1D3E5.


Border color

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

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

This div border color is #B1D3E5.


Opacity

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

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

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

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

This text has shadow with #B1D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D3E5 on black background.


Color preview on white background

This text has color #B1D3E5 on white background.



Black color preview on #B1D3E5 background

This text has black color on #B1D3E5 background.


White color preview on #B1D3E5 background

This text has white color on #B1D3E5 background.