COLOR #B6D2ED

HEX: #B6D2ED
RGB: (182,210,237)

Color info

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

RGB color model

#B6D2ED color RGB value is (182,210,237).

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

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 237 of 255 = 93%

182
210
237

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

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 237 = 629 (100%)
R 182 of 629 ~ 28.93%
G 210 of 629 ~ 33.39%
B 237 of 629 ~ 37.68%

%28.93
%33.39
%37.68

CMYK color model

#B6D2ED color CMYK value is (23,11,0,7).

  • cyan value is 23.21%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,11,0,7)
C23M11Y0K7 
(23%,11%,0%,7%)
(0.23/0.11/0.00/0.07)	

CMYK percentages

%23.21
%11.39
%0
%7.06

Codes

Color #B6D2ED in popluar color models

B6D2ED
RGB182210237
HSL209°60.44%82.16%
HSB/HSV209°23.21%92.94%
CMYK23.21%11.39%0.00%
7.06%

Color #B6D2ED in popluar number systems.

HEXB6D2ED
Decimal182210237
Binary101101101101001011101101
Octal266322355

Shades and tints

Shades of #B6D2ED

#B6D2ED
(182,210,237)
#A6BFD8
(166,191,216)
#96ACC3
(150,172,195)
#8699AE
(134,153,174)
#768699
(118,134,153)
#667384
(102,115,132)
#56606F
(86,96,111)
#464D5A
(70,77,90)
#363A45
(54,58,69)
#262730
(38,39,48)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #B6D2ED

#B6D2ED
(182,210,237)
#BCD6EE
(188,214,238)
#C2DAEF
(194,218,239)
#C8DEF0
(200,222,240)
#CEE2F1
(206,226,241)
#D4E6F2
(212,230,242)
#DAEAF3
(218,234,243)
#E0EEF4
(224,238,244)
#E6F2F5
(230,242,245)
#ECF6F6
(236,246,246)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D2ED; }

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

This text font color is #B6D2ED.


Background Color

.myBgColor { background-color: #B6D2ED; }

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

This div background color is #B6D2ED.


Border color

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

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

This div border color is #B6D2ED.


Opacity

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

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

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

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

This text has shadow with #B6D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D2ED on black background.


Color preview on white background

This text has color #B6D2ED on white background.



Black color preview on #B6D2ED background

This text has black color on #B6D2ED background.


White color preview on #B6D2ED background

This text has white color on #B6D2ED background.