COLOR #B4F2CE

HEX: #B4F2CE
RGB: (180,242,206)

Color info

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

RGB color model

#B4F2CE color RGB value is (180,242,206).

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

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 206 of 255 = 81%

180
242
206

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

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 206 = 628 (100%)
R 180 of 628 ~ 28.66%
G 242 of 628 ~ 38.54%
B 206 of 628 ~ 32.8%

%28.66
%38.54
%32.8

CMYK color model

#B4F2CE color CMYK value is (26,0,15,5).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(26,0,15,5)
C26M0Y15K5 
(26%,0%,15%,5%)
(0.26/0.00/0.15/0.05)	

CMYK percentages

%25.62
%0
%14.88
%5.1

Codes

Color #B4F2CE in popluar color models

B4F2CE
RGB180242206
HSL145°70.45%82.75%
HSB/HSV145°25.62%94.90%
CMYK25.62%0.00%14.88%
5.10%

Color #B4F2CE in popluar number systems.

HEXB4F2CE
Decimal180242206
Binary101101001111001011001110
Octal264362316

Shades and tints

Shades of #B4F2CE

#B4F2CE
(180,242,206)
#A4DCBC
(164,220,188)
#94C6AA
(148,198,170)
#84B098
(132,176,152)
#749A86
(116,154,134)
#648474
(100,132,116)
#546E62
(84,110,98)
#445850
(68,88,80)
#34423E
(52,66,62)
#242C2C
(36,44,44)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4F2CE

#B4F2CE
(180,242,206)
#BAF3D2
(186,243,210)
#C0F4D6
(192,244,214)
#C6F5DA
(198,245,218)
#CCF6DE
(204,246,222)
#D2F7E2
(210,247,226)
#D8F8E6
(216,248,230)
#DEF9EA
(222,249,234)
#E4FAEE
(228,250,238)
#EAFBF2
(234,251,242)
#F0FCF6
(240,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F2CE; }

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

This text font color is #B4F2CE.


Background Color

.myBgColor { background-color: #B4F2CE; }

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

This div background color is #B4F2CE.


Border color

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

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

This div border color is #B4F2CE.


Opacity

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

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

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

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

This text has shadow with #B4F2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F2CE on black background.


Color preview on white background

This text has color #B4F2CE on white background.



Black color preview on #B4F2CE background

This text has black color on #B4F2CE background.


White color preview on #B4F2CE background

This text has white color on #B4F2CE background.