COLOR #B4F9B8

HEX: #B4F9B8
RGB: (180,249,184)

Color info

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

RGB color model

#B4F9B8 color RGB value is (180,249,184).

  • red value is 180;
  • green value is 249;
  • blue value is 184.
RGB:
(180,249,184)
(71%,98%,72%)

RGB channels and saturation

R 180 of 255 = 71%
G 249 of 255 = 98%
B 184 of 255 = 72%

180
249
184

R + G + B ~ 80%. #B4F9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 249 + 184 = 613 (100%)
R 180 of 613 ~ 29.36%
G 249 of 613 ~ 40.62%
B 184 of 613 ~ 30.02%

%29.36
%40.62
%30.02

CMYK color model

#B4F9B8 color CMYK value is (28,0,26,2).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 26.10%
  • key color value is 2.35%
CMYK:
(28,0,26,2)
C28M0Y26K2 
(28%,0%,26%,2%)
(0.28/0.00/0.26/0.02)	

CMYK percentages

%27.71
%0
%26.1
%2.35

Codes

Color #B4F9B8 in popluar color models

B4F9B8
RGB180249184
HSL123°85.19%84.12%
HSB/HSV123°27.71%97.65%
CMYK27.71%0.00%26.10%
2.35%

Color #B4F9B8 in popluar number systems.

HEXB4F9B8
Decimal180249184
Binary101101001111100110111000
Octal264371270

Shades and tints

Shades of #B4F9B8

#B4F9B8
(180,249,184)
#A4E3A8
(164,227,168)
#94CD98
(148,205,152)
#84B788
(132,183,136)
#74A178
(116,161,120)
#648B68
(100,139,104)
#547558
(84,117,88)
#445F48
(68,95,72)
#344938
(52,73,56)
#243328
(36,51,40)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #B4F9B8

#B4F9B8
(180,249,184)
#BAF9BE
(186,249,190)
#C0F9C4
(192,249,196)
#C6F9CA
(198,249,202)
#CCF9D0
(204,249,208)
#D2F9D6
(210,249,214)
#D8F9DC
(216,249,220)
#DEF9E2
(222,249,226)
#E4F9E8
(228,249,232)
#EAF9EE
(234,249,238)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F9B8 color. Also use rgb(180,249,184) instead hex code.

Text Font Color

.myTextColor { color: #B4F9B8; }

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

This text font color is #B4F9B8.


Background Color

.myBgColor { background-color: #B4F9B8; }

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

This div background color is #B4F9B8.


Border color

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

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

This div border color is #B4F9B8.


Opacity

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

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

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

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

This text has shadow with #B4F9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F9B8 on black background.


Color preview on white background

This text has color #B4F9B8 on white background.



Black color preview on #B4F9B8 background

This text has black color on #B4F9B8 background.


White color preview on #B4F9B8 background

This text has white color on #B4F9B8 background.