COLOR #B4FFE4

HEX: #B4FFE4
RGB: (180,255,228)

Color info

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

RGB color model

#B4FFE4 color RGB value is (180,255,228).

  • red value is 180;
  • green value is 255;
  • blue value is 228.
RGB:
(180,255,228)
(71%,100%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 228 of 255 = 89%

180
255
228

R + G + B ~ 87%. #B4FFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 228 = 663 (100%)
R 180 of 663 ~ 27.15%
G 255 of 663 ~ 38.46%
B 228 of 663 ~ 34.39%

%27.15
%38.46
%34.39

CMYK color model

#B4FFE4 color CMYK value is (29,0,11,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(29,0,11,0)
C29M0Y11K0 
(29%,0%,11%,0%)
(0.29/0.00/0.11/0.00)	

CMYK percentages

%29.41
%0
%10.59
%0

Codes

Color #B4FFE4 in popluar color models

B4FFE4
RGB180255228
HSL158°100.00%85.29%
HSB/HSV158°29.41%100.00%
CMYK29.41%0.00%10.59%
0.00%

Color #B4FFE4 in popluar number systems.

HEXB4FFE4
Decimal180255228
Binary101101001111111111100100
Octal264377344

Shades and tints

Shades of #B4FFE4

#B4FFE4
(180,255,228)
#A4E8D0
(164,232,208)
#94D1BC
(148,209,188)
#84BAA8
(132,186,168)
#74A394
(116,163,148)
#648C80
(100,140,128)
#54756C
(84,117,108)
#445E58
(68,94,88)
#344744
(52,71,68)
#243030
(36,48,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #B4FFE4

#B4FFE4
(180,255,228)
#BAFFE6
(186,255,230)
#C0FFE8
(192,255,232)
#C6FFEA
(198,255,234)
#CCFFEC
(204,255,236)
#D2FFEE
(210,255,238)
#D8FFF0
(216,255,240)
#DEFFF2
(222,255,242)
#E4FFF4
(228,255,244)
#EAFFF6
(234,255,246)
#F0FFF8
(240,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FFE4 color. Also use rgb(180,255,228) instead hex code.

Text Font Color

.myTextColor { color: #B4FFE4; }

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

This text font color is #B4FFE4.


Background Color

.myBgColor { background-color: #B4FFE4; }

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

This div background color is #B4FFE4.


Border color

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

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

This div border color is #B4FFE4.


Opacity

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

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

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

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

This text has shadow with #B4FFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FFE4 on black background.


Color preview on white background

This text has color #B4FFE4 on white background.



Black color preview on #B4FFE4 background

This text has black color on #B4FFE4 background.


White color preview on #B4FFE4 background

This text has white color on #B4FFE4 background.