COLOR #B6DCCE

HEX: #B6DCCE
RGB: (182,220,206)

Color info

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

RGB color model

#B6DCCE color RGB value is (182,220,206).

  • red value is 182;
  • green value is 220;
  • blue value is 206.
RGB:
(182,220,206)
(71%,86%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 206 of 255 = 81%

182
220
206

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

Portions of RGB colors in percentages

R + G + B =
182 + 220 + 206 = 608 (100%)
R 182 of 608 ~ 29.93%
G 220 of 608 ~ 36.18%
B 206 of 608 ~ 33.88%

%29.93
%36.18
%33.88

CMYK color model

#B6DCCE color CMYK value is (17,0,6,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(17,0,6,14)
C17M0Y6K14 
(17%,0%,6%,14%)
(0.17/0.00/0.06/0.14)	

CMYK percentages

%17.27
%0
%6.36
%13.73

Codes

Color #B6DCCE in popluar color models

B6DCCE
RGB182220206
HSL158°35.19%78.82%
HSB/HSV158°17.27%86.27%
CMYK17.27%0.00%6.36%
13.73%

Color #B6DCCE in popluar number systems.

HEXB6DCCE
Decimal182220206
Binary101101101101110011001110
Octal266334316

Shades and tints

Shades of #B6DCCE

#B6DCCE
(182,220,206)
#A6C8BC
(166,200,188)
#96B4AA
(150,180,170)
#86A098
(134,160,152)
#768C86
(118,140,134)
#667874
(102,120,116)
#566462
(86,100,98)
#465050
(70,80,80)
#363C3E
(54,60,62)
#26282C
(38,40,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6DCCE

#B6DCCE
(182,220,206)
#BCDFD2
(188,223,210)
#C2E2D6
(194,226,214)
#C8E5DA
(200,229,218)
#CEE8DE
(206,232,222)
#D4EBE2
(212,235,226)
#DAEEE6
(218,238,230)
#E0F1EA
(224,241,234)
#E6F4EE
(230,244,238)
#ECF7F2
(236,247,242)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DCCE color. Also use rgb(182,220,206) instead hex code.

Text Font Color

.myTextColor { color: #B6DCCE; }

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

This text font color is #B6DCCE.


Background Color

.myBgColor { background-color: #B6DCCE; }

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

This div background color is #B6DCCE.


Border color

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

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

This div border color is #B6DCCE.


Opacity

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

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

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

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

This text has shadow with #B6DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DCCE on black background.


Color preview on white background

This text has color #B6DCCE on white background.



Black color preview on #B6DCCE background

This text has black color on #B6DCCE background.


White color preview on #B6DCCE background

This text has white color on #B6DCCE background.