COLOR #B6E8B8

HEX: #B6E8B8
RGB: (182,232,184)

Color info

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

RGB color model

#B6E8B8 color RGB value is (182,232,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 184 of 255 = 72%

182
232
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 184 = 598 (100%)
R 182 of 598 ~ 30.43%
G 232 of 598 ~ 38.8%
B 184 of 598 ~ 30.77%

%30.43
%38.8
%30.77

CMYK color model

#B6E8B8 color CMYK value is (22,0,21,9).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 9.02%
CMYK:
(22,0,21,9)
C22M0Y21K9 
(22%,0%,21%,9%)
(0.22/0.00/0.21/0.09)	

CMYK percentages

%21.55
%0
%20.69
%9.02

Codes

Color #B6E8B8 in popluar color models

B6E8B8
RGB182232184
HSL122°52.08%81.18%
HSB/HSV122°21.55%90.98%
CMYK21.55%0.00%20.69%
9.02%

Color #B6E8B8 in popluar number systems.

HEXB6E8B8
Decimal182232184
Binary101101101110100010111000
Octal266350270

Shades and tints

Shades of #B6E8B8

#B6E8B8
(182,232,184)
#A6D3A8
(166,211,168)
#96BE98
(150,190,152)
#86A988
(134,169,136)
#769478
(118,148,120)
#667F68
(102,127,104)
#566A58
(86,106,88)
#465548
(70,85,72)
#364038
(54,64,56)
#262B28
(38,43,40)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6E8B8

#B6E8B8
(182,232,184)
#BCEABE
(188,234,190)
#C2ECC4
(194,236,196)
#C8EECA
(200,238,202)
#CEF0D0
(206,240,208)
#D4F2D6
(212,242,214)
#DAF4DC
(218,244,220)
#E0F6E2
(224,246,226)
#E6F8E8
(230,248,232)
#ECFAEE
(236,250,238)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E8B8; }

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

This text font color is #B6E8B8.


Background Color

.myBgColor { background-color: #B6E8B8; }

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

This div background color is #B6E8B8.


Border color

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

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

This div border color is #B6E8B8.


Opacity

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

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

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

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

This text has shadow with #B6E8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8B8 on black background.


Color preview on white background

This text has color #B6E8B8 on white background.



Black color preview on #B6E8B8 background

This text has black color on #B6E8B8 background.


White color preview on #B6E8B8 background

This text has white color on #B6E8B8 background.