COLOR #B6D2F6

HEX: #B6D2F6 RGB: (182,210,246)

Color info

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

RGB color model

#B6D2F6 color RGB value is (182,210,246).

RGB: (182,210,246) (71%, 82%, 96%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 246 of 255 = 96%

182
210
246

R + G + B ~ 83%. #B6D2F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 210 + 246 = 638 (100%)
R 182 of 638 ~ 28.53%
G 210 of 638 ~ 32.92%
B 246 of 638 ~ 38.56'%

%28.53
%32.92
%38.56

CMYK color model

#B6D2F6 color CMYK value is (26,15,0,4).

  • cyan value is 26.02%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (26,15,0,4)
C26M15Y0K4 (26%, 15%, 0%, 4%)
(0.26 / 0.15 / 0.00 / 0.04)

CMYK percentages

%26.02
%14.63
%0
%3.53

Codes

Color #B6D2F6 in popluar color models

B6 D2 F6
RGB 182 210 246
HSL 214° 78.05% 83.92%
HSB/HSV 214° 26.02% 96.47%
CMYK 26.02% 14.63% 0.00%
3.53%

Color #B6D2F6 in popluar number systems.

HEX B6 D2 F6
Decimal 182 210 246
Binary 10110110 11010010 11110110
Octal 266 322 366

Shades and tints

Shades of #B6D2F6

#B6D2F6
(182,210,246)
#A6BFE0
(166,191,224)
#96ACCA
(150,172,202)
#8699B4
(134,153,180)
#76869E
(118,134,158)
#667388
(102,115,136)
#566072
(86,96,114)
#464D5C
(70,77,92)
#363A46
(54,58,70)
#262730
(38,39,48)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6D2F6

#B6D2F6
(182,210,246)
#BCD6F6
(188,214,246)
#C2DAF6
(194,218,246)
#C8DEF6
(200,222,246)
#CEE2F6
(206,226,246)
#D4E6F6
(212,230,246)
#DAEAF6
(218,234,246)
#E0EEF6
(224,238,246)
#E6F2F6
(230,242,246)
#ECF6F6
(236,246,246)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D2F6 color. Also use rgb(182,210,246) instead hex code.

Text Font Color

.myTextColor { color: #B6D2F6; }

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

This text font color is #B6D2F6.

Background Color

.myBgColor { background-color: #B6D2F6; }

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

This div background color is #B6D2F6.

Border color

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

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

This div border color is #B6D2F6.

Opacity

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

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

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

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

This text has shadow with #B6D2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D2F6.

Preview

Color preview on black background

This text has color #B6D2F6 on black background.


Color preview on white background

This text has color #B6D2F6 on white background.


Black color preview on #B6D2F6 background

This text has black color on #B6D2F6 background.


White color preview on #B6D2F6 background

This text has white color on #B6D2F6 background.


Related colors

Complementary color

Complementary color for #hex is #492D09.


I love getcolorcode.com

Triadic colors

1 #F6B6D2 and #D2F6B6 with #B6D2F6 are triadic colors.

2 #F6D2B6 and #D2B6F6 with #B6D2F6 are triadic colors.