COLOR #B6E2A4

HEX: #B6E2A4 RGB: (182,226,164)

Color info

#B6E2A4 contains mainly red and green colors. Web safe color of #B6E2A4 is #CCCC99 (or #CC9).

RGB color model

#B6E2A4 color RGB value is (182,226,164).

RGB: (182,226,164) (71%, 89%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 226 of 255 = 89%
B 164 of 255 = 64%

182
226
164

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

Portions of RGB colors in percentages

R + G + B = 182 + 226 + 164 = 572 (100%)
R 182 of 572 ~ 31.82%
G 226 of 572 ~ 39.51%
B 164 of 572 ~ 28.67'%

%31.82
%39.51
%28.67

CMYK color model

#B6E2A4 color CMYK value is (19,0,27,11).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 11.37%

CMYK: (19,0,27,11)
C19M0Y27K11 (19%, 0%, 27%, 11%)
(0.19 / 0.00 / 0.27 / 0.11)

CMYK percentages

%19.47
%0
%27.43
%11.37

Codes

Color #B6E2A4 in popluar color models

B6 E2 A4
RGB 182 226 164
HSL 103° 51.67% 76.47%
HSB/HSV 103° 27.43% 88.63%
CMYK 19.47% 0.00% 27.43%
11.37%

Color #B6E2A4 in popluar number systems.

HEX B6 E2 A4
Decimal 182 226 164
Binary 10110110 11100010 10100100
Octal 266 342 244

Shades and tints

Shades of #B6E2A4

#B6E2A4
(182,226,164)
#A6CE96
(166,206,150)
#96BA88
(150,186,136)
#86A67A
(134,166,122)
#76926C
(118,146,108)
#667E5E
(102,126,94)
#566A50
(86,106,80)
#465642
(70,86,66)
#364234
(54,66,52)
#262E26
(38,46,38)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #B6E2A4

#B6E2A4
(182,226,164)
#BCE4AC
(188,228,172)
#C2E6B4
(194,230,180)
#C8E8BC
(200,232,188)
#CEEAC4
(206,234,196)
#D4ECCC
(212,236,204)
#DAEED4
(218,238,212)
#E0F0DC
(224,240,220)
#E6F2E4
(230,242,228)
#ECF4EC
(236,244,236)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E2A4 color. Also use rgb(182,226,164) instead hex code.

Text Font Color

.myTextColor { color: #B6E2A4; }

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

This text font color is #B6E2A4.

Background Color

.myBgColor { background-color: #B6E2A4; }

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

This div background color is #B6E2A4.

Border color

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

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

This div border color is #B6E2A4.

Opacity

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

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

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

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

This text has shadow with #B6E2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E2A4.

Preview

Color preview on black background

This text has color #B6E2A4 on black background.


Color preview on white background

This text has color #B6E2A4 on white background.


Black color preview on #B6E2A4 background

This text has black color on #B6E2A4 background.


White color preview on #B6E2A4 background

This text has white color on #B6E2A4 background.


Related colors

Complementary color

Complementary color for #hex is #491D5B.


I love getcolorcode.com

Triadic colors

1 #A4B6E2 and #E2A4B6 with #B6E2A4 are triadic colors.

2 #A4E2B6 and #E2B6A4 with #B6E2A4 are triadic colors.