COLOR #B4F0D1

HEX: #B4F0D1
RGB: (180,240,209)

Color info

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

RGB color model

#B4F0D1 color RGB value is (180,240,209).

  • red value is 180;
  • green value is 240;
  • blue value is 209.
RGB:
(180,240,209)
(71%,94%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 240 of 255 = 94%
B 209 of 255 = 82%

180
240
209

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

Portions of RGB colors in percentages

R + G + B =
180 + 240 + 209 = 629 (100%)
R 180 of 629 ~ 28.62%
G 240 of 629 ~ 38.16%
B 209 of 629 ~ 33.23%

%28.62
%38.16
%33.23

CMYK color model

#B4F0D1 color CMYK value is (25,0,13,6).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(25,0,13,6)
C25M0Y13K6 
(25%,0%,13%,6%)
(0.25/0.00/0.13/0.06)	

CMYK percentages

%25
%0
%12.92
%5.88

Codes

Color #B4F0D1 in popluar color models

B4F0D1
RGB180240209
HSL149°66.67%82.35%
HSB/HSV149°25.00%94.12%
CMYK25.00%0.00%12.92%
5.88%

Color #B4F0D1 in popluar number systems.

HEXB4F0D1
Decimal180240209
Binary101101001111000011010001
Octal264360321

Shades and tints

Shades of #B4F0D1

#B4F0D1
(180,240,209)
#A4DBBE
(164,219,190)
#94C6AB
(148,198,171)
#84B198
(132,177,152)
#749C85
(116,156,133)
#648772
(100,135,114)
#54725F
(84,114,95)
#445D4C
(68,93,76)
#344839
(52,72,57)
#243326
(36,51,38)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #B4F0D1

#B4F0D1
(180,240,209)
#BAF1D5
(186,241,213)
#C0F2D9
(192,242,217)
#C6F3DD
(198,243,221)
#CCF4E1
(204,244,225)
#D2F5E5
(210,245,229)
#D8F6E9
(216,246,233)
#DEF7ED
(222,247,237)
#E4F8F1
(228,248,241)
#EAF9F5
(234,249,245)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F0D1 color. Also use rgb(180,240,209) instead hex code.

Text Font Color

.myTextColor { color: #B4F0D1; }

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

This text font color is #B4F0D1.


Background Color

.myBgColor { background-color: #B4F0D1; }

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

This div background color is #B4F0D1.


Border color

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

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

This div border color is #B4F0D1.


Opacity

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

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

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

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

This text has shadow with #B4F0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F0D1 on black background.


Color preview on white background

This text has color #B4F0D1 on white background.



Black color preview on #B4F0D1 background

This text has black color on #B4F0D1 background.


White color preview on #B4F0D1 background

This text has white color on #B4F0D1 background.