COLOR #B6D1A6

HEX: #B6D1A6 RGB: (182,209,166)

Color info

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

RGB color model

#B6D1A6 color RGB value is (182,209,166).

RGB: (182,209,166) (71%, 82%, 65%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 166 of 255 = 65%

182
209
166

R + G + B ~ 73%. #B6D1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 209 + 166 = 557 (100%)
R 182 of 557 ~ 32.68%
G 209 of 557 ~ 37.52%
B 166 of 557 ~ 29.8'%

%32.68
%37.52
%29.8

CMYK color model

#B6D1A6 color CMYK value is (13,0,21,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%

CMYK: (13,0,21,18)
C13M0Y21K18 (13%, 0%, 21%, 18%)
(0.13 / 0.00 / 0.21 / 0.18)

CMYK percentages

%12.92
%0
%20.57
%18.04

Codes

Color #B6D1A6 in popluar color models

B6 D1 A6
RGB 182 209 166
HSL 98° 31.85% 73.53%
HSB/HSV 98° 20.57% 81.96%
CMYK 12.92% 0.00% 20.57%
18.04%

Color #B6D1A6 in popluar number systems.

HEX B6 D1 A6
Decimal 182 209 166
Binary 10110110 11010001 10100110
Octal 266 321 246

Shades and tints

Shades of #B6D1A6

#B6D1A6
(182,209,166)
#A6BE97
(166,190,151)
#96AB88
(150,171,136)
#869879
(134,152,121)
#76856A
(118,133,106)
#66725B
(102,114,91)
#565F4C
(86,95,76)
#464C3D
(70,76,61)
#36392E
(54,57,46)
#26261F
(38,38,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #B6D1A6

#B6D1A6
(182,209,166)
#BCD5AE
(188,213,174)
#C2D9B6
(194,217,182)
#C8DDBE
(200,221,190)
#CEE1C6
(206,225,198)
#D4E5CE
(212,229,206)
#DAE9D6
(218,233,214)
#E0EDDE
(224,237,222)
#E6F1E6
(230,241,230)
#ECF5EE
(236,245,238)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D1A6; }

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

This text font color is #B6D1A6.

Background Color

.myBgColor { background-color: #B6D1A6; }

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

This div background color is #B6D1A6.

Border color

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

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

This div border color is #B6D1A6.

Opacity

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

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

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

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

This text has shadow with #B6D1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D1A6.

Preview

Color preview on black background

This text has color #B6D1A6 on black background.


Color preview on white background

This text has color #B6D1A6 on white background.


Black color preview on #B6D1A6 background

This text has black color on #B6D1A6 background.


White color preview on #B6D1A6 background

This text has white color on #B6D1A6 background.


Related colors

Complementary color

Complementary color for #hex is #492E59.


I love getcolorcode.com

Triadic colors

1 #A6B6D1 and #D1A6B6 with #B6D1A6 are triadic colors.

2 #A6D1B6 and #D1B6A6 with #B6D1A6 are triadic colors.