COLOR #B6DDB1

HEX: #B6DDB1 RGB: (182,221,177)

Color info

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

RGB color model

#B6DDB1 color RGB value is (182,221,177).

RGB: (182,221,177) (71%, 87%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 177 of 255 = 69%

182
221
177

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

Portions of RGB colors in percentages

R + G + B = 182 + 221 + 177 = 580 (100%)
R 182 of 580 ~ 31.38%
G 221 of 580 ~ 38.1%
B 177 of 580 ~ 30.52'%

%31.38
%38.1
%30.52

CMYK color model

#B6DDB1 color CMYK value is (18,0,20,13).

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

CMYK: (18,0,20,13)
C18M0Y20K13 (18%, 0%, 20%, 13%)
(0.18 / 0.00 / 0.20 / 0.13)

CMYK percentages

%17.65
%0
%19.91
%13.33

Codes

Color #B6DDB1 in popluar color models

B6 DD B1
RGB 182 221 177
HSL 113° 39.29% 78.04%
HSB/HSV 113° 19.91% 86.67%
CMYK 17.65% 0.00% 19.91%
13.33%

Color #B6DDB1 in popluar number systems.

HEX B6 DD B1
Decimal 182 221 177
Binary 10110110 11011101 10110001
Octal 266 335 261

Shades and tints

Shades of #B6DDB1

#B6DDB1
(182,221,177)
#A6C9A1
(166,201,161)
#96B591
(150,181,145)
#86A181
(134,161,129)
#768D71
(118,141,113)
#667961
(102,121,97)
#566551
(86,101,81)
#465141
(70,81,65)
#363D31
(54,61,49)
#262921
(38,41,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6DDB1

#B6DDB1
(182,221,177)
#BCE0B8
(188,224,184)
#C2E3BF
(194,227,191)
#C8E6C6
(200,230,198)
#CEE9CD
(206,233,205)
#D4ECD4
(212,236,212)
#DAEFDB
(218,239,219)
#E0F2E2
(224,242,226)
#E6F5E9
(230,245,233)
#ECF8F0
(236,248,240)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDB1; }

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

This text font color is #B6DDB1.

Background Color

.myBgColor { background-color: #B6DDB1; }

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

This div background color is #B6DDB1.

Border color

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

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

This div border color is #B6DDB1.

Opacity

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

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

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

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

This text has shadow with #B6DDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DDB1.

Preview

Color preview on black background

This text has color #B6DDB1 on black background.


Color preview on white background

This text has color #B6DDB1 on white background.


Black color preview on #B6DDB1 background

This text has black color on #B6DDB1 background.


White color preview on #B6DDB1 background

This text has white color on #B6DDB1 background.


Related colors

Complementary color

Complementary color for #hex is #49224E.


I love getcolorcode.com

Triadic colors

1 #B1B6DD and #DDB1B6 with #B6DDB1 are triadic colors.

2 #B1DDB6 and #DDB6B1 with #B6DDB1 are triadic colors.