COLOR #B6FFB7

HEX: #B6FFB7 RGB: (182,255,183)

Color info

#B6FFB7 contains mainly green color. Web safe color of #B6FFB7 is #CCFFCC (or #CFC).

RGB color model

#B6FFB7 color RGB value is (182,255,183).

RGB: (182,255,183) (71%, 100%, 72%)

RGB channels and saturation

R 182 of 255 = 71%
G 255 of 255 = 100%
B 183 of 255 = 72%

182
255
183

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

Portions of RGB colors in percentages

R + G + B = 182 + 255 + 183 = 620 (100%)
R 182 of 620 ~ 29.35%
G 255 of 620 ~ 41.13%
B 183 of 620 ~ 29.52'%

%29.35
%41.13
%29.52

CMYK color model

#B6FFB7 color CMYK value is (29,0,28,0).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK: (29,0,28,0) C29M0Y28K0 (29%,0%,28%,0%) (0.29/0.00/0.28/0.00) 

CMYK percentages

%28.63
%0
%28.24
%0

Codes

Color #B6FFB7 in popluar color models

B6 FF B7
RGB 182 255 183
HSL 121° 100.00% 85.69%
HSB/HSV 121° 28.63% 100.00%
CMYK 28.63% 0.00% 28.24%
0.00%

Color #B6FFB7 in popluar number systems.

HEX B6 FF B7
Decimal 182 255 183
Binary 10110110 11111111 10110111
Octal 266 377 267

Shades and tints

Shades of #B6FFB7

#B6FFB7
(182,255,183)
#A6E8A7
(166,232,167)
#96D197
(150,209,151)
#86BA87
(134,186,135)
#76A377
(118,163,119)
#668C67
(102,140,103)
#567557
(86,117,87)
#465E47
(70,94,71)
#364737
(54,71,55)
#263027
(38,48,39)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6FFB7

#B6FFB7
(182,255,183)
#BCFFBD
(188,255,189)
#C2FFC3
(194,255,195)
#C8FFC9
(200,255,201)
#CEFFCF
(206,255,207)
#D4FFD5
(212,255,213)
#DAFFDB
(218,255,219)
#E0FFE1
(224,255,225)
#E6FFE7
(230,255,231)
#ECFFED
(236,255,237)
#F2FFF3
(242,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FFB7 color. Also use rgb(182,255,183) instead hex code.

Text Font Color

.myTextColor { color: #B6FFB7; }

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

This text font color is #B6FFB7.

Background Color

.myBgColor { background-color: #B6FFB7; }

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

This div background color is #B6FFB7.

Border color

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

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

This div border color is #B6FFB7.

Opacity

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

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

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

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

This text has shadow with #B6FFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FFB7.

Preview

Color preview on black background

This text has color #B6FFB7 on black background.


Color preview on white background

This text has color #B6FFB7 on white background.


Black color preview on #B6FFB7 background

This text has black color on #B6FFB7 background.


White color preview on #B6FFB7 background

This text has white color on #B6FFB7 background.


Related colors

Complementary color

Complementary color for #hex is #490048.


I love getcolorcode.com

Triadic colors

1 #B7B6FF and #FFB7B6 with #B6FFB7 are triadic colors.

2 #B7FFB6 and #FFB6B7 with #B6FFB7 are triadic colors.