COLOR #B6DAF1

HEX: #B6DAF1
RGB: (182,218,241)

Color info

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

RGB color model

#B6DAF1 color RGB value is (182,218,241).

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

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 241 of 255 = 95%

182
218
241

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

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 241 = 641 (100%)
R 182 of 641 ~ 28.39%
G 218 of 641 ~ 34.01%
B 241 of 641 ~ 37.6%

%28.39
%34.01
%37.6

CMYK color model

#B6DAF1 color CMYK value is (24,10,0,5).

  • cyan value is 24.48%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(24,10,0,5)
C24M10Y0K5 
(24%,10%,0%,5%)
(0.24/0.10/0.00/0.05)	

CMYK percentages

%24.48
%9.54
%0
%5.49

Codes

Color #B6DAF1 in popluar color models

B6DAF1
RGB182218241
HSL203°67.82%82.94%
HSB/HSV203°24.48%94.51%
CMYK24.48%9.54%0.00%
5.49%

Color #B6DAF1 in popluar number systems.

HEXB6DAF1
Decimal182218241
Binary101101101101101011110001
Octal266332361

Shades and tints

Shades of #B6DAF1

#B6DAF1
(182,218,241)
#A6C7DC
(166,199,220)
#96B4C7
(150,180,199)
#86A1B2
(134,161,178)
#768E9D
(118,142,157)
#667B88
(102,123,136)
#566873
(86,104,115)
#46555E
(70,85,94)
#364249
(54,66,73)
#262F34
(38,47,52)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #B6DAF1

#B6DAF1
(182,218,241)
#BCDDF2
(188,221,242)
#C2E0F3
(194,224,243)
#C8E3F4
(200,227,244)
#CEE6F5
(206,230,245)
#D4E9F6
(212,233,246)
#DAECF7
(218,236,247)
#E0EFF8
(224,239,248)
#E6F2F9
(230,242,249)
#ECF5FA
(236,245,250)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAF1; }

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

This text font color is #B6DAF1.


Background Color

.myBgColor { background-color: #B6DAF1; }

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

This div background color is #B6DAF1.


Border color

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

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

This div border color is #B6DAF1.


Opacity

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

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

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

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

This text has shadow with #B6DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAF1 on black background.


Color preview on white background

This text has color #B6DAF1 on white background.



Black color preview on #B6DAF1 background

This text has black color on #B6DAF1 background.


White color preview on #B6DAF1 background

This text has white color on #B6DAF1 background.