COLOR #B6E2A5

HEX: #B6E2A5
RGB: (182,226,165)

Color info

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

RGB color model

#B6E2A5 color RGB value is (182,226,165).

  • red value is 182;
  • green value is 226;
  • blue value is 165.
RGB:
(182,226,165)
(71%,89%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 226 of 255 = 89%
B 165 of 255 = 65%

182
226
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 226 + 165 = 573 (100%)
R 182 of 573 ~ 31.76%
G 226 of 573 ~ 39.44%
B 165 of 573 ~ 28.8%

%31.76
%39.44
%28.8

CMYK color model

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

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • 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
%26.99
%11.37

Codes

Color #B6E2A5 in popluar color models

B6E2A5
RGB182226165
HSL103°51.26%76.67%
HSB/HSV103°26.99%88.63%
CMYK19.47%0.00%26.99%
11.37%

Color #B6E2A5 in popluar number systems.

HEXB6E2A5
Decimal182226165
Binary101101101110001010100101
Octal266342245

Shades and tints

Shades of #B6E2A5

#B6E2A5
(182,226,165)
#A6CE96
(166,206,150)
#96BA87
(150,186,135)
#86A678
(134,166,120)
#769269
(118,146,105)
#667E5A
(102,126,90)
#566A4B
(86,106,75)
#46563C
(70,86,60)
#36422D
(54,66,45)
#262E1E
(38,46,30)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #B6E2A5

#B6E2A5
(182,226,165)
#BCE4AD
(188,228,173)
#C2E6B5
(194,230,181)
#C8E8BD
(200,232,189)
#CEEAC5
(206,234,197)
#D4ECCD
(212,236,205)
#DAEED5
(218,238,213)
#E0F0DD
(224,240,221)
#E6F2E5
(230,242,229)
#ECF4ED
(236,244,237)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E2A5; }

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

This text font color is #B6E2A5.


Background Color

.myBgColor { background-color: #B6E2A5; }

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

This div background color is #B6E2A5.


Border color

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

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

This div border color is #B6E2A5.


Opacity

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

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

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

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

This text has shadow with #B6E2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E2A5 on black background.


Color preview on white background

This text has color #B6E2A5 on white background.



Black color preview on #B6E2A5 background

This text has black color on #B6E2A5 background.


White color preview on #B6E2A5 background

This text has white color on #B6E2A5 background.