COLOR #B6F5E6

HEX: #B6F5E6 RGB: (182,245,230)

Color info

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

RGB color model

#B6F5E6 color RGB value is (182,245,230).

RGB: (182,245,230) (71%, 96%, 90%)

RGB channels and saturation

R 182 of 255 = 71%
G 245 of 255 = 96%
B 230 of 255 = 90%

182
245
230

R + G + B ~ 86%. #B6F5E6 is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 245 + 230 = 657 (100%)
R 182 of 657 ~ 27.7%
G 245 of 657 ~ 37.29%
B 230 of 657 ~ 35.01'%

%27.7
%37.29
%35.01

CMYK color model

#B6F5E6 color CMYK value is (26,0,6,4).

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

CMYK: (26,0,6,4)
C26M0Y6K4 (26%, 0%, 6%, 4%)
(0.26 / 0.00 / 0.06 / 0.04)

CMYK percentages

%25.71
%0
%6.12
%3.92

Codes

Color #B6F5E6 in popluar color models

B6 F5 E6
RGB 182 245 230
HSL 166° 75.90% 83.73%
HSB/HSV 166° 25.71% 96.08%
CMYK 25.71% 0.00% 6.12%
3.92%

Color #B6F5E6 in popluar number systems.

HEX B6 F5 E6
Decimal 182 245 230
Binary 10110110 11110101 11100110
Octal 266 365 346

Shades and tints

Shades of #B6F5E6

#B6F5E6
(182,245,230)
#A6DFD2
(166,223,210)
#96C9BE
(150,201,190)
#86B3AA
(134,179,170)
#769D96
(118,157,150)
#668782
(102,135,130)
#56716E
(86,113,110)
#465B5A
(70,91,90)
#364546
(54,69,70)
#262F32
(38,47,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #B6F5E6

#B6F5E6
(182,245,230)
#BCF5E8
(188,245,232)
#C2F5EA
(194,245,234)
#C8F5EC
(200,245,236)
#CEF5EE
(206,245,238)
#D4F5F0
(212,245,240)
#DAF5F2
(218,245,242)
#E0F5F4
(224,245,244)
#E6F5F6
(230,245,246)
#ECF5F8
(236,245,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F5E6; }

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

This text font color is #B6F5E6.

Background Color

.myBgColor { background-color: #B6F5E6; }

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

This div background color is #B6F5E6.

Border color

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

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

This div border color is #B6F5E6.

Opacity

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

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

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

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

This text has shadow with #B6F5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F5E6.

Preview

Color preview on black background

This text has color #B6F5E6 on black background.


Color preview on white background

This text has color #B6F5E6 on white background.


Black color preview on #B6F5E6 background

This text has black color on #B6F5E6 background.


White color preview on #B6F5E6 background

This text has white color on #B6F5E6 background.


Related colors

Complementary color

Complementary color for #hex is #490A19.


I love getcolorcode.com

Triadic colors

1 #E6B6F5 and #F5E6B6 with #B6F5E6 are triadic colors.

2 #E6F5B6 and #F5B6E6 with #B6F5E6 are triadic colors.