COLOR #B4FEF9

HEX: #B4FEF9
RGB: (180,254,249)

Color info

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

RGB color model

#B4FEF9 color RGB value is (180,254,249).

  • red value is 180;
  • green value is 254;
  • blue value is 249.
RGB:
(180,254,249)
(71%,100%,98%)

RGB channels and saturation

R 180 of 255 = 71%
G 254 of 255 = 100%
B 249 of 255 = 98%

180
254
249

R + G + B ~ 90%. #B4FEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 254 + 249 = 683 (100%)
R 180 of 683 ~ 26.35%
G 254 of 683 ~ 37.19%
B 249 of 683 ~ 36.46%

%26.35
%37.19
%36.46

CMYK color model

#B4FEF9 color CMYK value is (29,0,2,0).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(29,0,2,0)
C29M0Y2K0 
(29%,0%,2%,0%)
(0.29/0.00/0.02/0.00)	

CMYK percentages

%29.13
%0
%1.97
%0.39

Codes

Color #B4FEF9 in popluar color models

B4FEF9
RGB180254249
HSL176°97.37%85.10%
HSB/HSV176°29.13%99.61%
CMYK29.13%0.00%1.97%
0.39%

Color #B4FEF9 in popluar number systems.

HEXB4FEF9
Decimal180254249
Binary101101001111111011111001
Octal264376371

Shades and tints

Shades of #B4FEF9

#B4FEF9
(180,254,249)
#A4E7E3
(164,231,227)
#94D0CD
(148,208,205)
#84B9B7
(132,185,183)
#74A2A1
(116,162,161)
#648B8B
(100,139,139)
#547475
(84,116,117)
#445D5F
(68,93,95)
#344649
(52,70,73)
#242F33
(36,47,51)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #B4FEF9

#B4FEF9
(180,254,249)
#BAFEF9
(186,254,249)
#C0FEF9
(192,254,249)
#C6FEF9
(198,254,249)
#CCFEF9
(204,254,249)
#D2FEF9
(210,254,249)
#D8FEF9
(216,254,249)
#DEFEF9
(222,254,249)
#E4FEF9
(228,254,249)
#EAFEF9
(234,254,249)
#F0FEF9
(240,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FEF9 color. Also use rgb(180,254,249) instead hex code.

Text Font Color

.myTextColor { color: #B4FEF9; }

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

This text font color is #B4FEF9.


Background Color

.myBgColor { background-color: #B4FEF9; }

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

This div background color is #B4FEF9.


Border color

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

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

This div border color is #B4FEF9.


Opacity

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

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

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

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

This text has shadow with #B4FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FEF9 on black background.


Color preview on white background

This text has color #B4FEF9 on white background.



Black color preview on #B4FEF9 background

This text has black color on #B4FEF9 background.


White color preview on #B4FEF9 background

This text has white color on #B4FEF9 background.