COLOR #B4F7C6

HEX: #B4F7C6
RGB: (180,247,198)

Color info

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

RGB color model

#B4F7C6 color RGB value is (180,247,198).

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

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 198 of 255 = 78%

180
247
198

R + G + B ~ 82%. #B4F7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 247 + 198 = 625 (100%)
R 180 of 625 ~ 28.8%
G 247 of 625 ~ 39.52%
B 198 of 625 ~ 31.68%

%28.8
%39.52
%31.68

CMYK color model

#B4F7C6 color CMYK value is (27,0,20,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 3.14%
CMYK:
(27,0,20,3)
C27M0Y20K3 
(27%,0%,20%,3%)
(0.27/0.00/0.20/0.03)	

CMYK percentages

%27.13
%0
%19.84
%3.14

Codes

Color #B4F7C6 in popluar color models

B4F7C6
RGB180247198
HSL136°80.72%83.73%
HSB/HSV136°27.13%96.86%
CMYK27.13%0.00%19.84%
3.14%

Color #B4F7C6 in popluar number systems.

HEXB4F7C6
Decimal180247198
Binary101101001111011111000110
Octal264367306

Shades and tints

Shades of #B4F7C6

#B4F7C6
(180,247,198)
#A4E1B4
(164,225,180)
#94CBA2
(148,203,162)
#84B590
(132,181,144)
#749F7E
(116,159,126)
#64896C
(100,137,108)
#54735A
(84,115,90)
#445D48
(68,93,72)
#344736
(52,71,54)
#243124
(36,49,36)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #B4F7C6

#B4F7C6
(180,247,198)
#BAF7CB
(186,247,203)
#C0F7D0
(192,247,208)
#C6F7D5
(198,247,213)
#CCF7DA
(204,247,218)
#D2F7DF
(210,247,223)
#D8F7E4
(216,247,228)
#DEF7E9
(222,247,233)
#E4F7EE
(228,247,238)
#EAF7F3
(234,247,243)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F7C6; }

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

This text font color is #B4F7C6.


Background Color

.myBgColor { background-color: #B4F7C6; }

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

This div background color is #B4F7C6.


Border color

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

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

This div border color is #B4F7C6.


Opacity

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

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

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

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

This text has shadow with #B4F7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F7C6 on black background.


Color preview on white background

This text has color #B4F7C6 on white background.



Black color preview on #B4F7C6 background

This text has black color on #B4F7C6 background.


White color preview on #B4F7C6 background

This text has white color on #B4F7C6 background.