COLOR #B4F6D9

HEX: #B4F6D9
RGB: (180,246,217)

Color info

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

RGB color model

#B4F6D9 color RGB value is (180,246,217).

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

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 217 of 255 = 85%

180
246
217

R + G + B ~ 84%. #B4F6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 246 + 217 = 643 (100%)
R 180 of 643 ~ 27.99%
G 246 of 643 ~ 38.26%
B 217 of 643 ~ 33.75%

%27.99
%38.26
%33.75

CMYK color model

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

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 3.53%
CMYK:
(27,0,12,4)
C27M0Y12K4 
(27%,0%,12%,4%)
(0.27/0.00/0.12/0.04)	

CMYK percentages

%26.83
%0
%11.79
%3.53

Codes

Color #B4F6D9 in popluar color models

B4F6D9
RGB180246217
HSL154°78.57%83.53%
HSB/HSV154°26.83%96.47%
CMYK26.83%0.00%11.79%
3.53%

Color #B4F6D9 in popluar number systems.

HEXB4F6D9
Decimal180246217
Binary101101001111011011011001
Octal264366331

Shades and tints

Shades of #B4F6D9

#B4F6D9
(180,246,217)
#A4E0C6
(164,224,198)
#94CAB3
(148,202,179)
#84B4A0
(132,180,160)
#749E8D
(116,158,141)
#64887A
(100,136,122)
#547267
(84,114,103)
#445C54
(68,92,84)
#344641
(52,70,65)
#24302E
(36,48,46)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #B4F6D9

#B4F6D9
(180,246,217)
#BAF6DC
(186,246,220)
#C0F6DF
(192,246,223)
#C6F6E2
(198,246,226)
#CCF6E5
(204,246,229)
#D2F6E8
(210,246,232)
#D8F6EB
(216,246,235)
#DEF6EE
(222,246,238)
#E4F6F1
(228,246,241)
#EAF6F4
(234,246,244)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F6D9; }

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

This text font color is #B4F6D9.


Background Color

.myBgColor { background-color: #B4F6D9; }

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

This div background color is #B4F6D9.


Border color

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

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

This div border color is #B4F6D9.


Opacity

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

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

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

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

This text has shadow with #B4F6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F6D9 on black background.


Color preview on white background

This text has color #B4F6D9 on white background.



Black color preview on #B4F6D9 background

This text has black color on #B4F6D9 background.


White color preview on #B4F6D9 background

This text has white color on #B4F6D9 background.