COLOR #B6F665

HEX: #B6F665
RGB: (182,246,101)

Color info

#B6F665 contains mainly green color. Web safe color of #B6F665 is #CCFF66 (or #CF6).

RGB color model

#B6F665 color RGB value is (182,246,101).

  • red value is 182;
  • green value is 246;
  • blue value is 101.
RGB:
(182,246,101)
(71%,96%,40%)

RGB channels and saturation

R 182 of 255 = 71%
G 246 of 255 = 96%
B 101 of 255 = 40%

182
246
101

R + G + B ~ 69%. #B6F665 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 246 + 101 = 529 (100%)
R 182 of 529 ~ 34.4%
G 246 of 529 ~ 46.5%
B 101 of 529 ~ 19.09%

%34.4
%46.5
%19.09

CMYK color model

#B6F665 color CMYK value is (26,0,59,4).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 58.94%
  • key color value is 3.53%
CMYK:
(26,0,59,4)
C26M0Y59K4 
(26%,0%,59%,4%)
(0.26/0.00/0.59/0.04)	

CMYK percentages

%26.02
%0
%58.94
%3.53

Codes

Color #B6F665 in popluar color models

B6F665
RGB182246101
HSL86°88.96%68.04%
HSB/HSV86°58.94%96.47%
CMYK26.02%0.00%58.94%
3.53%

Color #B6F665 in popluar number systems.

HEXB6F665
Decimal182246101
Binary10110110111101101100101
Octal266366145

Shades and tints

Shades of #B6F665

#B6F665
(182,246,101)
#A6E05C
(166,224,92)
#96CA53
(150,202,83)
#86B44A
(134,180,74)
#769E41
(118,158,65)
#668838
(102,136,56)
#56722F
(86,114,47)
#465C26
(70,92,38)
#36461D
(54,70,29)
#263014
(38,48,20)
#161A0B
(22,26,11)
#000000
(0,0,0)

Tints of #B6F665

#B6F665
(182,246,101)
#BCF673
(188,246,115)
#C2F681
(194,246,129)
#C8F68F
(200,246,143)
#CEF69D
(206,246,157)
#D4F6AB
(212,246,171)
#DAF6B9
(218,246,185)
#E0F6C7
(224,246,199)
#E6F6D5
(230,246,213)
#ECF6E3
(236,246,227)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F665 color. Also use rgb(182,246,101) instead hex code.

Text Font Color

.myTextColor { color: #B6F665; }

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

This text font color is #B6F665.


Background Color

.myBgColor { background-color: #B6F665; }

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

This div background color is #B6F665.


Border color

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

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

This div border color is #B6F665.


Opacity

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

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

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

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

This text has shadow with #B6F665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F665 on black background.


Color preview on white background

This text has color #B6F665 on white background.



Black color preview on #B6F665 background

This text has black color on #B6F665 background.


White color preview on #B6F665 background

This text has white color on #B6F665 background.