COLOR #B6C9DF

HEX: #B6C9DF
RGB: (182,201,223)

Color info

#B6C9DF contains red, green and blue colors in about the same proportion. Web safe color of #B6C9DF is #CCCCCC (or #CCC).

RGB color model

#B6C9DF color RGB value is (182,201,223).

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

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 223 of 255 = 87%

182
201
223

R + G + B ~ 79%. #B6C9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 223 = 606 (100%)
R 182 of 606 ~ 30.03%
G 201 of 606 ~ 33.17%
B 223 of 606 ~ 36.8%

%30.03
%33.17
%36.8

CMYK color model

#B6C9DF color CMYK value is (18,10,0,13).

  • cyan value is 18.39%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,10,0,13)
C18M10Y0K13 
(18%,10%,0%,13%)
(0.18/0.10/0.00/0.13)	

CMYK percentages

%18.39
%9.87
%0
%12.55

Codes

Color #B6C9DF in popluar color models

B6C9DF
RGB182201223
HSL212°39.05%79.41%
HSB/HSV212°18.39%87.45%
CMYK18.39%9.87%0.00%
12.55%

Color #B6C9DF in popluar number systems.

HEXB6C9DF
Decimal182201223
Binary101101101100100111011111
Octal266311337

Shades and tints

Shades of #B6C9DF

#B6C9DF
(182,201,223)
#A6B7CB
(166,183,203)
#96A5B7
(150,165,183)
#8693A3
(134,147,163)
#76818F
(118,129,143)
#666F7B
(102,111,123)
#565D67
(86,93,103)
#464B53
(70,75,83)
#36393F
(54,57,63)
#26272B
(38,39,43)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B6C9DF

#B6C9DF
(182,201,223)
#BCCDE1
(188,205,225)
#C2D1E3
(194,209,227)
#C8D5E5
(200,213,229)
#CED9E7
(206,217,231)
#D4DDE9
(212,221,233)
#DAE1EB
(218,225,235)
#E0E5ED
(224,229,237)
#E6E9EF
(230,233,239)
#ECEDF1
(236,237,241)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C9DF; }

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

This text font color is #B6C9DF.


Background Color

.myBgColor { background-color: #B6C9DF; }

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

This div background color is #B6C9DF.


Border color

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

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

This div border color is #B6C9DF.


Opacity

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

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

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

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

This text has shadow with #B6C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C9DF on black background.


Color preview on white background

This text has color #B6C9DF on white background.



Black color preview on #B6C9DF background

This text has black color on #B6C9DF background.


White color preview on #B6C9DF background

This text has white color on #B6C9DF background.