COLOR #B6DAEA

HEX: #B6DAEA
RGB: (182,218,234)

Color info

#B6DAEA contains red, green and blue colors in about the same proportion. Web safe color of #B6DAEA is #CCCCFF (or #CCF).

RGB color model

#B6DAEA color RGB value is (182,218,234).

  • red value is 182;
  • green value is 218;
  • blue value is 234.
RGB:
(182,218,234)
(71%,85%,92%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 234 of 255 = 92%

182
218
234

R + G + B ~ 83%. #B6DAEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 234 = 634 (100%)
R 182 of 634 ~ 28.71%
G 218 of 634 ~ 34.38%
B 234 of 634 ~ 36.91%

%28.71
%34.38
%36.91

CMYK color model

#B6DAEA color CMYK value is (22,7,0,8).

  • cyan value is 22.22%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,7,0,8)
C22M7Y0K8 
(22%,7%,0%,8%)
(0.22/0.07/0.00/0.08)	

CMYK percentages

%22.22
%6.84
%0
%8.24

Codes

Color #B6DAEA in popluar color models

B6DAEA
RGB182218234
HSL198°55.32%81.57%
HSB/HSV198°22.22%91.76%
CMYK22.22%6.84%0.00%
8.24%

Color #B6DAEA in popluar number systems.

HEXB6DAEA
Decimal182218234
Binary101101101101101011101010
Octal266332352

Shades and tints

Shades of #B6DAEA

#B6DAEA
(182,218,234)
#A6C7D5
(166,199,213)
#96B4C0
(150,180,192)
#86A1AB
(134,161,171)
#768E96
(118,142,150)
#667B81
(102,123,129)
#56686C
(86,104,108)
#465557
(70,85,87)
#364242
(54,66,66)
#262F2D
(38,47,45)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #B6DAEA

#B6DAEA
(182,218,234)
#BCDDEB
(188,221,235)
#C2E0EC
(194,224,236)
#C8E3ED
(200,227,237)
#CEE6EE
(206,230,238)
#D4E9EF
(212,233,239)
#DAECF0
(218,236,240)
#E0EFF1
(224,239,241)
#E6F2F2
(230,242,242)
#ECF5F3
(236,245,243)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DAEA color. Also use rgb(182,218,234) instead hex code.

Text Font Color

.myTextColor { color: #B6DAEA; }

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

This text font color is #B6DAEA.


Background Color

.myBgColor { background-color: #B6DAEA; }

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

This div background color is #B6DAEA.


Border color

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

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

This div border color is #B6DAEA.


Opacity

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

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

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

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

This text has shadow with #B6DAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAEA on black background.


Color preview on white background

This text has color #B6DAEA on white background.



Black color preview on #B6DAEA background

This text has black color on #B6DAEA background.


White color preview on #B6DAEA background

This text has white color on #B6DAEA background.