COLOR #B4EFD6

HEX: #B4EFD6
RGB: (180,239,214)

Color info

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

RGB color model

#B4EFD6 color RGB value is (180,239,214).

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

RGB channels and saturation

R 180 of 255 = 71%
G 239 of 255 = 94%
B 214 of 255 = 84%

180
239
214

R + G + B ~ 83%. #B4EFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 239 + 214 = 633 (100%)
R 180 of 633 ~ 28.44%
G 239 of 633 ~ 37.76%
B 214 of 633 ~ 33.81%

%28.44
%37.76
%33.81

CMYK color model

#B4EFD6 color CMYK value is (25,0,10,6).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(25,0,10,6)
C25M0Y10K6 
(25%,0%,10%,6%)
(0.25/0.00/0.10/0.06)	

CMYK percentages

%24.69
%0
%10.46
%6.27

Codes

Color #B4EFD6 in popluar color models

B4EFD6
RGB180239214
HSL155°64.84%82.16%
HSB/HSV155°24.69%93.73%
CMYK24.69%0.00%10.46%
6.27%

Color #B4EFD6 in popluar number systems.

HEXB4EFD6
Decimal180239214
Binary101101001110111111010110
Octal264357326

Shades and tints

Shades of #B4EFD6

#B4EFD6
(180,239,214)
#A4DAC3
(164,218,195)
#94C5B0
(148,197,176)
#84B09D
(132,176,157)
#749B8A
(116,155,138)
#648677
(100,134,119)
#547164
(84,113,100)
#445C51
(68,92,81)
#34473E
(52,71,62)
#24322B
(36,50,43)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #B4EFD6

#B4EFD6
(180,239,214)
#BAF0D9
(186,240,217)
#C0F1DC
(192,241,220)
#C6F2DF
(198,242,223)
#CCF3E2
(204,243,226)
#D2F4E5
(210,244,229)
#D8F5E8
(216,245,232)
#DEF6EB
(222,246,235)
#E4F7EE
(228,247,238)
#EAF8F1
(234,248,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EFD6; }

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

This text font color is #B4EFD6.


Background Color

.myBgColor { background-color: #B4EFD6; }

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

This div background color is #B4EFD6.


Border color

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

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

This div border color is #B4EFD6.


Opacity

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

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

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

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

This text has shadow with #B4EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EFD6 on black background.


Color preview on white background

This text has color #B4EFD6 on white background.



Black color preview on #B4EFD6 background

This text has black color on #B4EFD6 background.


White color preview on #B4EFD6 background

This text has white color on #B4EFD6 background.