COLOR #B1DAEC

HEX: #B1DAEC
RGB: (177,218,236)

Color info

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

RGB color model

#B1DAEC color RGB value is (177,218,236).

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

RGB channels and saturation

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

177
218
236

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

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 236 = 631 (100%)
R 177 of 631 ~ 28.05%
G 218 of 631 ~ 34.55%
B 236 of 631 ~ 37.4%

%28.05
%34.55
%37.4

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 7.63%
  • 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
%7.63
%0
%7.45

Codes

Color #B1DAEC in popluar color models

B1DAEC
RGB177218236
HSL198°60.82%80.98%
HSB/HSV198°25.00%92.55%
CMYK25.00%7.63%0.00%
7.45%

Color #B1DAEC in popluar number systems.

HEXB1DAEC
Decimal177218236
Binary101100011101101011101100
Octal261332354

Shades and tints

Shades of #B1DAEC

#B1DAEC
(177,218,236)
#A1C7D7
(161,199,215)
#91B4C2
(145,180,194)
#81A1AD
(129,161,173)
#718E98
(113,142,152)
#617B83
(97,123,131)
#51686E
(81,104,110)
#415559
(65,85,89)
#314244
(49,66,68)
#212F2F
(33,47,47)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #B1DAEC

#B1DAEC
(177,218,236)
#B8DDED
(184,221,237)
#BFE0EE
(191,224,238)
#C6E3EF
(198,227,239)
#CDE6F0
(205,230,240)
#D4E9F1
(212,233,241)
#DBECF2
(219,236,242)
#E2EFF3
(226,239,243)
#E9F2F4
(233,242,244)
#F0F5F5
(240,245,245)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DAEC; }

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

This text font color is #B1DAEC.


Background Color

.myBgColor { background-color: #B1DAEC; }

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

This div background color is #B1DAEC.


Border color

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

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

This div border color is #B1DAEC.


Opacity

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

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

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

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

This text has shadow with #B1DAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DAEC on black background.


Color preview on white background

This text has color #B1DAEC on white background.



Black color preview on #B1DAEC background

This text has black color on #B1DAEC background.


White color preview on #B1DAEC background

This text has white color on #B1DAEC background.