COLOR #B6D2CE

HEX: #B6D2CE
RGB: (182,210,206)

Color info

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

RGB color model

#B6D2CE color RGB value is (182,210,206).

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

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 206 of 255 = 81%

182
210
206

R + G + B ~ 78%. #B6D2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 206 = 598 (100%)
R 182 of 598 ~ 30.43%
G 210 of 598 ~ 35.12%
B 206 of 598 ~ 34.45%

%30.43
%35.12
%34.45

CMYK color model

#B6D2CE color CMYK value is (13,0,2,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(13,0,2,18)
C13M0Y2K18 
(13%,0%,2%,18%)
(0.13/0.00/0.02/0.18)	

CMYK percentages

%13.33
%0
%1.9
%17.65

Codes

Color #B6D2CE in popluar color models

B6D2CE
RGB182210206
HSL171°23.73%76.86%
HSB/HSV171°13.33%82.35%
CMYK13.33%0.00%1.90%
17.65%

Color #B6D2CE in popluar number systems.

HEXB6D2CE
Decimal182210206
Binary101101101101001011001110
Octal266322316

Shades and tints

Shades of #B6D2CE

#B6D2CE
(182,210,206)
#A6BFBC
(166,191,188)
#96ACAA
(150,172,170)
#869998
(134,153,152)
#768686
(118,134,134)
#667374
(102,115,116)
#566062
(86,96,98)
#464D50
(70,77,80)
#363A3E
(54,58,62)
#26272C
(38,39,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6D2CE

#B6D2CE
(182,210,206)
#BCD6D2
(188,214,210)
#C2DAD6
(194,218,214)
#C8DEDA
(200,222,218)
#CEE2DE
(206,226,222)
#D4E6E2
(212,230,226)
#DAEAE6
(218,234,230)
#E0EEEA
(224,238,234)
#E6F2EE
(230,242,238)
#ECF6F2
(236,246,242)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D2CE; }

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

This text font color is #B6D2CE.


Background Color

.myBgColor { background-color: #B6D2CE; }

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

This div background color is #B6D2CE.


Border color

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

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

This div border color is #B6D2CE.


Opacity

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

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

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

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

This text has shadow with #B6D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D2CE on black background.


Color preview on white background

This text has color #B6D2CE on white background.



Black color preview on #B6D2CE background

This text has black color on #B6D2CE background.


White color preview on #B6D2CE background

This text has white color on #B6D2CE background.