COLOR #B1D9EC

HEX: #B1D9EC
RGB: (177,217,236)

Color info

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

RGB color model

#B1D9EC color RGB value is (177,217,236).

  • red value is 177;
  • green value is 217;
  • blue value is 236.
RGB:
(177,217,236)
(69%,85%,93%)

RGB channels and saturation

R 177 of 255 = 69%
G 217 of 255 = 85%
B 236 of 255 = 93%

177
217
236

R + G + B ~ 82%. #B1D9EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 217 + 236 = 630 (100%)
R 177 of 630 ~ 28.1%
G 217 of 630 ~ 34.44%
B 236 of 630 ~ 37.46%

%28.1
%34.44
%37.46

CMYK color model

#B1D9EC color CMYK value is (25,8,0,7).

  • cyan value is 25.00%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(25,8,0,7)
C25M8Y0K7 
(25%,8%,0%,7%)
(0.25/0.08/0.00/0.07)	

CMYK percentages

%25
%8.05
%0
%7.45

Codes

Color #B1D9EC in popluar color models

B1D9EC
RGB177217236
HSL199°60.82%80.98%
HSB/HSV199°25.00%92.55%
CMYK25.00%8.05%0.00%
7.45%

Color #B1D9EC in popluar number systems.

HEXB1D9EC
Decimal177217236
Binary101100011101100111101100
Octal261331354

Shades and tints

Shades of #B1D9EC

#B1D9EC
(177,217,236)
#A1C6D7
(161,198,215)
#91B3C2
(145,179,194)
#81A0AD
(129,160,173)
#718D98
(113,141,152)
#617A83
(97,122,131)
#51676E
(81,103,110)
#415459
(65,84,89)
#314144
(49,65,68)
#212E2F
(33,46,47)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #B1D9EC

#B1D9EC
(177,217,236)
#B8DCED
(184,220,237)
#BFDFEE
(191,223,238)
#C6E2EF
(198,226,239)
#CDE5F0
(205,229,240)
#D4E8F1
(212,232,241)
#DBEBF2
(219,235,242)
#E2EEF3
(226,238,243)
#E9F1F4
(233,241,244)
#F0F4F5
(240,244,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D9EC color. Also use rgb(177,217,236) instead hex code.

Text Font Color

.myTextColor { color: #B1D9EC; }

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

This text font color is #B1D9EC.


Background Color

.myBgColor { background-color: #B1D9EC; }

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

This div background color is #B1D9EC.


Border color

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

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

This div border color is #B1D9EC.


Opacity

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

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

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

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

This text has shadow with #B1D9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D9EC on black background.


Color preview on white background

This text has color #B1D9EC on white background.



Black color preview on #B1D9EC background

This text has black color on #B1D9EC background.


White color preview on #B1D9EC background

This text has white color on #B1D9EC background.