COLOR #B4FCDA

HEX: #B4FCDA
RGB: (180,252,218)

Color info

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

RGB color model

#B4FCDA color RGB value is (180,252,218).

  • red value is 180;
  • green value is 252;
  • blue value is 218.
RGB:
(180,252,218)
(71%,99%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 252 of 255 = 99%
B 218 of 255 = 85%

180
252
218

R + G + B ~ 85%. #B4FCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 252 + 218 = 650 (100%)
R 180 of 650 ~ 27.69%
G 252 of 650 ~ 38.77%
B 218 of 650 ~ 33.54%

%27.69
%38.77
%33.54

CMYK color model

#B4FCDA color CMYK value is (29,0,13,1).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(29,0,13,1)
C29M0Y13K1 
(29%,0%,13%,1%)
(0.29/0.00/0.13/0.01)	

CMYK percentages

%28.57
%0
%13.49
%1.18

Codes

Color #B4FCDA in popluar color models

B4FCDA
RGB180252218
HSL152°92.31%84.71%
HSB/HSV152°28.57%98.82%
CMYK28.57%0.00%13.49%
1.18%

Color #B4FCDA in popluar number systems.

HEXB4FCDA
Decimal180252218
Binary101101001111110011011010
Octal264374332

Shades and tints

Shades of #B4FCDA

#B4FCDA
(180,252,218)
#A4E6C7
(164,230,199)
#94D0B4
(148,208,180)
#84BAA1
(132,186,161)
#74A48E
(116,164,142)
#648E7B
(100,142,123)
#547868
(84,120,104)
#446255
(68,98,85)
#344C42
(52,76,66)
#24362F
(36,54,47)
#14201C
(20,32,28)
#000000
(0,0,0)

Tints of #B4FCDA

#B4FCDA
(180,252,218)
#BAFCDD
(186,252,221)
#C0FCE0
(192,252,224)
#C6FCE3
(198,252,227)
#CCFCE6
(204,252,230)
#D2FCE9
(210,252,233)
#D8FCEC
(216,252,236)
#DEFCEF
(222,252,239)
#E4FCF2
(228,252,242)
#EAFCF5
(234,252,245)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FCDA color. Also use rgb(180,252,218) instead hex code.

Text Font Color

.myTextColor { color: #B4FCDA; }

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

This text font color is #B4FCDA.


Background Color

.myBgColor { background-color: #B4FCDA; }

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

This div background color is #B4FCDA.


Border color

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

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

This div border color is #B4FCDA.


Opacity

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

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

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

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

This text has shadow with #B4FCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FCDA on black background.


Color preview on white background

This text has color #B4FCDA on white background.



Black color preview on #B4FCDA background

This text has black color on #B4FCDA background.


White color preview on #B4FCDA background

This text has white color on #B4FCDA background.