COLOR #B6D3FF

HEX: #B6D3FF
RGB: (182,211,255)

Color info

#B6D3FF contains mainly green and blue colors. Web safe color of #B6D3FF is #CCCCFF (or #CCF).

RGB color model

#B6D3FF color RGB value is (182,211,255).

  • red value is 182;
  • green value is 211;
  • blue value is 255.
RGB:
(182,211,255)
(71%,83%,100%)

RGB channels and saturation

R 182 of 255 = 71%
G 211 of 255 = 83%
B 255 of 255 = 100%

182
211
255

R + G + B ~ 85%. #B6D3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 211 + 255 = 648 (100%)
R 182 of 648 ~ 28.09%
G 211 of 648 ~ 32.56%
B 255 of 648 ~ 39.35%

%28.09
%32.56
%39.35

CMYK color model

#B6D3FF color CMYK value is (29,17,0,0).

  • cyan value is 28.63%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,17,0,0)
C29M17Y0K0 
(29%,17%,0%,0%)
(0.29/0.17/0.00/0.00)	

CMYK percentages

%28.63
%17.25
%0
%0

Codes

Color #B6D3FF in popluar color models

B6D3FF
RGB182211255
HSL216°100.00%85.69%
HSB/HSV216°28.63%100.00%
CMYK28.63%17.25%0.00%
0.00%

Color #B6D3FF in popluar number systems.

HEXB6D3FF
Decimal182211255
Binary101101101101001111111111
Octal266323377

Shades and tints

Shades of #B6D3FF

#B6D3FF
(182,211,255)
#A6C0E8
(166,192,232)
#96ADD1
(150,173,209)
#869ABA
(134,154,186)
#7687A3
(118,135,163)
#66748C
(102,116,140)
#566175
(86,97,117)
#464E5E
(70,78,94)
#363B47
(54,59,71)
#262830
(38,40,48)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6D3FF

#B6D3FF
(182,211,255)
#BCD7FF
(188,215,255)
#C2DBFF
(194,219,255)
#C8DFFF
(200,223,255)
#CEE3FF
(206,227,255)
#D4E7FF
(212,231,255)
#DAEBFF
(218,235,255)
#E0EFFF
(224,239,255)
#E6F3FF
(230,243,255)
#ECF7FF
(236,247,255)
#F2FBFF
(242,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D3FF color. Also use rgb(182,211,255) instead hex code.

Text Font Color

.myTextColor { color: #B6D3FF; }

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

This text font color is #B6D3FF.


Background Color

.myBgColor { background-color: #B6D3FF; }

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

This div background color is #B6D3FF.


Border color

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

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

This div border color is #B6D3FF.


Opacity

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

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

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

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

This text has shadow with #B6D3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D3FF on black background.


Color preview on white background

This text has color #B6D3FF on white background.



Black color preview on #B6D3FF background

This text has black color on #B6D3FF background.


White color preview on #B6D3FF background

This text has white color on #B6D3FF background.