COLOR #B6DAFA

HEX: #B6DAFA
RGB: (182,218,250)

Color info

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

RGB color model

#B6DAFA color RGB value is (182,218,250).

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

RGB channels and saturation

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

182
218
250

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

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 250 = 650 (100%)
R 182 of 650 ~ 28%
G 218 of 650 ~ 33.54%
B 250 of 650 ~ 38.46%

%28
%33.54
%38.46

CMYK color model

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

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

CMYK percentages

%27.2
%12.8
%0
%1.96

Codes

Color #B6DAFA in popluar color models

B6DAFA
RGB182218250
HSL208°87.18%84.71%
HSB/HSV208°27.20%98.04%
CMYK27.20%12.80%0.00%
1.96%

Color #B6DAFA in popluar number systems.

HEXB6DAFA
Decimal182218250
Binary101101101101101011111010
Octal266332372

Shades and tints

Shades of #B6DAFA

#B6DAFA
(182,218,250)
#A6C7E4
(166,199,228)
#96B4CE
(150,180,206)
#86A1B8
(134,161,184)
#768EA2
(118,142,162)
#667B8C
(102,123,140)
#566876
(86,104,118)
#465560
(70,85,96)
#36424A
(54,66,74)
#262F34
(38,47,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #B6DAFA

#B6DAFA
(182,218,250)
#BCDDFA
(188,221,250)
#C2E0FA
(194,224,250)
#C8E3FA
(200,227,250)
#CEE6FA
(206,230,250)
#D4E9FA
(212,233,250)
#DAECFA
(218,236,250)
#E0EFFA
(224,239,250)
#E6F2FA
(230,242,250)
#ECF5FA
(236,245,250)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAFA; }

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

This text font color is #B6DAFA.


Background Color

.myBgColor { background-color: #B6DAFA; }

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

This div background color is #B6DAFA.


Border color

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

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

This div border color is #B6DAFA.


Opacity

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

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

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

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

This text has shadow with #B6DAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAFA on black background.


Color preview on white background

This text has color #B6DAFA on white background.



Black color preview on #B6DAFA background

This text has black color on #B6DAFA background.


White color preview on #B6DAFA background

This text has white color on #B6DAFA background.