COLOR #B2EFC4

HEX: #B2EFC4
RGB: (178,239,196)

Color info

#B2EFC4 contains mainly green and blue colors. Web safe color of #B2EFC4 is #99FFCC (or #9FC).

RGB color model

#B2EFC4 color RGB value is (178,239,196).

  • red value is 178;
  • green value is 239;
  • blue value is 196.
RGB:
(178,239,196)
(70%,94%,77%)

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 196 of 255 = 77%

178
239
196

R + G + B ~ 80%. #B2EFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 239 + 196 = 613 (100%)
R 178 of 613 ~ 29.04%
G 239 of 613 ~ 38.99%
B 196 of 613 ~ 31.97%

%29.04
%38.99
%31.97

CMYK color model

#B2EFC4 color CMYK value is (26,0,18,6).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(26,0,18,6)
C26M0Y18K6 
(26%,0%,18%,6%)
(0.26/0.00/0.18/0.06)	

CMYK percentages

%25.52
%0
%17.99
%6.27

Codes

Color #B2EFC4 in popluar color models

B2EFC4
RGB178239196
HSL138°65.59%81.76%
HSB/HSV138°25.52%93.73%
CMYK25.52%0.00%17.99%
6.27%

Color #B2EFC4 in popluar number systems.

HEXB2EFC4
Decimal178239196
Binary101100101110111111000100
Octal262357304

Shades and tints

Shades of #B2EFC4

#B2EFC4
(178,239,196)
#A2DAB3
(162,218,179)
#92C5A2
(146,197,162)
#82B091
(130,176,145)
#729B80
(114,155,128)
#62866F
(98,134,111)
#52715E
(82,113,94)
#425C4D
(66,92,77)
#32473C
(50,71,60)
#22322B
(34,50,43)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #B2EFC4

#B2EFC4
(178,239,196)
#B9F0C9
(185,240,201)
#C0F1CE
(192,241,206)
#C7F2D3
(199,242,211)
#CEF3D8
(206,243,216)
#D5F4DD
(213,244,221)
#DCF5E2
(220,245,226)
#E3F6E7
(227,246,231)
#EAF7EC
(234,247,236)
#F1F8F1
(241,248,241)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EFC4 color. Also use rgb(178,239,196) instead hex code.

Text Font Color

.myTextColor { color: #B2EFC4; }

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

This text font color is #B2EFC4.


Background Color

.myBgColor { background-color: #B2EFC4; }

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

This div background color is #B2EFC4.


Border color

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

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

This div border color is #B2EFC4.


Opacity

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

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

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

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

This text has shadow with #B2EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EFC4 on black background.


Color preview on white background

This text has color #B2EFC4 on white background.



Black color preview on #B2EFC4 background

This text has black color on #B2EFC4 background.


White color preview on #B2EFC4 background

This text has white color on #B2EFC4 background.