COLOR #B6D9BF

HEX: #B6D9BF
RGB: (182,217,191)

Color info

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

RGB color model

#B6D9BF color RGB value is (182,217,191).

  • red value is 182;
  • green value is 217;
  • blue value is 191.
RGB:
(182,217,191)
(71%,85%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 217 of 255 = 85%
B 191 of 255 = 75%

182
217
191

R + G + B ~ 77%. #B6D9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 217 + 191 = 590 (100%)
R 182 of 590 ~ 30.85%
G 217 of 590 ~ 36.78%
B 191 of 590 ~ 32.37%

%30.85
%36.78
%32.37

CMYK color model

#B6D9BF color CMYK value is (16,0,12,15).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(16,0,12,15)
C16M0Y12K15 
(16%,0%,12%,15%)
(0.16/0.00/0.12/0.15)	

CMYK percentages

%16.13
%0
%11.98
%14.9

Codes

Color #B6D9BF in popluar color models

B6D9BF
RGB182217191
HSL135°31.53%78.24%
HSB/HSV135°16.13%85.10%
CMYK16.13%0.00%11.98%
14.90%

Color #B6D9BF in popluar number systems.

HEXB6D9BF
Decimal182217191
Binary101101101101100110111111
Octal266331277

Shades and tints

Shades of #B6D9BF

#B6D9BF
(182,217,191)
#A6C6AE
(166,198,174)
#96B39D
(150,179,157)
#86A08C
(134,160,140)
#768D7B
(118,141,123)
#667A6A
(102,122,106)
#566759
(86,103,89)
#465448
(70,84,72)
#364137
(54,65,55)
#262E26
(38,46,38)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #B6D9BF

#B6D9BF
(182,217,191)
#BCDCC4
(188,220,196)
#C2DFC9
(194,223,201)
#C8E2CE
(200,226,206)
#CEE5D3
(206,229,211)
#D4E8D8
(212,232,216)
#DAEBDD
(218,235,221)
#E0EEE2
(224,238,226)
#E6F1E7
(230,241,231)
#ECF4EC
(236,244,236)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D9BF color. Also use rgb(182,217,191) instead hex code.

Text Font Color

.myTextColor { color: #B6D9BF; }

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

This text font color is #B6D9BF.


Background Color

.myBgColor { background-color: #B6D9BF; }

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

This div background color is #B6D9BF.


Border color

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

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

This div border color is #B6D9BF.


Opacity

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

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

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

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

This text has shadow with #B6D9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D9BF on black background.


Color preview on white background

This text has color #B6D9BF on white background.



Black color preview on #B6D9BF background

This text has black color on #B6D9BF background.


White color preview on #B6D9BF background

This text has white color on #B6D9BF background.