COLOR #B6E8B3

HEX: #B6E8B3
RGB: (182,232,179)

Color info

#B6E8B3 contains red, green and blue colors in about the same proportion. Web safe color of #B6E8B3 is #CCFF99 (or #CF9).

RGB color model

#B6E8B3 color RGB value is (182,232,179).

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

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 179 of 255 = 70%

182
232
179

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

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 179 = 593 (100%)
R 182 of 593 ~ 30.69%
G 232 of 593 ~ 39.12%
B 179 of 593 ~ 30.19%

%30.69
%39.12
%30.19

CMYK color model

#B6E8B3 color CMYK value is (22,0,23,9).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 9.02%
CMYK:
(22,0,23,9)
C22M0Y23K9 
(22%,0%,23%,9%)
(0.22/0.00/0.23/0.09)	

CMYK percentages

%21.55
%0
%22.84
%9.02

Codes

Color #B6E8B3 in popluar color models

B6E8B3
RGB182232179
HSL117°53.54%80.59%
HSB/HSV117°22.84%90.98%
CMYK21.55%0.00%22.84%
9.02%

Color #B6E8B3 in popluar number systems.

HEXB6E8B3
Decimal182232179
Binary101101101110100010110011
Octal266350263

Shades and tints

Shades of #B6E8B3

#B6E8B3
(182,232,179)
#A6D3A3
(166,211,163)
#96BE93
(150,190,147)
#86A983
(134,169,131)
#769473
(118,148,115)
#667F63
(102,127,99)
#566A53
(86,106,83)
#465543
(70,85,67)
#364033
(54,64,51)
#262B23
(38,43,35)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #B6E8B3

#B6E8B3
(182,232,179)
#BCEAB9
(188,234,185)
#C2ECBF
(194,236,191)
#C8EEC5
(200,238,197)
#CEF0CB
(206,240,203)
#D4F2D1
(212,242,209)
#DAF4D7
(218,244,215)
#E0F6DD
(224,246,221)
#E6F8E3
(230,248,227)
#ECFAE9
(236,250,233)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E8B3; }

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

This text font color is #B6E8B3.


Background Color

.myBgColor { background-color: #B6E8B3; }

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

This div background color is #B6E8B3.


Border color

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

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

This div border color is #B6E8B3.


Opacity

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

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

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

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

This text has shadow with #B6E8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8B3 on black background.


Color preview on white background

This text has color #B6E8B3 on white background.



Black color preview on #B6E8B3 background

This text has black color on #B6E8B3 background.


White color preview on #B6E8B3 background

This text has white color on #B6E8B3 background.