COLOR #B6DDAB

HEX: #B6DDAB RGB: (182,221,171)

Color info

#B6DDAB contains red, green and blue colors in about the same proportion. Web safe color of #B6DDAB is #CCCC99 (or #CC9).

RGB color model

#B6DDAB color RGB value is (182,221,171).

RGB: (182,221,171) (71%, 87%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 171 of 255 = 67%

182
221
171

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

Portions of RGB colors in percentages

R + G + B = 182 + 221 + 171 = 574 (100%)
R 182 of 574 ~ 31.71%
G 221 of 574 ~ 38.5%
B 171 of 574 ~ 29.79'%

%31.71
%38.5
%29.79

CMYK color model

#B6DDAB color CMYK value is (18,0,23,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%

CMYK: (18,0,23,13)
C18M0Y23K13 (18%, 0%, 23%, 13%)
(0.18 / 0.00 / 0.23 / 0.13)

CMYK percentages

%17.65
%0
%22.62
%13.33

Codes

Color #B6DDAB in popluar color models

B6 DD AB
RGB 182 221 171
HSL 107° 42.37% 76.86%
HSB/HSV 107° 22.62% 86.67%
CMYK 17.65% 0.00% 22.62%
13.33%

Color #B6DDAB in popluar number systems.

HEX B6 DD AB
Decimal 182 221 171
Binary 10110110 11011101 10101011
Octal 266 335 253

Shades and tints

Shades of #B6DDAB

#B6DDAB
(182,221,171)
#A6C99C
(166,201,156)
#96B58D
(150,181,141)
#86A17E
(134,161,126)
#768D6F
(118,141,111)
#667960
(102,121,96)
#566551
(86,101,81)
#465142
(70,81,66)
#363D33
(54,61,51)
#262924
(38,41,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6DDAB

#B6DDAB
(182,221,171)
#BCE0B2
(188,224,178)
#C2E3B9
(194,227,185)
#C8E6C0
(200,230,192)
#CEE9C7
(206,233,199)
#D4ECCE
(212,236,206)
#DAEFD5
(218,239,213)
#E0F2DC
(224,242,220)
#E6F5E3
(230,245,227)
#ECF8EA
(236,248,234)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDAB; }

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

This text font color is #B6DDAB.

Background Color

.myBgColor { background-color: #B6DDAB; }

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

This div background color is #B6DDAB.

Border color

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

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

This div border color is #B6DDAB.

Opacity

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

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

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

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

This text has shadow with #B6DDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DDAB.

Preview

Color preview on black background

This text has color #B6DDAB on black background.


Color preview on white background

This text has color #B6DDAB on white background.


Black color preview on #B6DDAB background

This text has black color on #B6DDAB background.


White color preview on #B6DDAB background

This text has white color on #B6DDAB background.


Related colors

Complementary color

Complementary color for #hex is #492254.


I love getcolorcode.com

Triadic colors

1 #ABB6DD and #DDABB6 with #B6DDAB are triadic colors.

2 #ABDDB6 and #DDB6AB with #B6DDAB are triadic colors.