COLOR #B6F7BE

HEX: #B6F7BE RGB: (182,247,190)

Color info

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

RGB color model

#B6F7BE color RGB value is (182,247,190).

RGB: (182,247,190) (71%, 97%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 247 of 255 = 97%
B 190 of 255 = 75%

182
247
190

R + G + B ~ 81%. #B6F7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 247 + 190 = 619 (100%)
R 182 of 619 ~ 29.4%
G 247 of 619 ~ 39.9%
B 190 of 619 ~ 30.69'%

%29.4
%39.9
%30.69

CMYK color model

#B6F7BE color CMYK value is (26,0,23,3).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%

CMYK: (26,0,23,3)
C26M0Y23K3 (26%, 0%, 23%, 3%)
(0.26 / 0.00 / 0.23 / 0.03)

CMYK percentages

%26.32
%0
%23.08
%3.14

Codes

Color #B6F7BE in popluar color models

B6 F7 BE
RGB 182 247 190
HSL 127° 80.25% 84.12%
HSB/HSV 127° 26.32% 96.86%
CMYK 26.32% 0.00% 23.08%
3.14%

Color #B6F7BE in popluar number systems.

HEX B6 F7 BE
Decimal 182 247 190
Binary 10110110 11110111 10111110
Octal 266 367 276

Shades and tints

Shades of #B6F7BE

#B6F7BE
(182,247,190)
#A6E1AD
(166,225,173)
#96CB9C
(150,203,156)
#86B58B
(134,181,139)
#769F7A
(118,159,122)
#668969
(102,137,105)
#567358
(86,115,88)
#465D47
(70,93,71)
#364736
(54,71,54)
#263125
(38,49,37)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6F7BE

#B6F7BE
(182,247,190)
#BCF7C3
(188,247,195)
#C2F7C8
(194,247,200)
#C8F7CD
(200,247,205)
#CEF7D2
(206,247,210)
#D4F7D7
(212,247,215)
#DAF7DC
(218,247,220)
#E0F7E1
(224,247,225)
#E6F7E6
(230,247,230)
#ECF7EB
(236,247,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F7BE color. Also use rgb(182,247,190) instead hex code.

Text Font Color

.myTextColor { color: #B6F7BE; }

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

This text font color is #B6F7BE.

Background Color

.myBgColor { background-color: #B6F7BE; }

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

This div background color is #B6F7BE.

Border color

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

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

This div border color is #B6F7BE.

Opacity

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

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

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

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

This text has shadow with #B6F7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F7BE.

Preview

Color preview on black background

This text has color #B6F7BE on black background.


Color preview on white background

This text has color #B6F7BE on white background.


Black color preview on #B6F7BE background

This text has black color on #B6F7BE background.


White color preview on #B6F7BE background

This text has white color on #B6F7BE background.


Related colors

Complementary color

Complementary color for #hex is #490841.


I love getcolorcode.com

Triadic colors

1 #BEB6F7 and #F7BEB6 with #B6F7BE are triadic colors.

2 #BEF7B6 and #F7B6BE with #B6F7BE are triadic colors.