COLOR #B6DCB6

HEX: #B6DCB6
RGB: (182,220,182)

Color info

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

RGB color model

#B6DCB6 color RGB value is (182,220,182).

  • red value is 182;
  • green value is 220;
  • blue value is 182.
RGB:
(182,220,182)
(71%,86%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 182 of 255 = 71%

182
220
182

R + G + B ~ 76%. #B6DCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 220 + 182 = 584 (100%)
R 182 of 584 ~ 31.16%
G 220 of 584 ~ 37.67%
B 182 of 584 ~ 31.16%

%31.16
%37.67
%31.16

CMYK color model

#B6DCB6 color CMYK value is (17,0,17,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 13.73%
CMYK:
(17,0,17,14)
C17M0Y17K14 
(17%,0%,17%,14%)
(0.17/0.00/0.17/0.14)	

CMYK percentages

%17.27
%0
%17.27
%13.73

Codes

Color #B6DCB6 in popluar color models

B6DCB6
RGB182220182
HSL120°35.19%78.82%
HSB/HSV120°17.27%86.27%
CMYK17.27%0.00%17.27%
13.73%

Color #B6DCB6 in popluar number systems.

HEXB6DCB6
Decimal182220182
Binary101101101101110010110110
Octal266334266

Shades and tints

Shades of #B6DCB6

#B6DCB6
(182,220,182)
#A6C8A6
(166,200,166)
#96B496
(150,180,150)
#86A086
(134,160,134)
#768C76
(118,140,118)
#667866
(102,120,102)
#566456
(86,100,86)
#465046
(70,80,70)
#363C36
(54,60,54)
#262826
(38,40,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B6DCB6

#B6DCB6
(182,220,182)
#BCDFBC
(188,223,188)
#C2E2C2
(194,226,194)
#C8E5C8
(200,229,200)
#CEE8CE
(206,232,206)
#D4EBD4
(212,235,212)
#DAEEDA
(218,238,218)
#E0F1E0
(224,241,224)
#E6F4E6
(230,244,230)
#ECF7EC
(236,247,236)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCB6; }

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

This text font color is #B6DCB6.


Background Color

.myBgColor { background-color: #B6DCB6; }

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

This div background color is #B6DCB6.


Border color

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

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

This div border color is #B6DCB6.


Opacity

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

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

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

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

This text has shadow with #B6DCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DCB6 on black background.


Color preview on white background

This text has color #B6DCB6 on white background.



Black color preview on #B6DCB6 background

This text has black color on #B6DCB6 background.


White color preview on #B6DCB6 background

This text has white color on #B6DCB6 background.