COLOR #B2EFF1

HEX: #B2EFF1
RGB: (178,239,241)

Color info

#B2EFF1 contains mainly green and blue colors. Web safe color of #B2EFF1 is #99FFFF (or #9FF).

RGB color model

#B2EFF1 color RGB value is (178,239,241).

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

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 241 of 255 = 95%

178
239
241

R + G + B ~ 86%. #B2EFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 239 + 241 = 658 (100%)
R 178 of 658 ~ 27.05%
G 239 of 658 ~ 36.32%
B 241 of 658 ~ 36.63%

%27.05
%36.32
%36.63

CMYK color model

#B2EFF1 color CMYK value is (26,1,0,5).

  • cyan value is 26.14%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(26,1,0,5)
C26M1Y0K5 
(26%,1%,0%,5%)
(0.26/0.01/0.00/0.05)	

CMYK percentages

%26.14
%0.83
%0
%5.49

Codes

Color #B2EFF1 in popluar color models

B2EFF1
RGB178239241
HSL182°69.23%82.16%
HSB/HSV182°26.14%94.51%
CMYK26.14%0.83%0.00%
5.49%

Color #B2EFF1 in popluar number systems.

HEXB2EFF1
Decimal178239241
Binary101100101110111111110001
Octal262357361

Shades and tints

Shades of #B2EFF1

#B2EFF1
(178,239,241)
#A2DADC
(162,218,220)
#92C5C7
(146,197,199)
#82B0B2
(130,176,178)
#729B9D
(114,155,157)
#628688
(98,134,136)
#527173
(82,113,115)
#425C5E
(66,92,94)
#324749
(50,71,73)
#223234
(34,50,52)
#121D1F
(18,29,31)
#000000
(0,0,0)

Tints of #B2EFF1

#B2EFF1
(178,239,241)
#B9F0F2
(185,240,242)
#C0F1F3
(192,241,243)
#C7F2F4
(199,242,244)
#CEF3F5
(206,243,245)
#D5F4F6
(213,244,246)
#DCF5F7
(220,245,247)
#E3F6F8
(227,246,248)
#EAF7F9
(234,247,249)
#F1F8FA
(241,248,250)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EFF1; }

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

This text font color is #B2EFF1.


Background Color

.myBgColor { background-color: #B2EFF1; }

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

This div background color is #B2EFF1.


Border color

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

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

This div border color is #B2EFF1.


Opacity

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

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

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

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

This text has shadow with #B2EFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EFF1 on black background.


Color preview on white background

This text has color #B2EFF1 on white background.



Black color preview on #B2EFF1 background

This text has black color on #B2EFF1 background.


White color preview on #B2EFF1 background

This text has white color on #B2EFF1 background.