COLOR #B4F6A9

HEX: #B4F6A9
RGB: (180,246,169)

Color info

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

RGB color model

#B4F6A9 color RGB value is (180,246,169).

  • red value is 180;
  • green value is 246;
  • blue value is 169.
RGB:
(180,246,169)
(71%,96%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 169 of 255 = 66%

180
246
169

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

Portions of RGB colors in percentages

R + G + B =
180 + 246 + 169 = 595 (100%)
R 180 of 595 ~ 30.25%
G 246 of 595 ~ 41.34%
B 169 of 595 ~ 28.4%

%30.25
%41.34
%28.4

CMYK color model

#B4F6A9 color CMYK value is (27,0,31,4).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 3.53%
CMYK:
(27,0,31,4)
C27M0Y31K4 
(27%,0%,31%,4%)
(0.27/0.00/0.31/0.04)	

CMYK percentages

%26.83
%0
%31.3
%3.53

Codes

Color #B4F6A9 in popluar color models

B4F6A9
RGB180246169
HSL111°81.05%81.37%
HSB/HSV111°31.30%96.47%
CMYK26.83%0.00%31.30%
3.53%

Color #B4F6A9 in popluar number systems.

HEXB4F6A9
Decimal180246169
Binary101101001111011010101001
Octal264366251

Shades and tints

Shades of #B4F6A9

#B4F6A9
(180,246,169)
#A4E09A
(164,224,154)
#94CA8B
(148,202,139)
#84B47C
(132,180,124)
#749E6D
(116,158,109)
#64885E
(100,136,94)
#54724F
(84,114,79)
#445C40
(68,92,64)
#344631
(52,70,49)
#243022
(36,48,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4F6A9

#B4F6A9
(180,246,169)
#BAF6B0
(186,246,176)
#C0F6B7
(192,246,183)
#C6F6BE
(198,246,190)
#CCF6C5
(204,246,197)
#D2F6CC
(210,246,204)
#D8F6D3
(216,246,211)
#DEF6DA
(222,246,218)
#E4F6E1
(228,246,225)
#EAF6E8
(234,246,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F6A9 color. Also use rgb(180,246,169) instead hex code.

Text Font Color

.myTextColor { color: #B4F6A9; }

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

This text font color is #B4F6A9.


Background Color

.myBgColor { background-color: #B4F6A9; }

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

This div background color is #B4F6A9.


Border color

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

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

This div border color is #B4F6A9.


Opacity

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

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

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

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

This text has shadow with #B4F6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F6A9 on black background.


Color preview on white background

This text has color #B4F6A9 on white background.



Black color preview on #B4F6A9 background

This text has black color on #B4F6A9 background.


White color preview on #B4F6A9 background

This text has white color on #B4F6A9 background.