COLOR #B6DBDE

HEX: #B6DBDE RGB: (182,219,222)

Color info

#B6DBDE contains red, green and blue colors in about the same proportion. Web safe color of #B6DBDE is #CCCCCC (or #CCC).

RGB color model

#B6DBDE color RGB value is (182,219,222).

RGB: (182,219,222) (71%, 86%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 222 of 255 = 87%

182
219
222

R + G + B ~ 81%. #B6DBDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 219 + 222 = 623 (100%)
R 182 of 623 ~ 29.21%
G 219 of 623 ~ 35.15%
B 222 of 623 ~ 35.63'%

%29.21
%35.15
%35.63

CMYK color model

#B6DBDE color CMYK value is (18,1,0,13).

  • cyan value is 18.02%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (18,1,0,13)
C18M1Y0K13 (18%, 1%, 0%, 13%)
(0.18 / 0.01 / 0.00 / 0.13)

CMYK percentages

%18.02
%1.35
%0
%12.94

Codes

Color #B6DBDE in popluar color models

B6 DB DE
RGB 182 219 222
HSL 185° 37.74% 79.22%
HSB/HSV 185° 18.02% 87.06%
CMYK 18.02% 1.35% 0.00%
12.94%

Color #B6DBDE in popluar number systems.

HEX B6 DB DE
Decimal 182 219 222
Binary 10110110 11011011 11011110
Octal 266 333 336

Shades and tints

Shades of #B6DBDE

#B6DBDE
(182,219,222)
#A6C8CA
(166,200,202)
#96B5B6
(150,181,182)
#86A2A2
(134,162,162)
#768F8E
(118,143,142)
#667C7A
(102,124,122)
#566966
(86,105,102)
#465652
(70,86,82)
#36433E
(54,67,62)
#26302A
(38,48,42)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #B6DBDE

#B6DBDE
(182,219,222)
#BCDEE1
(188,222,225)
#C2E1E4
(194,225,228)
#C8E4E7
(200,228,231)
#CEE7EA
(206,231,234)
#D4EAED
(212,234,237)
#DAEDF0
(218,237,240)
#E0F0F3
(224,240,243)
#E6F3F6
(230,243,246)
#ECF6F9
(236,246,249)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBDE; }

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

This text font color is #B6DBDE.

Background Color

.myBgColor { background-color: #B6DBDE; }

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

This div background color is #B6DBDE.

Border color

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

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

This div border color is #B6DBDE.

Opacity

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

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

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

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

This text has shadow with #B6DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DBDE.

Preview

Color preview on black background

This text has color #B6DBDE on black background.


Color preview on white background

This text has color #B6DBDE on white background.


Black color preview on #B6DBDE background

This text has black color on #B6DBDE background.


White color preview on #B6DBDE background

This text has white color on #B6DBDE background.


Related colors

Complementary color

Complementary color for #hex is #492421.


I love getcolorcode.com

Triadic colors

1 #DEB6DB and #DBDEB6 with #B6DBDE are triadic colors.

2 #DEDBB6 and #DBB6DE with #B6DBDE are triadic colors.