COLOR #B6D2BA

HEX: #B6D2BA
RGB: (182,210,186)

Color info

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

RGB color model

#B6D2BA color RGB value is (182,210,186).

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

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 186 of 255 = 73%

182
210
186

R + G + B ~ 75%. #B6D2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 186 = 578 (100%)
R 182 of 578 ~ 31.49%
G 210 of 578 ~ 36.33%
B 186 of 578 ~ 32.18%

%31.49
%36.33
%32.18

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 17.65%
CMYK:
(13,0,11,18)
C13M0Y11K18 
(13%,0%,11%,18%)
(0.13/0.00/0.11/0.18)	

CMYK percentages

%13.33
%0
%11.43
%17.65

Codes

Color #B6D2BA in popluar color models

B6D2BA
RGB182210186
HSL129°23.73%76.86%
HSB/HSV129°13.33%82.35%
CMYK13.33%0.00%11.43%
17.65%

Color #B6D2BA in popluar number systems.

HEXB6D2BA
Decimal182210186
Binary101101101101001010111010
Octal266322272

Shades and tints

Shades of #B6D2BA

#B6D2BA
(182,210,186)
#A6BFAA
(166,191,170)
#96AC9A
(150,172,154)
#86998A
(134,153,138)
#76867A
(118,134,122)
#66736A
(102,115,106)
#56605A
(86,96,90)
#464D4A
(70,77,74)
#363A3A
(54,58,58)
#26272A
(38,39,42)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6D2BA

#B6D2BA
(182,210,186)
#BCD6C0
(188,214,192)
#C2DAC6
(194,218,198)
#C8DECC
(200,222,204)
#CEE2D2
(206,226,210)
#D4E6D8
(212,230,216)
#DAEADE
(218,234,222)
#E0EEE4
(224,238,228)
#E6F2EA
(230,242,234)
#ECF6F0
(236,246,240)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D2BA; }

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

This text font color is #B6D2BA.


Background Color

.myBgColor { background-color: #B6D2BA; }

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

This div background color is #B6D2BA.


Border color

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

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

This div border color is #B6D2BA.


Opacity

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

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

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

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

This text has shadow with #B6D2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D2BA on black background.


Color preview on white background

This text has color #B6D2BA on white background.



Black color preview on #B6D2BA background

This text has black color on #B6D2BA background.


White color preview on #B6D2BA background

This text has white color on #B6D2BA background.