COLOR #B6D7BF

HEX: #B6D7BF RGB: (182,215,191)

Color info

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

RGB color model

#B6D7BF color RGB value is (182,215,191).

RGB: (182,215,191) (71%, 84%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 191 of 255 = 75%

182
215
191

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

Portions of RGB colors in percentages

R + G + B = 182 + 215 + 191 = 588 (100%)
R 182 of 588 ~ 30.95%
G 215 of 588 ~ 36.56%
B 191 of 588 ~ 32.48'%

%30.95
%36.56
%32.48

CMYK color model

#B6D7BF color CMYK value is (15,0,11,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 15.69%

CMYK: (15,0,11,16)
C15M0Y11K16 (15%, 0%, 11%, 16%)
(0.15 / 0.00 / 0.11 / 0.16)

CMYK percentages

%15.35
%0
%11.16
%15.69

Codes

Color #B6D7BF in popluar color models

B6 D7 BF
RGB 182 215 191
HSL 136° 29.20% 77.84%
HSB/HSV 136° 15.35% 84.31%
CMYK 15.35% 0.00% 11.16%
15.69%

Color #B6D7BF in popluar number systems.

HEX B6 D7 BF
Decimal 182 215 191
Binary 10110110 11010111 10111111
Octal 266 327 277

Shades and tints

Shades of #B6D7BF

#B6D7BF
(182,215,191)
#A6C4AE
(166,196,174)
#96B19D
(150,177,157)
#869E8C
(134,158,140)
#768B7B
(118,139,123)
#66786A
(102,120,106)
#566559
(86,101,89)
#465248
(70,82,72)
#363F37
(54,63,55)
#262C26
(38,44,38)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6D7BF

#B6D7BF
(182,215,191)
#BCDAC4
(188,218,196)
#C2DDC9
(194,221,201)
#C8E0CE
(200,224,206)
#CEE3D3
(206,227,211)
#D4E6D8
(212,230,216)
#DAE9DD
(218,233,221)
#E0ECE2
(224,236,226)
#E6EFE7
(230,239,231)
#ECF2EC
(236,242,236)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D7BF; }

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

This text font color is #B6D7BF.

Background Color

.myBgColor { background-color: #B6D7BF; }

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

This div background color is #B6D7BF.

Border color

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

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

This div border color is #B6D7BF.

Opacity

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

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

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

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

This text has shadow with #B6D7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D7BF.

Preview

Color preview on black background

This text has color #B6D7BF on black background.


Color preview on white background

This text has color #B6D7BF on white background.


Black color preview on #B6D7BF background

This text has black color on #B6D7BF background.


White color preview on #B6D7BF background

This text has white color on #B6D7BF background.


Related colors

Complementary color

Complementary color for #hex is #492840.


I love getcolorcode.com

Triadic colors

1 #BFB6D7 and #D7BFB6 with #B6D7BF are triadic colors.

2 #BFD7B6 and #D7B6BF with #B6D7BF are triadic colors.