COLOR #B6DBE5

HEX: #B6DBE5
RGB: (182,219,229)

Color info

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

RGB color model

#B6DBE5 color RGB value is (182,219,229).

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

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 229 of 255 = 90%

182
219
229

R + G + B ~ 82%. #B6DBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 229 = 630 (100%)
R 182 of 630 ~ 28.89%
G 219 of 630 ~ 34.76%
B 229 of 630 ~ 36.35%

%28.89
%34.76
%36.35

CMYK color model

#B6DBE5 color CMYK value is (21,4,0,10).

  • cyan value is 20.52%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,4,0,10)
C21M4Y0K10 
(21%,4%,0%,10%)
(0.21/0.04/0.00/0.10)	

CMYK percentages

%20.52
%4.37
%0
%10.2

Codes

Color #B6DBE5 in popluar color models

B6DBE5
RGB182219229
HSL193°47.47%80.59%
HSB/HSV193°20.52%89.80%
CMYK20.52%4.37%0.00%
10.20%

Color #B6DBE5 in popluar number systems.

HEXB6DBE5
Decimal182219229
Binary101101101101101111100101
Octal266333345

Shades and tints

Shades of #B6DBE5

#B6DBE5
(182,219,229)
#A6C8D1
(166,200,209)
#96B5BD
(150,181,189)
#86A2A9
(134,162,169)
#768F95
(118,143,149)
#667C81
(102,124,129)
#56696D
(86,105,109)
#465659
(70,86,89)
#364345
(54,67,69)
#263031
(38,48,49)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #B6DBE5

#B6DBE5
(182,219,229)
#BCDEE7
(188,222,231)
#C2E1E9
(194,225,233)
#C8E4EB
(200,228,235)
#CEE7ED
(206,231,237)
#D4EAEF
(212,234,239)
#DAEDF1
(218,237,241)
#E0F0F3
(224,240,243)
#E6F3F5
(230,243,245)
#ECF6F7
(236,246,247)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBE5; }

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

This text font color is #B6DBE5.


Background Color

.myBgColor { background-color: #B6DBE5; }

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

This div background color is #B6DBE5.


Border color

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

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

This div border color is #B6DBE5.


Opacity

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

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

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

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

This text has shadow with #B6DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBE5 on black background.


Color preview on white background

This text has color #B6DBE5 on white background.



Black color preview on #B6DBE5 background

This text has black color on #B6DBE5 background.


White color preview on #B6DBE5 background

This text has white color on #B6DBE5 background.