COLOR #B6F3D8

HEX: #B6F3D8
RGB: (182,243,216)

Color info

#B6F3D8 contains mainly green and blue colors. Web safe color of #B6F3D8 is #CCFFCC (or #CFC).

RGB color model

#B6F3D8 color RGB value is (182,243,216).

  • red value is 182;
  • green value is 243;
  • blue value is 216.
RGB:
(182,243,216)
(71%,95%,85%)

RGB channels and saturation

R 182 of 255 = 71%
G 243 of 255 = 95%
B 216 of 255 = 85%

182
243
216

R + G + B ~ 84%. #B6F3D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 243 + 216 = 641 (100%)
R 182 of 641 ~ 28.39%
G 243 of 641 ~ 37.91%
B 216 of 641 ~ 33.7%

%28.39
%37.91
%33.7

CMYK color model

#B6F3D8 color CMYK value is (25,0,11,5).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 4.71%
CMYK:
(25,0,11,5)
C25M0Y11K5 
(25%,0%,11%,5%)
(0.25/0.00/0.11/0.05)	

CMYK percentages

%25.1
%0
%11.11
%4.71

Codes

Color #B6F3D8 in popluar color models

B6F3D8
RGB182243216
HSL153°71.76%83.33%
HSB/HSV153°25.10%95.29%
CMYK25.10%0.00%11.11%
4.71%

Color #B6F3D8 in popluar number systems.

HEXB6F3D8
Decimal182243216
Binary101101101111001111011000
Octal266363330

Shades and tints

Shades of #B6F3D8

#B6F3D8
(182,243,216)
#A6DDC5
(166,221,197)
#96C7B2
(150,199,178)
#86B19F
(134,177,159)
#769B8C
(118,155,140)
#668579
(102,133,121)
#566F66
(86,111,102)
#465953
(70,89,83)
#364340
(54,67,64)
#262D2D
(38,45,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6F3D8

#B6F3D8
(182,243,216)
#BCF4DB
(188,244,219)
#C2F5DE
(194,245,222)
#C8F6E1
(200,246,225)
#CEF7E4
(206,247,228)
#D4F8E7
(212,248,231)
#DAF9EA
(218,249,234)
#E0FAED
(224,250,237)
#E6FBF0
(230,251,240)
#ECFCF3
(236,252,243)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F3D8 color. Also use rgb(182,243,216) instead hex code.

Text Font Color

.myTextColor { color: #B6F3D8; }

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

This text font color is #B6F3D8.


Background Color

.myBgColor { background-color: #B6F3D8; }

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

This div background color is #B6F3D8.


Border color

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

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

This div border color is #B6F3D8.


Opacity

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

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

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

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

This text has shadow with #B6F3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F3D8 on black background.


Color preview on white background

This text has color #B6F3D8 on white background.



Black color preview on #B6F3D8 background

This text has black color on #B6F3D8 background.


White color preview on #B6F3D8 background

This text has white color on #B6F3D8 background.