COLOR #B6E1AC

HEX: #B6E1AC RGB: (182,225,172)

Color info

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

RGB color model

#B6E1AC color RGB value is (182,225,172).

RGB: (182,225,172) (71%, 88%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 172 of 255 = 67%

182
225
172

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

Portions of RGB colors in percentages

R + G + B = 182 + 225 + 172 = 579 (100%)
R 182 of 579 ~ 31.43%
G 225 of 579 ~ 38.86%
B 172 of 579 ~ 29.71'%

%31.43
%38.86
%29.71

CMYK color model

#B6E1AC color CMYK value is (19,0,24,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%

CMYK: (19,0,24,12)
C19M0Y24K12 (19%, 0%, 24%, 12%)
(0.19 / 0.00 / 0.24 / 0.12)

CMYK percentages

%19.11
%0
%23.56
%11.76

Codes

Color #B6E1AC in popluar color models

B6 E1 AC
RGB 182 225 172
HSL 109° 46.90% 77.84%
HSB/HSV 109° 23.56% 88.24%
CMYK 19.11% 0.00% 23.56%
11.76%

Color #B6E1AC in popluar number systems.

HEX B6 E1 AC
Decimal 182 225 172
Binary 10110110 11100001 10101100
Octal 266 341 254

Shades and tints

Shades of #B6E1AC

#B6E1AC
(182,225,172)
#A6CD9D
(166,205,157)
#96B98E
(150,185,142)
#86A57F
(134,165,127)
#769170
(118,145,112)
#667D61
(102,125,97)
#566952
(86,105,82)
#465543
(70,85,67)
#364134
(54,65,52)
#262D25
(38,45,37)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #B6E1AC

#B6E1AC
(182,225,172)
#BCE3B3
(188,227,179)
#C2E5BA
(194,229,186)
#C8E7C1
(200,231,193)
#CEE9C8
(206,233,200)
#D4EBCF
(212,235,207)
#DAEDD6
(218,237,214)
#E0EFDD
(224,239,221)
#E6F1E4
(230,241,228)
#ECF3EB
(236,243,235)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1AC; }

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

This text font color is #B6E1AC.

Background Color

.myBgColor { background-color: #B6E1AC; }

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

This div background color is #B6E1AC.

Border color

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

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

This div border color is #B6E1AC.

Opacity

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

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

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

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

This text has shadow with #B6E1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E1AC.

Preview

Color preview on black background

This text has color #B6E1AC on black background.


Color preview on white background

This text has color #B6E1AC on white background.


Black color preview on #B6E1AC background

This text has black color on #B6E1AC background.


White color preview on #B6E1AC background

This text has white color on #B6E1AC background.


Related colors

Complementary color

Complementary color for #hex is #491E53.


I love getcolorcode.com

Triadic colors

1 #ACB6E1 and #E1ACB6 with #B6E1AC are triadic colors.

2 #ACE1B6 and #E1B6AC with #B6E1AC are triadic colors.