COLOR #B6D6AC

HEX: #B6D6AC RGB: (182,214,172)

Color info

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

RGB color model

#B6D6AC color RGB value is (182,214,172).

RGB: (182,214,172) (71%, 84%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 172 of 255 = 67%

182
214
172

R + G + B ~ 74%. #B6D6AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 214 + 172 = 568 (100%)
R 182 of 568 ~ 32.04%
G 214 of 568 ~ 37.68%
B 172 of 568 ~ 30.28'%

%32.04
%37.68
%30.28

CMYK color model

#B6D6AC color CMYK value is (15,0,20,16).

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

CMYK: (15,0,20,16)
C15M0Y20K16 (15%, 0%, 20%, 16%)
(0.15 / 0.00 / 0.20 / 0.16)

CMYK percentages

%14.95
%0
%19.63
%16.08

Codes

Color #B6D6AC in popluar color models

B6 D6 AC
RGB 182 214 172
HSL 106° 33.87% 75.69%
HSB/HSV 106° 19.63% 83.92%
CMYK 14.95% 0.00% 19.63%
16.08%

Color #B6D6AC in popluar number systems.

HEX B6 D6 AC
Decimal 182 214 172
Binary 10110110 11010110 10101100
Octal 266 326 254

Shades and tints

Shades of #B6D6AC

#B6D6AC
(182,214,172)
#A6C39D
(166,195,157)
#96B08E
(150,176,142)
#869D7F
(134,157,127)
#768A70
(118,138,112)
#667761
(102,119,97)
#566452
(86,100,82)
#465143
(70,81,67)
#363E34
(54,62,52)
#262B25
(38,43,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6D6AC

#B6D6AC
(182,214,172)
#BCD9B3
(188,217,179)
#C2DCBA
(194,220,186)
#C8DFC1
(200,223,193)
#CEE2C8
(206,226,200)
#D4E5CF
(212,229,207)
#DAE8D6
(218,232,214)
#E0EBDD
(224,235,221)
#E6EEE4
(230,238,228)
#ECF1EB
(236,241,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D6AC; }

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

This text font color is #B6D6AC.

Background Color

.myBgColor { background-color: #B6D6AC; }

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

This div background color is #B6D6AC.

Border color

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

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

This div border color is #B6D6AC.

Opacity

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

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

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

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

This text has shadow with #B6D6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D6AC.

Preview

Color preview on black background

This text has color #B6D6AC on black background.


Color preview on white background

This text has color #B6D6AC on white background.


Black color preview on #B6D6AC background

This text has black color on #B6D6AC background.


White color preview on #B6D6AC background

This text has white color on #B6D6AC background.


Related colors

Complementary color

Complementary color for #hex is #492953.


I love getcolorcode.com

Triadic colors

1 #ACB6D6 and #D6ACB6 with #B6D6AC are triadic colors.

2 #ACD6B6 and #D6B6AC with #B6D6AC are triadic colors.