COLOR #B4F2D9

HEX: #B4F2D9
RGB: (180,242,217)

Color info

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

RGB color model

#B4F2D9 color RGB value is (180,242,217).

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

RGB channels and saturation

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

180
242
217

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

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 217 = 639 (100%)
R 180 of 639 ~ 28.17%
G 242 of 639 ~ 37.87%
B 217 of 639 ~ 33.96%

%28.17
%37.87
%33.96

CMYK color model

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

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • 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
%10.33
%5.1

Codes

Color #B4F2D9 in popluar color models

B4F2D9
RGB180242217
HSL156°70.45%82.75%
HSB/HSV156°25.62%94.90%
CMYK25.62%0.00%10.33%
5.10%

Color #B4F2D9 in popluar number systems.

HEXB4F2D9
Decimal180242217
Binary101101001111001011011001
Octal264362331

Shades and tints

Shades of #B4F2D9

#B4F2D9
(180,242,217)
#A4DCC6
(164,220,198)
#94C6B3
(148,198,179)
#84B0A0
(132,176,160)
#749A8D
(116,154,141)
#64847A
(100,132,122)
#546E67
(84,110,103)
#445854
(68,88,84)
#344241
(52,66,65)
#242C2E
(36,44,46)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #B4F2D9

#B4F2D9
(180,242,217)
#BAF3DC
(186,243,220)
#C0F4DF
(192,244,223)
#C6F5E2
(198,245,226)
#CCF6E5
(204,246,229)
#D2F7E8
(210,247,232)
#D8F8EB
(216,248,235)
#DEF9EE
(222,249,238)
#E4FAF1
(228,250,241)
#EAFBF4
(234,251,244)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F2D9; }

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

This text font color is #B4F2D9.


Background Color

.myBgColor { background-color: #B4F2D9; }

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

This div background color is #B4F2D9.


Border color

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

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

This div border color is #B4F2D9.


Opacity

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

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

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

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

This text has shadow with #B4F2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F2D9 on black background.


Color preview on white background

This text has color #B4F2D9 on white background.



Black color preview on #B4F2D9 background

This text has black color on #B4F2D9 background.


White color preview on #B4F2D9 background

This text has white color on #B4F2D9 background.