COLOR #B6DBDF

HEX: #B6DBDF
RGB: (182,219,223)

Color info

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

RGB color model

#B6DBDF color RGB value is (182,219,223).

  • red value is 182;
  • green value is 219;
  • blue value is 223.
RGB: (182,219,223) (71%,86%,87%)

RGB channels and saturation

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

182
219
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 223 = 624 (100%)
R 182 of 624 ~ 29.17%
G 219 of 624 ~ 35.1%
B 223 of 624 ~ 35.74%

%29.17
%35.1
%35.74

CMYK color model

#B6DBDF color CMYK value is (18,2,0,13).

  • cyan value is 18.39%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (18,2,0,13) C18M2Y0K13 (18%,2%,0%,13%) (0.18/0.02/0.00/0.13)

CMYK percentages

%18.39
%1.79
%0
%12.55

Codes

Color #B6DBDF in popluar color models

B6DBDF
RGB182219223
HSL186°39.05%79.41%
HSB/HSV186°18.39%87.45%
CMYK18.39%1.79%0.00%
12.55%

Color #B6DBDF in popluar number systems.

HEXB6DBDF
Decimal182219223
Binary101101101101101111011111
Octal266333337

Shades and tints

Shades of #B6DBDF

#B6DBDF
(182,219,223)
#A6C8CB
(166,200,203)
#96B5B7
(150,181,183)
#86A2A3
(134,162,163)
#768F8F
(118,143,143)
#667C7B
(102,124,123)
#566967
(86,105,103)
#465653
(70,86,83)
#36433F
(54,67,63)
#26302B
(38,48,43)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #B6DBDF

#B6DBDF
(182,219,223)
#BCDEE1
(188,222,225)
#C2E1E3
(194,225,227)
#C8E4E5
(200,228,229)
#CEE7E7
(206,231,231)
#D4EAE9
(212,234,233)
#DAEDEB
(218,237,235)
#E0F0ED
(224,240,237)
#E6F3EF
(230,243,239)
#ECF6F1
(236,246,241)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBDF; }

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

This text font color is #B6DBDF.


Background Color

.myBgColor { background-color: #B6DBDF; }

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

This div background color is #B6DBDF.


Border color

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

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

This div border color is #B6DBDF.


Opacity

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

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

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

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

This text has shadow with #B6DBDF color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #B6DBDF; -webkit-box-shadow:	1px 1px 3px 2px #B6DBDF; box-shadow:	1px 1px 3px 2px #B6DBDF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6DBDF; -webkit-box-shadow: 1px 1px 3px 2px #B6DBDF; box-shadow:1px 1px 3px 2px #B6DBDF;">
Div content here</div>
This div box has shadow with color #B6DBDF.

Preview

Color preview on black background

This text has color #B6DBDF on black background.


Color preview on white background

This text has color #B6DBDF on white background.



Black color preview on #B6DBDF background

This text has black color on #B6DBDF background.


White color preview on #B6DBDF background

This text has white color on #B6DBDF background.