COLOR #B6F0D9

HEX: #B6F0D9 RGB: (182,240,217)

Color info

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

RGB color model

#B6F0D9 color RGB value is (182,240,217).

RGB: (182,240,217) (71%, 94%, 85%)

RGB channels and saturation

R 182 of 255 = 71%
G 240 of 255 = 94%
B 217 of 255 = 85%

182
240
217

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

Portions of RGB colors in percentages

R + G + B = 182 + 240 + 217 = 639 (100%)
R 182 of 639 ~ 28.48%
G 240 of 639 ~ 37.56%
B 217 of 639 ~ 33.96'%

%28.48
%37.56
%33.96

CMYK color model

#B6F0D9 color CMYK value is (24,0,10,6).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%
CMYK: (24,0,10,6) C24M0Y10K6 (24%,0%,10%,6%) (0.24/0.00/0.10/0.06) 

CMYK percentages

%24.17
%0
%9.58
%5.88

Codes

Color #B6F0D9 in popluar color models

B6 F0 D9
RGB 182 240 217
HSL 156° 65.91% 82.75%
HSB/HSV 156° 24.17% 94.12%
CMYK 24.17% 0.00% 9.58%
5.88%

Color #B6F0D9 in popluar number systems.

HEX B6 F0 D9
Decimal 182 240 217
Binary 10110110 11110000 11011001
Octal 266 360 331

Shades and tints

Shades of #B6F0D9

#B6F0D9
(182,240,217)
#A6DBC6
(166,219,198)
#96C6B3
(150,198,179)
#86B1A0
(134,177,160)
#769C8D
(118,156,141)
#66877A
(102,135,122)
#567267
(86,114,103)
#465D54
(70,93,84)
#364841
(54,72,65)
#26332E
(38,51,46)
#161E1B
(22,30,27)
#000000
(0,0,0)

Tints of #B6F0D9

#B6F0D9
(182,240,217)
#BCF1DC
(188,241,220)
#C2F2DF
(194,242,223)
#C8F3E2
(200,243,226)
#CEF4E5
(206,244,229)
#D4F5E8
(212,245,232)
#DAF6EB
(218,246,235)
#E0F7EE
(224,247,238)
#E6F8F1
(230,248,241)
#ECF9F4
(236,249,244)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F0D9 color. Also use rgb(182,240,217) instead hex code.

Text Font Color

.myTextColor { color: #B6F0D9; }

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

This text font color is #B6F0D9.

Background Color

.myBgColor { background-color: #B6F0D9; }

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

This div background color is #B6F0D9.

Border color

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

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

This div border color is #B6F0D9.

Opacity

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

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

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

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

This text has shadow with #B6F0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F0D9.

Preview

Color preview on black background

This text has color #B6F0D9 on black background.


Color preview on white background

This text has color #B6F0D9 on white background.


Black color preview on #B6F0D9 background

This text has black color on #B6F0D9 background.


White color preview on #B6F0D9 background

This text has white color on #B6F0D9 background.


Related colors

Complementary color

Complementary color for #hex is #490F26.


I love getcolorcode.com

Triadic colors

1 #D9B6F0 and #F0D9B6 with #B6F0D9 are triadic colors.

2 #D9F0B6 and #F0B6D9 with #B6F0D9 are triadic colors.