COLOR #B6DAEF

HEX: #B6DAEF RGB: (182,218,239)

Color info

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

RGB color model

#B6DAEF color RGB value is (182,218,239).

RGB: (182,218,239) (71%, 85%, 94%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 239 of 255 = 94%

182
218
239

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

Portions of RGB colors in percentages

R + G + B = 182 + 218 + 239 = 639 (100%)
R 182 of 639 ~ 28.48%
G 218 of 639 ~ 34.12%
B 239 of 639 ~ 37.4'%

%28.48
%34.12
%37.4

CMYK color model

#B6DAEF color CMYK value is (24,9,0,6).

  • cyan value is 23.85%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (24,9,0,6) C24M9Y0K6 (24%,9%,0%,6%) (0.24/0.09/0.00/0.06) 

CMYK percentages

%23.85
%8.79
%0
%6.27

Codes

Color #B6DAEF in popluar color models

B6 DA EF
RGB 182 218 239
HSL 202° 64.04% 82.55%
HSB/HSV 202° 23.85% 93.73%
CMYK 23.85% 8.79% 0.00%
6.27%

Color #B6DAEF in popluar number systems.

HEX B6 DA EF
Decimal 182 218 239
Binary 10110110 11011010 11101111
Octal 266 332 357

Shades and tints

Shades of #B6DAEF

#B6DAEF
(182,218,239)
#A6C7DA
(166,199,218)
#96B4C5
(150,180,197)
#86A1B0
(134,161,176)
#768E9B
(118,142,155)
#667B86
(102,123,134)
#566871
(86,104,113)
#46555C
(70,85,92)
#364247
(54,66,71)
#262F32
(38,47,50)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #B6DAEF

#B6DAEF
(182,218,239)
#BCDDF0
(188,221,240)
#C2E0F1
(194,224,241)
#C8E3F2
(200,227,242)
#CEE6F3
(206,230,243)
#D4E9F4
(212,233,244)
#DAECF5
(218,236,245)
#E0EFF6
(224,239,246)
#E6F2F7
(230,242,247)
#ECF5F8
(236,245,248)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAEF; }

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

This text font color is #B6DAEF.

Background Color

.myBgColor { background-color: #B6DAEF; }

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

This div background color is #B6DAEF.

Border color

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

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

This div border color is #B6DAEF.

Opacity

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

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

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

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

This text has shadow with #B6DAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DAEF.

Preview

Color preview on black background

This text has color #B6DAEF on black background.


Color preview on white background

This text has color #B6DAEF on white background.


Black color preview on #B6DAEF background

This text has black color on #B6DAEF background.


White color preview on #B6DAEF background

This text has white color on #B6DAEF background.


Related colors

Complementary color

Complementary color for #hex is #492510.


I love getcolorcode.com

Triadic colors

1 #EFB6DA and #DAEFB6 with #B6DAEF are triadic colors.

2 #EFDAB6 and #DAB6EF with #B6DAEF are triadic colors.