COLOR #B6E1A6

HEX: #B6E1A6
RGB: (182,225,166)

Color info

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

RGB color model

#B6E1A6 color RGB value is (182,225,166).

  • red value is 182;
  • green value is 225;
  • blue value is 166.
RGB:
(182,225,166)
(71%,88%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 166 of 255 = 65%

182
225
166

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

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 166 = 573 (100%)
R 182 of 573 ~ 31.76%
G 225 of 573 ~ 39.27%
B 166 of 573 ~ 28.97%

%31.76
%39.27
%28.97

CMYK color model

#B6E1A6 color CMYK value is (19,0,26,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(19,0,26,12)
C19M0Y26K12 
(19%,0%,26%,12%)
(0.19/0.00/0.26/0.12)	

CMYK percentages

%19.11
%0
%26.22
%11.76

Codes

Color #B6E1A6 in popluar color models

B6E1A6
RGB182225166
HSL104°49.58%76.67%
HSB/HSV104°26.22%88.24%
CMYK19.11%0.00%26.22%
11.76%

Color #B6E1A6 in popluar number systems.

HEXB6E1A6
Decimal182225166
Binary101101101110000110100110
Octal266341246

Shades and tints

Shades of #B6E1A6

#B6E1A6
(182,225,166)
#A6CD97
(166,205,151)
#96B988
(150,185,136)
#86A579
(134,165,121)
#76916A
(118,145,106)
#667D5B
(102,125,91)
#56694C
(86,105,76)
#46553D
(70,85,61)
#36412E
(54,65,46)
#262D1F
(38,45,31)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #B6E1A6

#B6E1A6
(182,225,166)
#BCE3AE
(188,227,174)
#C2E5B6
(194,229,182)
#C8E7BE
(200,231,190)
#CEE9C6
(206,233,198)
#D4EBCE
(212,235,206)
#DAEDD6
(218,237,214)
#E0EFDE
(224,239,222)
#E6F1E6
(230,241,230)
#ECF3EE
(236,243,238)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1A6; }

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

This text font color is #B6E1A6.


Background Color

.myBgColor { background-color: #B6E1A6; }

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

This div background color is #B6E1A6.


Border color

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

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

This div border color is #B6E1A6.


Opacity

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

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

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

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

This text has shadow with #B6E1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1A6 on black background.


Color preview on white background

This text has color #B6E1A6 on white background.



Black color preview on #B6E1A6 background

This text has black color on #B6E1A6 background.


White color preview on #B6E1A6 background

This text has white color on #B6E1A6 background.