COLOR #B4F6B3

HEX: #B4F6B3
RGB: (180,246,179)

Color info

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

RGB color model

#B4F6B3 color RGB value is (180,246,179).

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

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 179 of 255 = 70%

180
246
179

R + G + B ~ 79%. #B4F6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 246 + 179 = 605 (100%)
R 180 of 605 ~ 29.75%
G 246 of 605 ~ 40.66%
B 179 of 605 ~ 29.59%

%29.75
%40.66
%29.59

CMYK color model

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

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 27.24%
  • key color value is 3.53%
CMYK:
(27,0,27,4)
C27M0Y27K4 
(27%,0%,27%,4%)
(0.27/0.00/0.27/0.04)	

CMYK percentages

%26.83
%0
%27.24
%3.53

Codes

Color #B4F6B3 in popluar color models

B4F6B3
RGB180246179
HSL119°78.82%83.33%
HSB/HSV119°27.24%96.47%
CMYK26.83%0.00%27.24%
3.53%

Color #B4F6B3 in popluar number systems.

HEXB4F6B3
Decimal180246179
Binary101101001111011010110011
Octal264366263

Shades and tints

Shades of #B4F6B3

#B4F6B3
(180,246,179)
#A4E0A3
(164,224,163)
#94CA93
(148,202,147)
#84B483
(132,180,131)
#749E73
(116,158,115)
#648863
(100,136,99)
#547253
(84,114,83)
#445C43
(68,92,67)
#344633
(52,70,51)
#243023
(36,48,35)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4F6B3

#B4F6B3
(180,246,179)
#BAF6B9
(186,246,185)
#C0F6BF
(192,246,191)
#C6F6C5
(198,246,197)
#CCF6CB
(204,246,203)
#D2F6D1
(210,246,209)
#D8F6D7
(216,246,215)
#DEF6DD
(222,246,221)
#E4F6E3
(228,246,227)
#EAF6E9
(234,246,233)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F6B3; }

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

This text font color is #B4F6B3.


Background Color

.myBgColor { background-color: #B4F6B3; }

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

This div background color is #B4F6B3.


Border color

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

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

This div border color is #B4F6B3.


Opacity

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

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

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

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

This text has shadow with #B4F6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F6B3 on black background.


Color preview on white background

This text has color #B4F6B3 on white background.



Black color preview on #B4F6B3 background

This text has black color on #B4F6B3 background.


White color preview on #B4F6B3 background

This text has white color on #B4F6B3 background.