COLOR #B6D9F6

HEX: #B6D9F6 RGB: (182,217,246)

Color info

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

RGB color model

#B6D9F6 color RGB value is (182,217,246).

RGB: (182,217,246) (71%, 85%, 96%)

RGB channels and saturation

R 182 of 255 = 71%
G 217 of 255 = 85%
B 246 of 255 = 96%

182
217
246

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

Portions of RGB colors in percentages

R + G + B = 182 + 217 + 246 = 645 (100%)
R 182 of 645 ~ 28.22%
G 217 of 645 ~ 33.64%
B 246 of 645 ~ 38.14'%

%28.22
%33.64
%38.14

CMYK color model

#B6D9F6 color CMYK value is (26,12,0,4).

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

CMYK: (26,12,0,4)
C26M12Y0K4 (26%, 12%, 0%, 4%)
(0.26 / 0.12 / 0.00 / 0.04)

CMYK percentages

%26.02
%11.79
%0
%3.53

Codes

Color #B6D9F6 in popluar color models

B6 D9 F6
RGB 182 217 246
HSL 207° 78.05% 83.92%
HSB/HSV 207° 26.02% 96.47%
CMYK 26.02% 11.79% 0.00%
3.53%

Color #B6D9F6 in popluar number systems.

HEX B6 D9 F6
Decimal 182 217 246
Binary 10110110 11011001 11110110
Octal 266 331 366

Shades and tints

Shades of #B6D9F6

#B6D9F6
(182,217,246)
#A6C6E0
(166,198,224)
#96B3CA
(150,179,202)
#86A0B4
(134,160,180)
#768D9E
(118,141,158)
#667A88
(102,122,136)
#566772
(86,103,114)
#46545C
(70,84,92)
#364146
(54,65,70)
#262E30
(38,46,48)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #B6D9F6

#B6D9F6
(182,217,246)
#BCDCF6
(188,220,246)
#C2DFF6
(194,223,246)
#C8E2F6
(200,226,246)
#CEE5F6
(206,229,246)
#D4E8F6
(212,232,246)
#DAEBF6
(218,235,246)
#E0EEF6
(224,238,246)
#E6F1F6
(230,241,246)
#ECF4F6
(236,244,246)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D9F6; }

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

This text font color is #B6D9F6.

Background Color

.myBgColor { background-color: #B6D9F6; }

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

This div background color is #B6D9F6.

Border color

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

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

This div border color is #B6D9F6.

Opacity

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

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

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

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

This text has shadow with #B6D9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D9F6.

Preview

Color preview on black background

This text has color #B6D9F6 on black background.


Color preview on white background

This text has color #B6D9F6 on white background.


Black color preview on #B6D9F6 background

This text has black color on #B6D9F6 background.


White color preview on #B6D9F6 background

This text has white color on #B6D9F6 background.


Related colors

Complementary color

Complementary color for #hex is #492609.


I love getcolorcode.com

Triadic colors

1 #F6B6D9 and #D9F6B6 with #B6D9F6 are triadic colors.

2 #F6D9B6 and #D9B6F6 with #B6D9F6 are triadic colors.