COLOR #B6F6AA

HEX: #B6F6AA
RGB: (182,246,170)

Color info

#B6F6AA contains mainly green color. Web safe color of #B6F6AA is #CCFF99 (or #CF9).

RGB color model

#B6F6AA color RGB value is (182,246,170).

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

RGB channels and saturation

R 182 of 255 = 71%
G 246 of 255 = 96%
B 170 of 255 = 67%

182
246
170

R + G + B ~ 78%. #B6F6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 246 + 170 = 598 (100%)
R 182 of 598 ~ 30.43%
G 246 of 598 ~ 41.14%
B 170 of 598 ~ 28.43%

%30.43
%41.14
%28.43

CMYK color model

#B6F6AA color CMYK value is (26,0,31,4).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK:
(26,0,31,4)
C26M0Y31K4 
(26%,0%,31%,4%)
(0.26/0.00/0.31/0.04)	

CMYK percentages

%26.02
%0
%30.89
%3.53

Codes

Color #B6F6AA in popluar color models

B6F6AA
RGB182246170
HSL111°80.85%81.57%
HSB/HSV111°30.89%96.47%
CMYK26.02%0.00%30.89%
3.53%

Color #B6F6AA in popluar number systems.

HEXB6F6AA
Decimal182246170
Binary101101101111011010101010
Octal266366252

Shades and tints

Shades of #B6F6AA

#B6F6AA
(182,246,170)
#A6E09B
(166,224,155)
#96CA8C
(150,202,140)
#86B47D
(134,180,125)
#769E6E
(118,158,110)
#66885F
(102,136,95)
#567250
(86,114,80)
#465C41
(70,92,65)
#364632
(54,70,50)
#263023
(38,48,35)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6F6AA

#B6F6AA
(182,246,170)
#BCF6B1
(188,246,177)
#C2F6B8
(194,246,184)
#C8F6BF
(200,246,191)
#CEF6C6
(206,246,198)
#D4F6CD
(212,246,205)
#DAF6D4
(218,246,212)
#E0F6DB
(224,246,219)
#E6F6E2
(230,246,226)
#ECF6E9
(236,246,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F6AA; }

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

This text font color is #B6F6AA.


Background Color

.myBgColor { background-color: #B6F6AA; }

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

This div background color is #B6F6AA.


Border color

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

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

This div border color is #B6F6AA.


Opacity

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

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

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

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

This text has shadow with #B6F6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F6AA on black background.


Color preview on white background

This text has color #B6F6AA on white background.



Black color preview on #B6F6AA background

This text has black color on #B6F6AA background.


White color preview on #B6F6AA background

This text has white color on #B6F6AA background.