COLOR #B4F3BB

HEX: #B4F3BB
RGB: (180,243,187)

Color info

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

RGB color model

#B4F3BB color RGB value is (180,243,187).

  • red value is 180;
  • green value is 243;
  • blue value is 187.
RGB:
(180,243,187)
(71%,95%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 243 of 255 = 95%
B 187 of 255 = 73%

180
243
187

R + G + B ~ 80%. #B4F3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 243 + 187 = 610 (100%)
R 180 of 610 ~ 29.51%
G 243 of 610 ~ 39.84%
B 187 of 610 ~ 30.66%

%29.51
%39.84
%30.66

CMYK color model

#B4F3BB color CMYK value is (26,0,23,5).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 23.05%
  • key color value is 4.71%
CMYK:
(26,0,23,5)
C26M0Y23K5 
(26%,0%,23%,5%)
(0.26/0.00/0.23/0.05)	

CMYK percentages

%25.93
%0
%23.05
%4.71

Codes

Color #B4F3BB in popluar color models

B4F3BB
RGB180243187
HSL127°72.41%82.94%
HSB/HSV127°25.93%95.29%
CMYK25.93%0.00%23.05%
4.71%

Color #B4F3BB in popluar number systems.

HEXB4F3BB
Decimal180243187
Binary101101001111001110111011
Octal264363273

Shades and tints

Shades of #B4F3BB

#B4F3BB
(180,243,187)
#A4DDAA
(164,221,170)
#94C799
(148,199,153)
#84B188
(132,177,136)
#749B77
(116,155,119)
#648566
(100,133,102)
#546F55
(84,111,85)
#445944
(68,89,68)
#344333
(52,67,51)
#242D22
(36,45,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #B4F3BB

#B4F3BB
(180,243,187)
#BAF4C1
(186,244,193)
#C0F5C7
(192,245,199)
#C6F6CD
(198,246,205)
#CCF7D3
(204,247,211)
#D2F8D9
(210,248,217)
#D8F9DF
(216,249,223)
#DEFAE5
(222,250,229)
#E4FBEB
(228,251,235)
#EAFCF1
(234,252,241)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F3BB color. Also use rgb(180,243,187) instead hex code.

Text Font Color

.myTextColor { color: #B4F3BB; }

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

This text font color is #B4F3BB.


Background Color

.myBgColor { background-color: #B4F3BB; }

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

This div background color is #B4F3BB.


Border color

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

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

This div border color is #B4F3BB.


Opacity

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

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

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

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

This text has shadow with #B4F3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F3BB on black background.


Color preview on white background

This text has color #B4F3BB on white background.



Black color preview on #B4F3BB background

This text has black color on #B4F3BB background.


White color preview on #B4F3BB background

This text has white color on #B4F3BB background.