COLOR #B6E8BE

HEX: #B6E8BE
RGB: (182,232,190)

Color info

#B6E8BE contains red, green and blue colors in about the same proportion. Web safe color of #B6E8BE is #CCFFCC (or #CFC).

RGB color model

#B6E8BE color RGB value is (182,232,190).

  • red value is 182;
  • green value is 232;
  • blue value is 190.
RGB:
(182,232,190)
(71%,91%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 190 of 255 = 75%

182
232
190

R + G + B ~ 79%. #B6E8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 190 = 604 (100%)
R 182 of 604 ~ 30.13%
G 232 of 604 ~ 38.41%
B 190 of 604 ~ 31.46%

%30.13
%38.41
%31.46

CMYK color model

#B6E8BE color CMYK value is (22,0,18,9).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(22,0,18,9)
C22M0Y18K9 
(22%,0%,18%,9%)
(0.22/0.00/0.18/0.09)	

CMYK percentages

%21.55
%0
%18.1
%9.02

Codes

Color #B6E8BE in popluar color models

B6E8BE
RGB182232190
HSL130°52.08%81.18%
HSB/HSV130°21.55%90.98%
CMYK21.55%0.00%18.10%
9.02%

Color #B6E8BE in popluar number systems.

HEXB6E8BE
Decimal182232190
Binary101101101110100010111110
Octal266350276

Shades and tints

Shades of #B6E8BE

#B6E8BE
(182,232,190)
#A6D3AD
(166,211,173)
#96BE9C
(150,190,156)
#86A98B
(134,169,139)
#76947A
(118,148,122)
#667F69
(102,127,105)
#566A58
(86,106,88)
#465547
(70,85,71)
#364036
(54,64,54)
#262B25
(38,43,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6E8BE

#B6E8BE
(182,232,190)
#BCEAC3
(188,234,195)
#C2ECC8
(194,236,200)
#C8EECD
(200,238,205)
#CEF0D2
(206,240,210)
#D4F2D7
(212,242,215)
#DAF4DC
(218,244,220)
#E0F6E1
(224,246,225)
#E6F8E6
(230,248,230)
#ECFAEB
(236,250,235)
#F2FCF0
(242,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E8BE color. Also use rgb(182,232,190) instead hex code.

Text Font Color

.myTextColor { color: #B6E8BE; }

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

This text font color is #B6E8BE.


Background Color

.myBgColor { background-color: #B6E8BE; }

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

This div background color is #B6E8BE.


Border color

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

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

This div border color is #B6E8BE.


Opacity

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

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

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

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

This text has shadow with #B6E8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8BE on black background.


Color preview on white background

This text has color #B6E8BE on white background.



Black color preview on #B6E8BE background

This text has black color on #B6E8BE background.


White color preview on #B6E8BE background

This text has white color on #B6E8BE background.