COLOR #B6CDF9

HEX: #B6CDF9
RGB: (182,205,249)

Color info

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

RGB color model

#B6CDF9 color RGB value is (182,205,249).

  • red value is 182;
  • green value is 205;
  • blue value is 249.
RGB:
(182,205,249)
(71%,80%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 249 of 255 = 98%

182
205
249

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 249 = 636 (100%)
R 182 of 636 ~ 28.62%
G 205 of 636 ~ 32.23%
B 249 of 636 ~ 39.15%

%28.62
%32.23
%39.15

CMYK color model

#B6CDF9 color CMYK value is (27,18,0,2).

  • cyan value is 26.91%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(27,18,0,2)
C27M18Y0K2 
(27%,18%,0%,2%)
(0.27/0.18/0.00/0.02)	

CMYK percentages

%26.91
%17.67
%0
%2.35

Codes

Color #B6CDF9 in popluar color models

B6CDF9
RGB182205249
HSL219°84.81%84.51%
HSB/HSV219°26.91%97.65%
CMYK26.91%17.67%0.00%
2.35%

Color #B6CDF9 in popluar number systems.

HEXB6CDF9
Decimal182205249
Binary101101101100110111111001
Octal266315371

Shades and tints

Shades of #B6CDF9

#B6CDF9
(182,205,249)
#A6BBE3
(166,187,227)
#96A9CD
(150,169,205)
#8697B7
(134,151,183)
#7685A1
(118,133,161)
#66738B
(102,115,139)
#566175
(86,97,117)
#464F5F
(70,79,95)
#363D49
(54,61,73)
#262B33
(38,43,51)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #B6CDF9

#B6CDF9
(182,205,249)
#BCD1F9
(188,209,249)
#C2D5F9
(194,213,249)
#C8D9F9
(200,217,249)
#CEDDF9
(206,221,249)
#D4E1F9
(212,225,249)
#DAE5F9
(218,229,249)
#E0E9F9
(224,233,249)
#E6EDF9
(230,237,249)
#ECF1F9
(236,241,249)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDF9 color. Also use rgb(182,205,249) instead hex code.

Text Font Color

.myTextColor { color: #B6CDF9; }

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

This text font color is #B6CDF9.


Background Color

.myBgColor { background-color: #B6CDF9; }

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

This div background color is #B6CDF9.


Border color

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

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

This div border color is #B6CDF9.


Opacity

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

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

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

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

This text has shadow with #B6CDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDF9 on black background.


Color preview on white background

This text has color #B6CDF9 on white background.



Black color preview on #B6CDF9 background

This text has black color on #B6CDF9 background.


White color preview on #B6CDF9 background

This text has white color on #B6CDF9 background.