COLOR #B6F0D7

HEX: #B6F0D7 RGB: (182,240,215)

Color info

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

RGB color model

#B6F0D7 color RGB value is (182,240,215).

RGB: (182,240,215) (71%, 94%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 240 of 255 = 94%
B 215 of 255 = 84%

182
240
215

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

Portions of RGB colors in percentages

R + G + B = 182 + 240 + 215 = 637 (100%)
R 182 of 637 ~ 28.57%
G 240 of 637 ~ 37.68%
B 215 of 637 ~ 33.75'%

%28.57
%37.68
%33.75

CMYK color model

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

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • 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
%10.42
%5.88

Codes

Color #B6F0D7 in popluar color models

B6 F0 D7
RGB 182 240 215
HSL 154° 65.91% 82.75%
HSB/HSV 154° 24.17% 94.12%
CMYK 24.17% 0.00% 10.42%
5.88%

Color #B6F0D7 in popluar number systems.

HEX B6 F0 D7
Decimal 182 240 215
Binary 10110110 11110000 11010111
Octal 266 360 327

Shades and tints

Shades of #B6F0D7

#B6F0D7
(182,240,215)
#A6DBC4
(166,219,196)
#96C6B1
(150,198,177)
#86B19E
(134,177,158)
#769C8B
(118,156,139)
#668778
(102,135,120)
#567265
(86,114,101)
#465D52
(70,93,82)
#36483F
(54,72,63)
#26332C
(38,51,44)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #B6F0D7

#B6F0D7
(182,240,215)
#BCF1DA
(188,241,218)
#C2F2DD
(194,242,221)
#C8F3E0
(200,243,224)
#CEF4E3
(206,244,227)
#D4F5E6
(212,245,230)
#DAF6E9
(218,246,233)
#E0F7EC
(224,247,236)
#E6F8EF
(230,248,239)
#ECF9F2
(236,249,242)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F0D7; }

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

This text font color is #B6F0D7.

Background Color

.myBgColor { background-color: #B6F0D7; }

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

This div background color is #B6F0D7.

Border color

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

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

This div border color is #B6F0D7.

Opacity

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

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

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

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

This text has shadow with #B6F0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F0D7.

Preview

Color preview on black background

This text has color #B6F0D7 on black background.


Color preview on white background

This text has color #B6F0D7 on white background.


Black color preview on #B6F0D7 background

This text has black color on #B6F0D7 background.


White color preview on #B6F0D7 background

This text has white color on #B6F0D7 background.


Related colors

Complementary color

Complementary color for #hex is #490F28.


I love getcolorcode.com

Triadic colors

1 #D7B6F0 and #F0D7B6 with #B6F0D7 are triadic colors.

2 #D7F0B6 and #F0B6D7 with #B6F0D7 are triadic colors.