COLOR #B4F5E9

HEX: #B4F5E9
RGB: (180,245,233)

Color info

#B4F5E9 contains mainly green and blue colors. Web safe color of #B4F5E9 is #CCFFFF (or #CFF).

RGB color model

#B4F5E9 color RGB value is (180,245,233).

  • red value is 180;
  • green value is 245;
  • blue value is 233.
RGB:
(180,245,233)
(71%,96%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 245 of 255 = 96%
B 233 of 255 = 91%

180
245
233

R + G + B ~ 86%. #B4F5E9 is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 245 + 233 = 658 (100%)
R 180 of 658 ~ 27.36%
G 245 of 658 ~ 37.23%
B 233 of 658 ~ 35.41%

%27.36
%37.23
%35.41

CMYK color model

#B4F5E9 color CMYK value is (27,0,5,4).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 3.92%
CMYK:
(27,0,5,4)
C27M0Y5K4 
(27%,0%,5%,4%)
(0.27/0.00/0.05/0.04)	

CMYK percentages

%26.53
%0
%4.9
%3.92

Codes

Color #B4F5E9 in popluar color models

B4F5E9
RGB180245233
HSL169°76.47%83.33%
HSB/HSV169°26.53%96.08%
CMYK26.53%0.00%4.90%
3.92%

Color #B4F5E9 in popluar number systems.

HEXB4F5E9
Decimal180245233
Binary101101001111010111101001
Octal264365351

Shades and tints

Shades of #B4F5E9

#B4F5E9
(180,245,233)
#A4DFD4
(164,223,212)
#94C9BF
(148,201,191)
#84B3AA
(132,179,170)
#749D95
(116,157,149)
#648780
(100,135,128)
#54716B
(84,113,107)
#445B56
(68,91,86)
#344541
(52,69,65)
#242F2C
(36,47,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4F5E9

#B4F5E9
(180,245,233)
#BAF5EB
(186,245,235)
#C0F5ED
(192,245,237)
#C6F5EF
(198,245,239)
#CCF5F1
(204,245,241)
#D2F5F3
(210,245,243)
#D8F5F5
(216,245,245)
#DEF5F7
(222,245,247)
#E4F5F9
(228,245,249)
#EAF5FB
(234,245,251)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F5E9 color. Also use rgb(180,245,233) instead hex code.

Text Font Color

.myTextColor { color: #B4F5E9; }

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

This text font color is #B4F5E9.


Background Color

.myBgColor { background-color: #B4F5E9; }

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

This div background color is #B4F5E9.


Border color

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

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

This div border color is #B4F5E9.


Opacity

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

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

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

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

This text has shadow with #B4F5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F5E9 on black background.


Color preview on white background

This text has color #B4F5E9 on white background.



Black color preview on #B4F5E9 background

This text has black color on #B4F5E9 background.


White color preview on #B4F5E9 background

This text has white color on #B4F5E9 background.