COLOR #B4F7BD

HEX: #B4F7BD
RGB: (180,247,189)

Color info

#B4F7BD contains mainly green and blue colors. Web safe color of #B4F7BD is #CCFFCC (or #CFC).

RGB color model

#B4F7BD color RGB value is (180,247,189).

  • red value is 180;
  • green value is 247;
  • blue value is 189.
RGB:
(180,247,189)
(71%,97%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 189 of 255 = 74%

180
247
189

R + G + B ~ 81%. #B4F7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 247 + 189 = 616 (100%)
R 180 of 616 ~ 29.22%
G 247 of 616 ~ 40.1%
B 189 of 616 ~ 30.68%

%29.22
%40.1
%30.68

CMYK color model

#B4F7BD color CMYK value is (27,0,23,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 3.14%
CMYK:
(27,0,23,3)
C27M0Y23K3 
(27%,0%,23%,3%)
(0.27/0.00/0.23/0.03)	

CMYK percentages

%27.13
%0
%23.48
%3.14

Codes

Color #B4F7BD in popluar color models

B4F7BD
RGB180247189
HSL128°80.72%83.73%
HSB/HSV128°27.13%96.86%
CMYK27.13%0.00%23.48%
3.14%

Color #B4F7BD in popluar number systems.

HEXB4F7BD
Decimal180247189
Binary101101001111011110111101
Octal264367275

Shades and tints

Shades of #B4F7BD

#B4F7BD
(180,247,189)
#A4E1AC
(164,225,172)
#94CB9B
(148,203,155)
#84B58A
(132,181,138)
#749F79
(116,159,121)
#648968
(100,137,104)
#547357
(84,115,87)
#445D46
(68,93,70)
#344735
(52,71,53)
#243124
(36,49,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #B4F7BD

#B4F7BD
(180,247,189)
#BAF7C3
(186,247,195)
#C0F7C9
(192,247,201)
#C6F7CF
(198,247,207)
#CCF7D5
(204,247,213)
#D2F7DB
(210,247,219)
#D8F7E1
(216,247,225)
#DEF7E7
(222,247,231)
#E4F7ED
(228,247,237)
#EAF7F3
(234,247,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F7BD color. Also use rgb(180,247,189) instead hex code.

Text Font Color

.myTextColor { color: #B4F7BD; }

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

This text font color is #B4F7BD.


Background Color

.myBgColor { background-color: #B4F7BD; }

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

This div background color is #B4F7BD.


Border color

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

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

This div border color is #B4F7BD.


Opacity

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

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

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

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

This text has shadow with #B4F7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F7BD on black background.


Color preview on white background

This text has color #B4F7BD on white background.



Black color preview on #B4F7BD background

This text has black color on #B4F7BD background.


White color preview on #B4F7BD background

This text has white color on #B4F7BD background.