COLOR #B6CFDE

HEX: #B6CFDE
RGB: (182,207,222)

Color info

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

RGB color model

#B6CFDE color RGB value is (182,207,222).

  • red value is 182;
  • green value is 207;
  • blue value is 222.
RGB:
(182,207,222)
(71%,81%,87%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 222 of 255 = 87%

182
207
222

R + G + B ~ 80%. #B6CFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 222 = 611 (100%)
R 182 of 611 ~ 29.79%
G 207 of 611 ~ 33.88%
B 222 of 611 ~ 36.33%

%29.79
%33.88
%36.33

CMYK color model

#B6CFDE color CMYK value is (18,7,0,13).

  • cyan value is 18.02%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,7,0,13)
C18M7Y0K13 
(18%,7%,0%,13%)
(0.18/0.07/0.00/0.13)	

CMYK percentages

%18.02
%6.76
%0
%12.94

Codes

Color #B6CFDE in popluar color models

B6CFDE
RGB182207222
HSL203°37.74%79.22%
HSB/HSV203°18.02%87.06%
CMYK18.02%6.76%0.00%
12.94%

Color #B6CFDE in popluar number systems.

HEXB6CFDE
Decimal182207222
Binary101101101100111111011110
Octal266317336

Shades and tints

Shades of #B6CFDE

#B6CFDE
(182,207,222)
#A6BDCA
(166,189,202)
#96ABB6
(150,171,182)
#8699A2
(134,153,162)
#76878E
(118,135,142)
#66757A
(102,117,122)
#566366
(86,99,102)
#465152
(70,81,82)
#363F3E
(54,63,62)
#262D2A
(38,45,42)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #B6CFDE

#B6CFDE
(182,207,222)
#BCD3E1
(188,211,225)
#C2D7E4
(194,215,228)
#C8DBE7
(200,219,231)
#CEDFEA
(206,223,234)
#D4E3ED
(212,227,237)
#DAE7F0
(218,231,240)
#E0EBF3
(224,235,243)
#E6EFF6
(230,239,246)
#ECF3F9
(236,243,249)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CFDE color. Also use rgb(182,207,222) instead hex code.

Text Font Color

.myTextColor { color: #B6CFDE; }

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

This text font color is #B6CFDE.


Background Color

.myBgColor { background-color: #B6CFDE; }

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

This div background color is #B6CFDE.


Border color

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

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

This div border color is #B6CFDE.


Opacity

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

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

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

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

This text has shadow with #B6CFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFDE on black background.


Color preview on white background

This text has color #B6CFDE on white background.



Black color preview on #B6CFDE background

This text has black color on #B6CFDE background.


White color preview on #B6CFDE background

This text has white color on #B6CFDE background.