COLOR #B6D2E9

HEX: #B6D2E9
RGB: (182,210,233)

Color info

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

RGB color model

#B6D2E9 color RGB value is (182,210,233).

  • red value is 182;
  • green value is 210;
  • blue value is 233.
RGB:
(182,210,233)
(71%,82%,91%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 233 of 255 = 91%

182
210
233

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

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 233 = 625 (100%)
R 182 of 625 ~ 29.12%
G 210 of 625 ~ 33.6%
B 233 of 625 ~ 37.28%

%29.12
%33.6
%37.28

CMYK color model

#B6D2E9 color CMYK value is (22,10,0,9).

  • cyan value is 21.89%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(22,10,0,9)
C22M10Y0K9 
(22%,10%,0%,9%)
(0.22/0.10/0.00/0.09)	

CMYK percentages

%21.89
%9.87
%0
%8.63

Codes

Color #B6D2E9 in popluar color models

B6D2E9
RGB182210233
HSL207°53.68%81.37%
HSB/HSV207°21.89%91.37%
CMYK21.89%9.87%0.00%
8.63%

Color #B6D2E9 in popluar number systems.

HEXB6D2E9
Decimal182210233
Binary101101101101001011101001
Octal266322351

Shades and tints

Shades of #B6D2E9

#B6D2E9
(182,210,233)
#A6BFD4
(166,191,212)
#96ACBF
(150,172,191)
#8699AA
(134,153,170)
#768695
(118,134,149)
#667380
(102,115,128)
#56606B
(86,96,107)
#464D56
(70,77,86)
#363A41
(54,58,65)
#26272C
(38,39,44)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6D2E9

#B6D2E9
(182,210,233)
#BCD6EB
(188,214,235)
#C2DAED
(194,218,237)
#C8DEEF
(200,222,239)
#CEE2F1
(206,226,241)
#D4E6F3
(212,230,243)
#DAEAF5
(218,234,245)
#E0EEF7
(224,238,247)
#E6F2F9
(230,242,249)
#ECF6FB
(236,246,251)
#F2FAFD
(242,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D2E9 color. Also use rgb(182,210,233) instead hex code.

Text Font Color

.myTextColor { color: #B6D2E9; }

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

This text font color is #B6D2E9.


Background Color

.myBgColor { background-color: #B6D2E9; }

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

This div background color is #B6D2E9.


Border color

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

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

This div border color is #B6D2E9.


Opacity

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

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

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

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

This text has shadow with #B6D2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D2E9 on black background.


Color preview on white background

This text has color #B6D2E9 on white background.



Black color preview on #B6D2E9 background

This text has black color on #B6D2E9 background.


White color preview on #B6D2E9 background

This text has white color on #B6D2E9 background.