COLOR #B4FFFF

HEX: #B4FFFF
RGB: (180,255,255)

Color info

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

RGB color model

#B4FFFF color RGB value is (180,255,255).

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

RGB channels and saturation

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

180
255
255

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

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 255 = 690 (100%)
R 180 of 690 ~ 26.09%
G 255 of 690 ~ 36.96%
B 255 of 690 ~ 36.96%

%26.09
%36.96
%36.96

CMYK color model

#B4FFFF color CMYK value is (29,0,0,0).

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

CMYK percentages

%29.41
%0
%0
%0

Codes

Color #B4FFFF in popluar color models

B4FFFF
RGB180255255
HSL180°100.00%85.29%
HSB/HSV180°29.41%100.00%
CMYK29.41%0.00%0.00%
0.00%

Color #B4FFFF in popluar number systems.

HEXB4FFFF
Decimal180255255
Binary101101001111111111111111
Octal264377377

Shades and tints

Shades of #B4FFFF

#B4FFFF
(180,255,255)
#A4E8E8
(164,232,232)
#94D1D1
(148,209,209)
#84BABA
(132,186,186)
#74A3A3
(116,163,163)
#648C8C
(100,140,140)
#547575
(84,117,117)
#445E5E
(68,94,94)
#344747
(52,71,71)
#243030
(36,48,48)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4FFFF

#B4FFFF
(180,255,255)
#BAFFFF
(186,255,255)
#C0FFFF
(192,255,255)
#C6FFFF
(198,255,255)
#CCFFFF
(204,255,255)
#D2FFFF
(210,255,255)
#D8FFFF
(216,255,255)
#DEFFFF
(222,255,255)
#E4FFFF
(228,255,255)
#EAFFFF
(234,255,255)
#F0FFFF
(240,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FFFF; }

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

This text font color is #B4FFFF.


Background Color

.myBgColor { background-color: #B4FFFF; }

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

This div background color is #B4FFFF.


Border color

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

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

This div border color is #B4FFFF.


Opacity

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

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

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

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

This text has shadow with #B4FFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FFFF on black background.


Color preview on white background

This text has color #B4FFFF on white background.



Black color preview on #B4FFFF background

This text has black color on #B4FFFF background.


White color preview on #B4FFFF background

This text has white color on #B4FFFF background.