COLOR #B6E6B2

HEX: #B6E6B2
RGB: (182,230,178)

Color info

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

RGB color model

#B6E6B2 color RGB value is (182,230,178).

  • red value is 182;
  • green value is 230;
  • blue value is 178.
RGB:
(182,230,178)
(71%,90%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 230 of 255 = 90%
B 178 of 255 = 70%

182
230
178

R + G + B ~ 77%. #B6E6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 230 + 178 = 590 (100%)
R 182 of 590 ~ 30.85%
G 230 of 590 ~ 38.98%
B 178 of 590 ~ 30.17%

%30.85
%38.98
%30.17

CMYK color model

#B6E6B2 color CMYK value is (21,0,23,10).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 9.80%
CMYK:
(21,0,23,10)
C21M0Y23K10 
(21%,0%,23%,10%)
(0.21/0.00/0.23/0.10)	

CMYK percentages

%20.87
%0
%22.61
%9.8

Codes

Color #B6E6B2 in popluar color models

B6E6B2
RGB182230178
HSL115°50.98%80.00%
HSB/HSV115°22.61%90.20%
CMYK20.87%0.00%22.61%
9.80%

Color #B6E6B2 in popluar number systems.

HEXB6E6B2
Decimal182230178
Binary101101101110011010110010
Octal266346262

Shades and tints

Shades of #B6E6B2

#B6E6B2
(182,230,178)
#A6D2A2
(166,210,162)
#96BE92
(150,190,146)
#86AA82
(134,170,130)
#769672
(118,150,114)
#668262
(102,130,98)
#566E52
(86,110,82)
#465A42
(70,90,66)
#364632
(54,70,50)
#263222
(38,50,34)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #B6E6B2

#B6E6B2
(182,230,178)
#BCE8B9
(188,232,185)
#C2EAC0
(194,234,192)
#C8ECC7
(200,236,199)
#CEEECE
(206,238,206)
#D4F0D5
(212,240,213)
#DAF2DC
(218,242,220)
#E0F4E3
(224,244,227)
#E6F6EA
(230,246,234)
#ECF8F1
(236,248,241)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E6B2 color. Also use rgb(182,230,178) instead hex code.

Text Font Color

.myTextColor { color: #B6E6B2; }

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

This text font color is #B6E6B2.


Background Color

.myBgColor { background-color: #B6E6B2; }

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

This div background color is #B6E6B2.


Border color

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

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

This div border color is #B6E6B2.


Opacity

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

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

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

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

This text has shadow with #B6E6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E6B2 on black background.


Color preview on white background

This text has color #B6E6B2 on white background.



Black color preview on #B6E6B2 background

This text has black color on #B6E6B2 background.


White color preview on #B6E6B2 background

This text has white color on #B6E6B2 background.