COLOR #B6E2BC

HEX: #B6E2BC
RGB: (182,226,188)

Color info

#B6E2BC contains red, green and blue colors in about the same proportion. Web safe color of #B6E2BC is #CCCCCC (or #CCC).

RGB color model

#B6E2BC color RGB value is (182,226,188).

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

RGB channels and saturation

R 182 of 255 = 71%
G 226 of 255 = 89%
B 188 of 255 = 74%

182
226
188

R + G + B ~ 78%. #B6E2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 226 + 188 = 596 (100%)
R 182 of 596 ~ 30.54%
G 226 of 596 ~ 37.92%
B 188 of 596 ~ 31.54%

%30.54
%37.92
%31.54

CMYK color model

#B6E2BC color CMYK value is (19,0,17,11).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(19,0,17,11)
C19M0Y17K11 
(19%,0%,17%,11%)
(0.19/0.00/0.17/0.11)	

CMYK percentages

%19.47
%0
%16.81
%11.37

Codes

Color #B6E2BC in popluar color models

B6E2BC
RGB182226188
HSL128°43.14%80.00%
HSB/HSV128°19.47%88.63%
CMYK19.47%0.00%16.81%
11.37%

Color #B6E2BC in popluar number systems.

HEXB6E2BC
Decimal182226188
Binary101101101110001010111100
Octal266342274

Shades and tints

Shades of #B6E2BC

#B6E2BC
(182,226,188)
#A6CEAB
(166,206,171)
#96BA9A
(150,186,154)
#86A689
(134,166,137)
#769278
(118,146,120)
#667E67
(102,126,103)
#566A56
(86,106,86)
#465645
(70,86,69)
#364234
(54,66,52)
#262E23
(38,46,35)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #B6E2BC

#B6E2BC
(182,226,188)
#BCE4C2
(188,228,194)
#C2E6C8
(194,230,200)
#C8E8CE
(200,232,206)
#CEEAD4
(206,234,212)
#D4ECDA
(212,236,218)
#DAEEE0
(218,238,224)
#E0F0E6
(224,240,230)
#E6F2EC
(230,242,236)
#ECF4F2
(236,244,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E2BC; }

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

This text font color is #B6E2BC.


Background Color

.myBgColor { background-color: #B6E2BC; }

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

This div background color is #B6E2BC.


Border color

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

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

This div border color is #B6E2BC.


Opacity

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

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

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

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

This text has shadow with #B6E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E2BC on black background.


Color preview on white background

This text has color #B6E2BC on white background.



Black color preview on #B6E2BC background

This text has black color on #B6E2BC background.


White color preview on #B6E2BC background

This text has white color on #B6E2BC background.