COLOR #B6E8D1

HEX: #B6E8D1
RGB: (182,232,209)

Color info

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

RGB color model

#B6E8D1 color RGB value is (182,232,209).

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

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 209 of 255 = 82%

182
232
209

R + G + B ~ 81%. #B6E8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 232 + 209 = 623 (100%)
R 182 of 623 ~ 29.21%
G 232 of 623 ~ 37.24%
B 209 of 623 ~ 33.55%

%29.21
%37.24
%33.55

CMYK color model

#B6E8D1 color CMYK value is (22,0,10,9).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(22,0,10,9)
C22M0Y10K9 
(22%,0%,10%,9%)
(0.22/0.00/0.10/0.09)	

CMYK percentages

%21.55
%0
%9.91
%9.02

Codes

Color #B6E8D1 in popluar color models

B6E8D1
RGB182232209
HSL152°52.08%81.18%
HSB/HSV152°21.55%90.98%
CMYK21.55%0.00%9.91%
9.02%

Color #B6E8D1 in popluar number systems.

HEXB6E8D1
Decimal182232209
Binary101101101110100011010001
Octal266350321

Shades and tints

Shades of #B6E8D1

#B6E8D1
(182,232,209)
#A6D3BE
(166,211,190)
#96BEAB
(150,190,171)
#86A998
(134,169,152)
#769485
(118,148,133)
#667F72
(102,127,114)
#566A5F
(86,106,95)
#46554C
(70,85,76)
#364039
(54,64,57)
#262B26
(38,43,38)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #B6E8D1

#B6E8D1
(182,232,209)
#BCEAD5
(188,234,213)
#C2ECD9
(194,236,217)
#C8EEDD
(200,238,221)
#CEF0E1
(206,240,225)
#D4F2E5
(212,242,229)
#DAF4E9
(218,244,233)
#E0F6ED
(224,246,237)
#E6F8F1
(230,248,241)
#ECFAF5
(236,250,245)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E8D1; }

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

This text font color is #B6E8D1.


Background Color

.myBgColor { background-color: #B6E8D1; }

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

This div background color is #B6E8D1.


Border color

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

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

This div border color is #B6E8D1.


Opacity

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

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

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

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

This text has shadow with #B6E8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E8D1 on black background.


Color preview on white background

This text has color #B6E8D1 on white background.



Black color preview on #B6E8D1 background

This text has black color on #B6E8D1 background.


White color preview on #B6E8D1 background

This text has white color on #B6E8D1 background.