COLOR #B6D6BF

HEX: #B6D6BF RGB: (182,214,191)

Color info

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

RGB color model

#B6D6BF color RGB value is (182,214,191).

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

RGB channels and saturation

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

182
214
191

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

Portions of RGB colors in percentages

R + G + B = 182 + 214 + 191 = 587 (100%)
R 182 of 587 ~ 31.01%
G 214 of 587 ~ 36.46%
B 191 of 587 ~ 32.54'%

%31.01
%36.46
%32.54

CMYK color model

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

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 16.08%

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

CMYK percentages

%14.95
%0
%10.75
%16.08

Codes

Color #B6D6BF in popluar color models

B6 D6 BF
RGB 182 214 191
HSL 137° 28.07% 77.65%
HSB/HSV 137° 14.95% 83.92%
CMYK 14.95% 0.00% 10.75%
16.08%

Color #B6D6BF in popluar number systems.

HEX B6 D6 BF
Decimal 182 214 191
Binary 10110110 11010110 10111111
Octal 266 326 277

Shades and tints

Shades of #B6D6BF

#B6D6BF
(182,214,191)
#A6C3AE
(166,195,174)
#96B09D
(150,176,157)
#869D8C
(134,157,140)
#768A7B
(118,138,123)
#66776A
(102,119,106)
#566459
(86,100,89)
#465148
(70,81,72)
#363E37
(54,62,55)
#262B26
(38,43,38)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #B6D6BF

#B6D6BF
(182,214,191)
#BCD9C4
(188,217,196)
#C2DCC9
(194,220,201)
#C8DFCE
(200,223,206)
#CEE2D3
(206,226,211)
#D4E5D8
(212,229,216)
#DAE8DD
(218,232,221)
#E0EBE2
(224,235,226)
#E6EEE7
(230,238,231)
#ECF1EC
(236,241,236)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D6BF; }

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

This text font color is #B6D6BF.

Background Color

.myBgColor { background-color: #B6D6BF; }

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

This div background color is #B6D6BF.

Border color

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

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

This div border color is #B6D6BF.

Opacity

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

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

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

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

This text has shadow with #B6D6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D6BF.

Preview

Color preview on black background

This text has color #B6D6BF on black background.


Color preview on white background

This text has color #B6D6BF on white background.


Black color preview on #B6D6BF background

This text has black color on #B6D6BF background.


White color preview on #B6D6BF background

This text has white color on #B6D6BF background.


Related colors

Complementary color

Complementary color for #hex is #492940.


I love getcolorcode.com

Triadic colors

1 #BFB6D6 and #D6BFB6 with #B6D6BF are triadic colors.

2 #BFD6B6 and #D6B6BF with #B6D6BF are triadic colors.