COLOR #B6DAFB

HEX: #B6DAFB
RGB: (182,218,251)

Color info

#B6DAFB contains mainly green and blue colors. Web safe color of #B6DAFB is #CCCCFF (or #CCF).

RGB color model

#B6DAFB color RGB value is (182,218,251).

  • red value is 182;
  • green value is 218;
  • blue value is 251.
RGB:
(182,218,251)
(71%,85%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 251 of 255 = 98%

182
218
251

R + G + B ~ 85%. #B6DAFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 251 = 651 (100%)
R 182 of 651 ~ 27.96%
G 218 of 651 ~ 33.49%
B 251 of 651 ~ 38.56%

%27.96
%33.49
%38.56

CMYK color model

#B6DAFB color CMYK value is (27,13,0,2).

  • cyan value is 27.49%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,13,0,2)
C27M13Y0K2 
(27%,13%,0%,2%)
(0.27/0.13/0.00/0.02)	

CMYK percentages

%27.49
%13.15
%0
%1.57

Codes

Color #B6DAFB in popluar color models

B6DAFB
RGB182218251
HSL209°89.61%84.90%
HSB/HSV209°27.49%98.43%
CMYK27.49%13.15%0.00%
1.57%

Color #B6DAFB in popluar number systems.

HEXB6DAFB
Decimal182218251
Binary101101101101101011111011
Octal266332373

Shades and tints

Shades of #B6DAFB

#B6DAFB
(182,218,251)
#A6C7E5
(166,199,229)
#96B4CF
(150,180,207)
#86A1B9
(134,161,185)
#768EA3
(118,142,163)
#667B8D
(102,123,141)
#566877
(86,104,119)
#465561
(70,85,97)
#36424B
(54,66,75)
#262F35
(38,47,53)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #B6DAFB

#B6DAFB
(182,218,251)
#BCDDFB
(188,221,251)
#C2E0FB
(194,224,251)
#C8E3FB
(200,227,251)
#CEE6FB
(206,230,251)
#D4E9FB
(212,233,251)
#DAECFB
(218,236,251)
#E0EFFB
(224,239,251)
#E6F2FB
(230,242,251)
#ECF5FB
(236,245,251)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DAFB color. Also use rgb(182,218,251) instead hex code.

Text Font Color

.myTextColor { color: #B6DAFB; }

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

This text font color is #B6DAFB.


Background Color

.myBgColor { background-color: #B6DAFB; }

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

This div background color is #B6DAFB.


Border color

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

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

This div border color is #B6DAFB.


Opacity

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

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

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

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

This text has shadow with #B6DAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAFB on black background.


Color preview on white background

This text has color #B6DAFB on white background.



Black color preview on #B6DAFB background

This text has black color on #B6DAFB background.


White color preview on #B6DAFB background

This text has white color on #B6DAFB background.