COLOR #B6DBF6

HEX: #B6DBF6 RGB: (182,219,246)

Color info

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

RGB color model

#B6DBF6 color RGB value is (182,219,246).

RGB: (182,219,246) (71%, 86%, 96%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 246 of 255 = 96%

182
219
246

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

Portions of RGB colors in percentages

R + G + B = 182 + 219 + 246 = 647 (100%)
R 182 of 647 ~ 28.13%
G 219 of 647 ~ 33.85%
B 246 of 647 ~ 38.02'%

%28.13
%33.85
%38.02

CMYK color model

#B6DBF6 color CMYK value is (26,11,0,4).

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

CMYK: (26,11,0,4)
C26M11Y0K4 (26%, 11%, 0%, 4%)
(0.26 / 0.11 / 0.00 / 0.04)

CMYK percentages

%26.02
%10.98
%0
%3.53

Codes

Color #B6DBF6 in popluar color models

B6 DB F6
RGB 182 219 246
HSL 205° 78.05% 83.92%
HSB/HSV 205° 26.02% 96.47%
CMYK 26.02% 10.98% 0.00%
3.53%

Color #B6DBF6 in popluar number systems.

HEX B6 DB F6
Decimal 182 219 246
Binary 10110110 11011011 11110110
Octal 266 333 366

Shades and tints

Shades of #B6DBF6

#B6DBF6
(182,219,246)
#A6C8E0
(166,200,224)
#96B5CA
(150,181,202)
#86A2B4
(134,162,180)
#768F9E
(118,143,158)
#667C88
(102,124,136)
#566972
(86,105,114)
#46565C
(70,86,92)
#364346
(54,67,70)
#263030
(38,48,48)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #B6DBF6

#B6DBF6
(182,219,246)
#BCDEF6
(188,222,246)
#C2E1F6
(194,225,246)
#C8E4F6
(200,228,246)
#CEE7F6
(206,231,246)
#D4EAF6
(212,234,246)
#DAEDF6
(218,237,246)
#E0F0F6
(224,240,246)
#E6F3F6
(230,243,246)
#ECF6F6
(236,246,246)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBF6; }

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

This text font color is #B6DBF6.

Background Color

.myBgColor { background-color: #B6DBF6; }

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

This div background color is #B6DBF6.

Border color

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

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

This div border color is #B6DBF6.

Opacity

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

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

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

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

This text has shadow with #B6DBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DBF6.

Preview

Color preview on black background

This text has color #B6DBF6 on black background.


Color preview on white background

This text has color #B6DBF6 on white background.


Black color preview on #B6DBF6 background

This text has black color on #B6DBF6 background.


White color preview on #B6DBF6 background

This text has white color on #B6DBF6 background.


Related colors

Complementary color

Complementary color for #hex is #492409.


I love getcolorcode.com

Triadic colors

1 #F6B6DB and #DBF6B6 with #B6DBF6 are triadic colors.

2 #F6DBB6 and #DBB6F6 with #B6DBF6 are triadic colors.