COLOR #B6DBF7

HEX: #B6DBF7 RGB: (182,219,247)

Color info

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

RGB color model

#B6DBF7 color RGB value is (182,219,247).

RGB: (182,219,247) (71%, 86%, 97%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 247 of 255 = 97%

182
219
247

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

Portions of RGB colors in percentages

R + G + B = 182 + 219 + 247 = 648 (100%)
R 182 of 648 ~ 28.09%
G 219 of 648 ~ 33.8%
B 247 of 648 ~ 38.12'%

%28.09
%33.8
%38.12

CMYK color model

#B6DBF7 color CMYK value is (26,11,0,3).

  • cyan value is 26.32%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (26,11,0,3) C26M11Y0K3 (26%,11%,0%,3%) (0.26/0.11/0.00/0.03) 

CMYK percentages

%26.32
%11.34
%0
%3.14

Codes

Color #B6DBF7 in popluar color models

B6 DB F7
RGB 182 219 247
HSL 206° 80.25% 84.12%
HSB/HSV 206° 26.32% 96.86%
CMYK 26.32% 11.34% 0.00%
3.14%

Color #B6DBF7 in popluar number systems.

HEX B6 DB F7
Decimal 182 219 247
Binary 10110110 11011011 11110111
Octal 266 333 367

Shades and tints

Shades of #B6DBF7

#B6DBF7
(182,219,247)
#A6C8E1
(166,200,225)
#96B5CB
(150,181,203)
#86A2B5
(134,162,181)
#768F9F
(118,143,159)
#667C89
(102,124,137)
#566973
(86,105,115)
#46565D
(70,86,93)
#364347
(54,67,71)
#263031
(38,48,49)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #B6DBF7

#B6DBF7
(182,219,247)
#BCDEF7
(188,222,247)
#C2E1F7
(194,225,247)
#C8E4F7
(200,228,247)
#CEE7F7
(206,231,247)
#D4EAF7
(212,234,247)
#DAEDF7
(218,237,247)
#E0F0F7
(224,240,247)
#E6F3F7
(230,243,247)
#ECF6F7
(236,246,247)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBF7; }

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

This text font color is #B6DBF7.

Background Color

.myBgColor { background-color: #B6DBF7; }

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

This div background color is #B6DBF7.

Border color

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

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

This div border color is #B6DBF7.

Opacity

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

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

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

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

This text has shadow with #B6DBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DBF7.

Preview

Color preview on black background

This text has color #B6DBF7 on black background.


Color preview on white background

This text has color #B6DBF7 on white background.


Black color preview on #B6DBF7 background

This text has black color on #B6DBF7 background.


White color preview on #B6DBF7 background

This text has white color on #B6DBF7 background.


Related colors

Complementary color

Complementary color for #hex is #492408.


I love getcolorcode.com

Triadic colors

1 #F7B6DB and #DBF7B6 with #B6DBF7 are triadic colors.

2 #F7DBB6 and #DBB6F7 with #B6DBF7 are triadic colors.