COLOR #B4F2DA

HEX: #B4F2DA
RGB: (180,242,218)

Color info

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

RGB color model

#B4F2DA color RGB value is (180,242,218).

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

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 218 of 255 = 85%

180
242
218

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

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 218 = 640 (100%)
R 180 of 640 ~ 28.13%
G 242 of 640 ~ 37.81%
B 218 of 640 ~ 34.06%

%28.13
%37.81
%34.06

CMYK color model

#B4F2DA color CMYK value is (26,0,10,5).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(26,0,10,5)
C26M0Y10K5 
(26%,0%,10%,5%)
(0.26/0.00/0.10/0.05)	

CMYK percentages

%25.62
%0
%9.92
%5.1

Codes

Color #B4F2DA in popluar color models

B4F2DA
RGB180242218
HSL157°70.45%82.75%
HSB/HSV157°25.62%94.90%
CMYK25.62%0.00%9.92%
5.10%

Color #B4F2DA in popluar number systems.

HEXB4F2DA
Decimal180242218
Binary101101001111001011011010
Octal264362332

Shades and tints

Shades of #B4F2DA

#B4F2DA
(180,242,218)
#A4DCC7
(164,220,199)
#94C6B4
(148,198,180)
#84B0A1
(132,176,161)
#749A8E
(116,154,142)
#64847B
(100,132,123)
#546E68
(84,110,104)
#445855
(68,88,85)
#344242
(52,66,66)
#242C2F
(36,44,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #B4F2DA

#B4F2DA
(180,242,218)
#BAF3DD
(186,243,221)
#C0F4E0
(192,244,224)
#C6F5E3
(198,245,227)
#CCF6E6
(204,246,230)
#D2F7E9
(210,247,233)
#D8F8EC
(216,248,236)
#DEF9EF
(222,249,239)
#E4FAF2
(228,250,242)
#EAFBF5
(234,251,245)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F2DA; }

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

This text font color is #B4F2DA.


Background Color

.myBgColor { background-color: #B4F2DA; }

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

This div background color is #B4F2DA.


Border color

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

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

This div border color is #B4F2DA.


Opacity

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

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

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

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

This text has shadow with #B4F2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F2DA on black background.


Color preview on white background

This text has color #B4F2DA on white background.



Black color preview on #B4F2DA background

This text has black color on #B4F2DA background.


White color preview on #B4F2DA background

This text has white color on #B4F2DA background.