COLOR #B2EFDC

HEX: #B2EFDC
RGB: (178,239,220)

Color info

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

RGB color model

#B2EFDC color RGB value is (178,239,220).

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

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 220 of 255 = 86%

178
239
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 239 + 220 = 637 (100%)
R 178 of 637 ~ 27.94%
G 239 of 637 ~ 37.52%
B 220 of 637 ~ 34.54%

%27.94
%37.52
%34.54

CMYK color model

#B2EFDC color CMYK value is (26,0,8,6).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(26,0,8,6)
C26M0Y8K6 
(26%,0%,8%,6%)
(0.26/0.00/0.08/0.06)	

CMYK percentages

%25.52
%0
%7.95
%6.27

Codes

Color #B2EFDC in popluar color models

B2EFDC
RGB178239220
HSL161°65.59%81.76%
HSB/HSV161°25.52%93.73%
CMYK25.52%0.00%7.95%
6.27%

Color #B2EFDC in popluar number systems.

HEXB2EFDC
Decimal178239220
Binary101100101110111111011100
Octal262357334

Shades and tints

Shades of #B2EFDC

#B2EFDC
(178,239,220)
#A2DAC8
(162,218,200)
#92C5B4
(146,197,180)
#82B0A0
(130,176,160)
#729B8C
(114,155,140)
#628678
(98,134,120)
#527164
(82,113,100)
#425C50
(66,92,80)
#32473C
(50,71,60)
#223228
(34,50,40)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #B2EFDC

#B2EFDC
(178,239,220)
#B9F0DF
(185,240,223)
#C0F1E2
(192,241,226)
#C7F2E5
(199,242,229)
#CEF3E8
(206,243,232)
#D5F4EB
(213,244,235)
#DCF5EE
(220,245,238)
#E3F6F1
(227,246,241)
#EAF7F4
(234,247,244)
#F1F8F7
(241,248,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EFDC; }

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

This text font color is #B2EFDC.


Background Color

.myBgColor { background-color: #B2EFDC; }

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

This div background color is #B2EFDC.


Border color

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

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

This div border color is #B2EFDC.


Opacity

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

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

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

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

This text has shadow with #B2EFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EFDC on black background.


Color preview on white background

This text has color #B2EFDC on white background.



Black color preview on #B2EFDC background

This text has black color on #B2EFDC background.


White color preview on #B2EFDC background

This text has white color on #B2EFDC background.