COLOR #B6E1AA

HEX: #B6E1AA RGB: (182,225,170)

Color info

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

RGB color model

#B6E1AA color RGB value is (182,225,170).

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

RGB channels and saturation

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

182
225
170

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

Portions of RGB colors in percentages

R + G + B = 182 + 225 + 170 = 577 (100%)
R 182 of 577 ~ 31.54%
G 225 of 577 ~ 38.99%
B 170 of 577 ~ 29.46'%

%31.54
%38.99
%29.46

CMYK color model

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

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • 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
%24.44
%11.76

Codes

Color #B6E1AA in popluar color models

B6 E1 AA
RGB 182 225 170
HSL 107° 47.83% 77.45%
HSB/HSV 107° 24.44% 88.24%
CMYK 19.11% 0.00% 24.44%
11.76%

Color #B6E1AA in popluar number systems.

HEX B6 E1 AA
Decimal 182 225 170
Binary 10110110 11100001 10101010
Octal 266 341 252

Shades and tints

Shades of #B6E1AA

#B6E1AA
(182,225,170)
#A6CD9B
(166,205,155)
#96B98C
(150,185,140)
#86A57D
(134,165,125)
#76916E
(118,145,110)
#667D5F
(102,125,95)
#566950
(86,105,80)
#465541
(70,85,65)
#364132
(54,65,50)
#262D23
(38,45,35)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6E1AA

#B6E1AA
(182,225,170)
#BCE3B1
(188,227,177)
#C2E5B8
(194,229,184)
#C8E7BF
(200,231,191)
#CEE9C6
(206,233,198)
#D4EBCD
(212,235,205)
#DAEDD4
(218,237,212)
#E0EFDB
(224,239,219)
#E6F1E2
(230,241,226)
#ECF3E9
(236,243,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1AA; }

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

This text font color is #B6E1AA.

Background Color

.myBgColor { background-color: #B6E1AA; }

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

This div background color is #B6E1AA.

Border color

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

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

This div border color is #B6E1AA.

Opacity

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

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

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

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

This text has shadow with #B6E1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E1AA.

Preview

Color preview on black background

This text has color #B6E1AA on black background.


Color preview on white background

This text has color #B6E1AA on white background.


Black color preview on #B6E1AA background

This text has black color on #B6E1AA background.


White color preview on #B6E1AA background

This text has white color on #B6E1AA background.


Related colors

Complementary color

Complementary color for #hex is #491E55.


I love getcolorcode.com

Triadic colors

1 #AAB6E1 and #E1AAB6 with #B6E1AA are triadic colors.

2 #AAE1B6 and #E1B6AA with #B6E1AA are triadic colors.