COLOR #B4EFCF

HEX: #B4EFCF
RGB: (180,239,207)

Color info

#B4EFCF contains red, green and blue colors in about the same proportion. Web safe color of #B4EFCF is #CCFFCC (or #CFC).

RGB color model

#B4EFCF color RGB value is (180,239,207).

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

RGB channels and saturation

R 180 of 255 = 71%
G 239 of 255 = 94%
B 207 of 255 = 81%

180
239
207

R + G + B ~ 82%. #B4EFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 239 + 207 = 626 (100%)
R 180 of 626 ~ 28.75%
G 239 of 626 ~ 38.18%
B 207 of 626 ~ 33.07%

%28.75
%38.18
%33.07

CMYK color model

#B4EFCF color CMYK value is (25,0,13,6).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(25,0,13,6)
C25M0Y13K6 
(25%,0%,13%,6%)
(0.25/0.00/0.13/0.06)	

CMYK percentages

%24.69
%0
%13.39
%6.27

Codes

Color #B4EFCF in popluar color models

B4EFCF
RGB180239207
HSL147°64.84%82.16%
HSB/HSV147°24.69%93.73%
CMYK24.69%0.00%13.39%
6.27%

Color #B4EFCF in popluar number systems.

HEXB4EFCF
Decimal180239207
Binary101101001110111111001111
Octal264357317

Shades and tints

Shades of #B4EFCF

#B4EFCF
(180,239,207)
#A4DABD
(164,218,189)
#94C5AB
(148,197,171)
#84B099
(132,176,153)
#749B87
(116,155,135)
#648675
(100,134,117)
#547163
(84,113,99)
#445C51
(68,92,81)
#34473F
(52,71,63)
#24322D
(36,50,45)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #B4EFCF

#B4EFCF
(180,239,207)
#BAF0D3
(186,240,211)
#C0F1D7
(192,241,215)
#C6F2DB
(198,242,219)
#CCF3DF
(204,243,223)
#D2F4E3
(210,244,227)
#D8F5E7
(216,245,231)
#DEF6EB
(222,246,235)
#E4F7EF
(228,247,239)
#EAF8F3
(234,248,243)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EFCF; }

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

This text font color is #B4EFCF.


Background Color

.myBgColor { background-color: #B4EFCF; }

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

This div background color is #B4EFCF.


Border color

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

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

This div border color is #B4EFCF.


Opacity

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

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

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

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

This text has shadow with #B4EFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EFCF on black background.


Color preview on white background

This text has color #B4EFCF on white background.



Black color preview on #B4EFCF background

This text has black color on #B4EFCF background.


White color preview on #B4EFCF background

This text has white color on #B4EFCF background.