COLOR #B4F2D0

HEX: #B4F2D0
RGB: (180,242,208)

Color info

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

RGB color model

#B4F2D0 color RGB value is (180,242,208).

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

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 208 of 255 = 82%

180
242
208

R + G + B ~ 83%. #B4F2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 208 = 630 (100%)
R 180 of 630 ~ 28.57%
G 242 of 630 ~ 38.41%
B 208 of 630 ~ 33.02%

%28.57
%38.41
%33.02

CMYK color model

#B4F2D0 color CMYK value is (26,0,14,5).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 5.10%
CMYK:
(26,0,14,5)
C26M0Y14K5 
(26%,0%,14%,5%)
(0.26/0.00/0.14/0.05)	

CMYK percentages

%25.62
%0
%14.05
%5.1

Codes

Color #B4F2D0 in popluar color models

B4F2D0
RGB180242208
HSL147°70.45%82.75%
HSB/HSV147°25.62%94.90%
CMYK25.62%0.00%14.05%
5.10%

Color #B4F2D0 in popluar number systems.

HEXB4F2D0
Decimal180242208
Binary101101001111001011010000
Octal264362320

Shades and tints

Shades of #B4F2D0

#B4F2D0
(180,242,208)
#A4DCBE
(164,220,190)
#94C6AC
(148,198,172)
#84B09A
(132,176,154)
#749A88
(116,154,136)
#648476
(100,132,118)
#546E64
(84,110,100)
#445852
(68,88,82)
#344240
(52,66,64)
#242C2E
(36,44,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #B4F2D0

#B4F2D0
(180,242,208)
#BAF3D4
(186,243,212)
#C0F4D8
(192,244,216)
#C6F5DC
(198,245,220)
#CCF6E0
(204,246,224)
#D2F7E4
(210,247,228)
#D8F8E8
(216,248,232)
#DEF9EC
(222,249,236)
#E4FAF0
(228,250,240)
#EAFBF4
(234,251,244)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F2D0; }

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

This text font color is #B4F2D0.


Background Color

.myBgColor { background-color: #B4F2D0; }

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

This div background color is #B4F2D0.


Border color

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

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

This div border color is #B4F2D0.


Opacity

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

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

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

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

This text has shadow with #B4F2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F2D0 on black background.


Color preview on white background

This text has color #B4F2D0 on white background.



Black color preview on #B4F2D0 background

This text has black color on #B4F2D0 background.


White color preview on #B4F2D0 background

This text has white color on #B4F2D0 background.