COLOR #B4FFCF

HEX: #B4FFCF
RGB: (180,255,207)

Color info

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

RGB color model

#B4FFCF color RGB value is (180,255,207).

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

RGB channels and saturation

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

180
255
207

R + G + B ~ 84%. #B4FFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 207 = 642 (100%)
R 180 of 642 ~ 28.04%
G 255 of 642 ~ 39.72%
B 207 of 642 ~ 32.24%

%28.04
%39.72
%32.24

CMYK color model

#B4FFCF color CMYK value is (29,0,19,0).

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

CMYK percentages

%29.41
%0
%18.82
%0

Codes

Color #B4FFCF in popluar color models

B4FFCF
RGB180255207
HSL142°100.00%85.29%
HSB/HSV142°29.41%100.00%
CMYK29.41%0.00%18.82%
0.00%

Color #B4FFCF in popluar number systems.

HEXB4FFCF
Decimal180255207
Binary101101001111111111001111
Octal264377317

Shades and tints

Shades of #B4FFCF

#B4FFCF
(180,255,207)
#A4E8BD
(164,232,189)
#94D1AB
(148,209,171)
#84BA99
(132,186,153)
#74A387
(116,163,135)
#648C75
(100,140,117)
#547563
(84,117,99)
#445E51
(68,94,81)
#34473F
(52,71,63)
#24302D
(36,48,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #B4FFCF

#B4FFCF
(180,255,207)
#BAFFD3
(186,255,211)
#C0FFD7
(192,255,215)
#C6FFDB
(198,255,219)
#CCFFDF
(204,255,223)
#D2FFE3
(210,255,227)
#D8FFE7
(216,255,231)
#DEFFEB
(222,255,235)
#E4FFEF
(228,255,239)
#EAFFF3
(234,255,243)
#F0FFF7
(240,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FFCF; }

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

This text font color is #B4FFCF.


Background Color

.myBgColor { background-color: #B4FFCF; }

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

This div background color is #B4FFCF.


Border color

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

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

This div border color is #B4FFCF.


Opacity

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

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

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

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

This text has shadow with #B4FFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FFCF on black background.


Color preview on white background

This text has color #B4FFCF on white background.



Black color preview on #B4FFCF background

This text has black color on #B4FFCF background.


White color preview on #B4FFCF background

This text has white color on #B4FFCF background.