COLOR #B1DAED

HEX: #B1DAED
RGB: (177,218,237)

Color info

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

RGB color model

#B1DAED color RGB value is (177,218,237).

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

RGB channels and saturation

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

177
218
237

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

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 237 = 632 (100%)
R 177 of 632 ~ 28.01%
G 218 of 632 ~ 34.49%
B 237 of 632 ~ 37.5%

%28.01
%34.49
%37.5

CMYK color model

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

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

CMYK percentages

%25.32
%8.02
%0
%7.06

Codes

Color #B1DAED in popluar color models

B1DAED
RGB177218237
HSL199°62.50%81.18%
HSB/HSV199°25.32%92.94%
CMYK25.32%8.02%0.00%
7.06%

Color #B1DAED in popluar number systems.

HEXB1DAED
Decimal177218237
Binary101100011101101011101101
Octal261332355

Shades and tints

Shades of #B1DAED

#B1DAED
(177,218,237)
#A1C7D8
(161,199,216)
#91B4C3
(145,180,195)
#81A1AE
(129,161,174)
#718E99
(113,142,153)
#617B84
(97,123,132)
#51686F
(81,104,111)
#41555A
(65,85,90)
#314245
(49,66,69)
#212F30
(33,47,48)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #B1DAED

#B1DAED
(177,218,237)
#B8DDEE
(184,221,238)
#BFE0EF
(191,224,239)
#C6E3F0
(198,227,240)
#CDE6F1
(205,230,241)
#D4E9F2
(212,233,242)
#DBECF3
(219,236,243)
#E2EFF4
(226,239,244)
#E9F2F5
(233,242,245)
#F0F5F6
(240,245,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DAED; }

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

This text font color is #B1DAED.


Background Color

.myBgColor { background-color: #B1DAED; }

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

This div background color is #B1DAED.


Border color

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

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

This div border color is #B1DAED.


Opacity

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

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

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

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

This text has shadow with #B1DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DAED on black background.


Color preview on white background

This text has color #B1DAED on white background.



Black color preview on #B1DAED background

This text has black color on #B1DAED background.


White color preview on #B1DAED background

This text has white color on #B1DAED background.