COLOR #B6F5E0

HEX: #B6F5E0 RGB: (182,245,224)

Color info

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

RGB color model

#B6F5E0 color RGB value is (182,245,224).

RGB: (182,245,224) (71%, 96%, 88%)

RGB channels and saturation

R 182 of 255 = 71%
G 245 of 255 = 96%
B 224 of 255 = 88%

182
245
224

R + G + B ~ 85%. #B6F5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 245 + 224 = 651 (100%)
R 182 of 651 ~ 27.96%
G 245 of 651 ~ 37.63%
B 224 of 651 ~ 34.41'%

%27.96
%37.63
%34.41

CMYK color model

#B6F5E0 color CMYK value is (26,0,9,4).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 3.92%

CMYK: (26,0,9,4)
C26M0Y9K4 (26%, 0%, 9%, 4%)
(0.26 / 0.00 / 0.09 / 0.04)

CMYK percentages

%25.71
%0
%8.57
%3.92

Codes

Color #B6F5E0 in popluar color models

B6 F5 E0
RGB 182 245 224
HSL 160° 75.90% 83.73%
HSB/HSV 160° 25.71% 96.08%
CMYK 25.71% 0.00% 8.57%
3.92%

Color #B6F5E0 in popluar number systems.

HEX B6 F5 E0
Decimal 182 245 224
Binary 10110110 11110101 11100000
Octal 266 365 340

Shades and tints

Shades of #B6F5E0

#B6F5E0
(182,245,224)
#A6DFCC
(166,223,204)
#96C9B8
(150,201,184)
#86B3A4
(134,179,164)
#769D90
(118,157,144)
#66877C
(102,135,124)
#567168
(86,113,104)
#465B54
(70,91,84)
#364540
(54,69,64)
#262F2C
(38,47,44)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6F5E0

#B6F5E0
(182,245,224)
#BCF5E2
(188,245,226)
#C2F5E4
(194,245,228)
#C8F5E6
(200,245,230)
#CEF5E8
(206,245,232)
#D4F5EA
(212,245,234)
#DAF5EC
(218,245,236)
#E0F5EE
(224,245,238)
#E6F5F0
(230,245,240)
#ECF5F2
(236,245,242)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F5E0 color. Also use rgb(182,245,224) instead hex code.

Text Font Color

.myTextColor { color: #B6F5E0; }

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

This text font color is #B6F5E0.

Background Color

.myBgColor { background-color: #B6F5E0; }

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

This div background color is #B6F5E0.

Border color

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

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

This div border color is #B6F5E0.

Opacity

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

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

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

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

This text has shadow with #B6F5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F5E0.

Preview

Color preview on black background

This text has color #B6F5E0 on black background.


Color preview on white background

This text has color #B6F5E0 on white background.


Black color preview on #B6F5E0 background

This text has black color on #B6F5E0 background.


White color preview on #B6F5E0 background

This text has white color on #B6F5E0 background.


Related colors

Complementary color

Complementary color for #hex is #490A1F.


I love getcolorcode.com

Triadic colors

1 #E0B6F5 and #F5E0B6 with #B6F5E0 are triadic colors.

2 #E0F5B6 and #F5B6E0 with #B6F5E0 are triadic colors.