COLOR #B6F1D0

HEX: #B6F1D0
RGB: (182,241,208)

Color info

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

RGB color model

#B6F1D0 color RGB value is (182,241,208).

  • red value is 182;
  • green value is 241;
  • blue value is 208.
RGB:
(182,241,208)
(71%,95%,82%)

RGB channels and saturation

R 182 of 255 = 71%
G 241 of 255 = 95%
B 208 of 255 = 82%

182
241
208

R + G + B ~ 83%. #B6F1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 241 + 208 = 631 (100%)
R 182 of 631 ~ 28.84%
G 241 of 631 ~ 38.19%
B 208 of 631 ~ 32.96%

%28.84
%38.19
%32.96

CMYK color model

#B6F1D0 color CMYK value is (24,0,14,5).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 5.49%
CMYK:
(24,0,14,5)
C24M0Y14K5 
(24%,0%,14%,5%)
(0.24/0.00/0.14/0.05)	

CMYK percentages

%24.48
%0
%13.69
%5.49

Codes

Color #B6F1D0 in popluar color models

B6F1D0
RGB182241208
HSL146°67.82%82.94%
HSB/HSV146°24.48%94.51%
CMYK24.48%0.00%13.69%
5.49%

Color #B6F1D0 in popluar number systems.

HEXB6F1D0
Decimal182241208
Binary101101101111000111010000
Octal266361320

Shades and tints

Shades of #B6F1D0

#B6F1D0
(182,241,208)
#A6DCBE
(166,220,190)
#96C7AC
(150,199,172)
#86B29A
(134,178,154)
#769D88
(118,157,136)
#668876
(102,136,118)
#567364
(86,115,100)
#465E52
(70,94,82)
#364940
(54,73,64)
#26342E
(38,52,46)
#161F1C
(22,31,28)
#000000
(0,0,0)

Tints of #B6F1D0

#B6F1D0
(182,241,208)
#BCF2D4
(188,242,212)
#C2F3D8
(194,243,216)
#C8F4DC
(200,244,220)
#CEF5E0
(206,245,224)
#D4F6E4
(212,246,228)
#DAF7E8
(218,247,232)
#E0F8EC
(224,248,236)
#E6F9F0
(230,249,240)
#ECFAF4
(236,250,244)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F1D0 color. Also use rgb(182,241,208) instead hex code.

Text Font Color

.myTextColor { color: #B6F1D0; }

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

This text font color is #B6F1D0.


Background Color

.myBgColor { background-color: #B6F1D0; }

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

This div background color is #B6F1D0.


Border color

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

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

This div border color is #B6F1D0.


Opacity

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

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

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

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

This text has shadow with #B6F1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F1D0 on black background.


Color preview on white background

This text has color #B6F1D0 on white background.



Black color preview on #B6F1D0 background

This text has black color on #B6F1D0 background.


White color preview on #B6F1D0 background

This text has white color on #B6F1D0 background.