COLOR #B6DBF1

HEX: #B6DBF1
RGB: (182,219,241)

Color info

#B6DBF1 contains red, green and blue colors in about the same proportion. Web safe color of #B6DBF1 is #CCCCFF (or #CCF).

RGB color model

#B6DBF1 color RGB value is (182,219,241).

  • red value is 182;
  • green value is 219;
  • blue value is 241.
RGB:
(182,219,241)
(71%,86%,95%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 241 of 255 = 95%

182
219
241

R + G + B ~ 84%. #B6DBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 241 = 642 (100%)
R 182 of 642 ~ 28.35%
G 219 of 642 ~ 34.11%
B 241 of 642 ~ 37.54%

%28.35
%34.11
%37.54

CMYK color model

#B6DBF1 color CMYK value is (24,9,0,5).

  • cyan value is 24.48%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(24,9,0,5)
C24M9Y0K5 
(24%,9%,0%,5%)
(0.24/0.09/0.00/0.05)	

CMYK percentages

%24.48
%9.13
%0
%5.49

Codes

Color #B6DBF1 in popluar color models

B6DBF1
RGB182219241
HSL202°67.82%82.94%
HSB/HSV202°24.48%94.51%
CMYK24.48%9.13%0.00%
5.49%

Color #B6DBF1 in popluar number systems.

HEXB6DBF1
Decimal182219241
Binary101101101101101111110001
Octal266333361

Shades and tints

Shades of #B6DBF1

#B6DBF1
(182,219,241)
#A6C8DC
(166,200,220)
#96B5C7
(150,181,199)
#86A2B2
(134,162,178)
#768F9D
(118,143,157)
#667C88
(102,124,136)
#566973
(86,105,115)
#46565E
(70,86,94)
#364349
(54,67,73)
#263034
(38,48,52)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #B6DBF1

#B6DBF1
(182,219,241)
#BCDEF2
(188,222,242)
#C2E1F3
(194,225,243)
#C8E4F4
(200,228,244)
#CEE7F5
(206,231,245)
#D4EAF6
(212,234,246)
#DAEDF7
(218,237,247)
#E0F0F8
(224,240,248)
#E6F3F9
(230,243,249)
#ECF6FA
(236,246,250)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DBF1 color. Also use rgb(182,219,241) instead hex code.

Text Font Color

.myTextColor { color: #B6DBF1; }

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

This text font color is #B6DBF1.


Background Color

.myBgColor { background-color: #B6DBF1; }

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

This div background color is #B6DBF1.


Border color

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

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

This div border color is #B6DBF1.


Opacity

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

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

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

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

This text has shadow with #B6DBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBF1 on black background.


Color preview on white background

This text has color #B6DBF1 on white background.



Black color preview on #B6DBF1 background

This text has black color on #B6DBF1 background.


White color preview on #B6DBF1 background

This text has white color on #B6DBF1 background.