COLOR #B6C9EF

HEX: #B6C9EF
RGB: (182,201,239)

Color info

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

RGB color model

#B6C9EF color RGB value is (182,201,239).

  • red value is 182;
  • green value is 201;
  • blue value is 239.
RGB:
(182,201,239)
(71%,79%,94%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 239 of 255 = 94%

182
201
239

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

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 239 = 622 (100%)
R 182 of 622 ~ 29.26%
G 201 of 622 ~ 32.32%
B 239 of 622 ~ 38.42%

%29.26
%32.32
%38.42

CMYK color model

#B6C9EF color CMYK value is (24,16,0,6).

  • cyan value is 23.85%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,16,0,6)
C24M16Y0K6 
(24%,16%,0%,6%)
(0.24/0.16/0.00/0.06)	

CMYK percentages

%23.85
%15.9
%0
%6.27

Codes

Color #B6C9EF in popluar color models

B6C9EF
RGB182201239
HSL220°64.04%82.55%
HSB/HSV220°23.85%93.73%
CMYK23.85%15.90%0.00%
6.27%

Color #B6C9EF in popluar number systems.

HEXB6C9EF
Decimal182201239
Binary101101101100100111101111
Octal266311357

Shades and tints

Shades of #B6C9EF

#B6C9EF
(182,201,239)
#A6B7DA
(166,183,218)
#96A5C5
(150,165,197)
#8693B0
(134,147,176)
#76819B
(118,129,155)
#666F86
(102,111,134)
#565D71
(86,93,113)
#464B5C
(70,75,92)
#363947
(54,57,71)
#262732
(38,39,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #B6C9EF

#B6C9EF
(182,201,239)
#BCCDF0
(188,205,240)
#C2D1F1
(194,209,241)
#C8D5F2
(200,213,242)
#CED9F3
(206,217,243)
#D4DDF4
(212,221,244)
#DAE1F5
(218,225,245)
#E0E5F6
(224,229,246)
#E6E9F7
(230,233,247)
#ECEDF8
(236,237,248)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C9EF; }

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

This text font color is #B6C9EF.


Background Color

.myBgColor { background-color: #B6C9EF; }

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

This div background color is #B6C9EF.


Border color

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

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

This div border color is #B6C9EF.


Opacity

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

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

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

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

This text has shadow with #B6C9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C9EF on black background.


Color preview on white background

This text has color #B6C9EF on white background.



Black color preview on #B6C9EF background

This text has black color on #B6C9EF background.


White color preview on #B6C9EF background

This text has white color on #B6C9EF background.