COLOR #B6C6DE

HEX: #B6C6DE RGB: (182,198,222)

Color info

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

RGB color model

#B6C6DE color RGB value is (182,198,222).

RGB: (182,198,222) (71%, 78%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 222 of 255 = 87%

182
198
222

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

Portions of RGB colors in percentages

R + G + B = 182 + 198 + 222 = 602 (100%)
R 182 of 602 ~ 30.23%
G 198 of 602 ~ 32.89%
B 222 of 602 ~ 36.88'%

%30.23
%32.89
%36.88

CMYK color model

#B6C6DE color CMYK value is (18,11,0,13).

  • cyan value is 18.02%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (18,11,0,13)
C18M11Y0K13 (18%, 11%, 0%, 13%)
(0.18 / 0.11 / 0.00 / 0.13)

CMYK percentages

%18.02
%10.81
%0
%12.94

Codes

Color #B6C6DE in popluar color models

B6 C6 DE
RGB 182 198 222
HSL 216° 37.74% 79.22%
HSB/HSV 216° 18.02% 87.06%
CMYK 18.02% 10.81% 0.00%
12.94%

Color #B6C6DE in popluar number systems.

HEX B6 C6 DE
Decimal 182 198 222
Binary 10110110 11000110 11011110
Octal 266 306 336

Shades and tints

Shades of #B6C6DE

#B6C6DE
(182,198,222)
#A6B4CA
(166,180,202)
#96A2B6
(150,162,182)
#8690A2
(134,144,162)
#767E8E
(118,126,142)
#666C7A
(102,108,122)
#565A66
(86,90,102)
#464852
(70,72,82)
#36363E
(54,54,62)
#26242A
(38,36,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B6C6DE

#B6C6DE
(182,198,222)
#BCCBE1
(188,203,225)
#C2D0E4
(194,208,228)
#C8D5E7
(200,213,231)
#CEDAEA
(206,218,234)
#D4DFED
(212,223,237)
#DAE4F0
(218,228,240)
#E0E9F3
(224,233,243)
#E6EEF6
(230,238,246)
#ECF3F9
(236,243,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C6DE; }

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

This text font color is #B6C6DE.

Background Color

.myBgColor { background-color: #B6C6DE; }

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

This div background color is #B6C6DE.

Border color

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

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

This div border color is #B6C6DE.

Opacity

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

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

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

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

This text has shadow with #B6C6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C6DE.

Preview

Color preview on black background

This text has color #B6C6DE on black background.


Color preview on white background

This text has color #B6C6DE on white background.


Black color preview on #B6C6DE background

This text has black color on #B6C6DE background.


White color preview on #B6C6DE background

This text has white color on #B6C6DE background.


Related colors

Complementary color

Complementary color for #hex is #493921.


I love getcolorcode.com

Triadic colors

1 #DEB6C6 and #C6DEB6 with #B6C6DE are triadic colors.

2 #DEC6B6 and #C6B6DE with #B6C6DE are triadic colors.