COLOR #B6CADE

HEX: #B6CADE
RGB: (182,202,222)

Color info

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

RGB color model

#B6CADE color RGB value is (182,202,222).

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

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 222 of 255 = 87%

182
202
222

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 222 = 606 (100%)
R 182 of 606 ~ 30.03%
G 202 of 606 ~ 33.33%
B 222 of 606 ~ 36.63%

%30.03
%33.33
%36.63

CMYK color model

#B6CADE color CMYK value is (18,9,0,13).

  • cyan value is 18.02%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,9,0,13)
C18M9Y0K13 
(18%,9%,0%,13%)
(0.18/0.09/0.00/0.13)	

CMYK percentages

%18.02
%9.01
%0
%12.94

Codes

Color #B6CADE in popluar color models

B6CADE
RGB182202222
HSL210°37.74%79.22%
HSB/HSV210°18.02%87.06%
CMYK18.02%9.01%0.00%
12.94%

Color #B6CADE in popluar number systems.

HEXB6CADE
Decimal182202222
Binary101101101100101011011110
Octal266312336

Shades and tints

Shades of #B6CADE

#B6CADE
(182,202,222)
#A6B8CA
(166,184,202)
#96A6B6
(150,166,182)
#8694A2
(134,148,162)
#76828E
(118,130,142)
#66707A
(102,112,122)
#565E66
(86,94,102)
#464C52
(70,76,82)
#363A3E
(54,58,62)
#26282A
(38,40,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #B6CADE

#B6CADE
(182,202,222)
#BCCEE1
(188,206,225)
#C2D2E4
(194,210,228)
#C8D6E7
(200,214,231)
#CEDAEA
(206,218,234)
#D4DEED
(212,222,237)
#DAE2F0
(218,226,240)
#E0E6F3
(224,230,243)
#E6EAF6
(230,234,246)
#ECEEF9
(236,238,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CADE; }

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

This text font color is #B6CADE.


Background Color

.myBgColor { background-color: #B6CADE; }

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

This div background color is #B6CADE.


Border color

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

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

This div border color is #B6CADE.


Opacity

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

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

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

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

This text has shadow with #B6CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CADE on black background.


Color preview on white background

This text has color #B6CADE on white background.



Black color preview on #B6CADE background

This text has black color on #B6CADE background.


White color preview on #B6CADE background

This text has white color on #B6CADE background.