COLOR #B0EFE1

HEX: #B0EFE1
RGB: (176,239,225)

Color info

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

RGB color model

#B0EFE1 color RGB value is (176,239,225).

  • red value is 176;
  • green value is 239;
  • blue value is 225.
RGB:
(176,239,225)
(69%,94%,88%)

RGB channels and saturation

R 176 of 255 = 69%
G 239 of 255 = 94%
B 225 of 255 = 88%

176
239
225

R + G + B ~ 84%. #B0EFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 239 + 225 = 640 (100%)
R 176 of 640 ~ 27.5%
G 239 of 640 ~ 37.34%
B 225 of 640 ~ 35.16%

%27.5
%37.34
%35.16

CMYK color model

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

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(26,0,6,6)
C26M0Y6K6 
(26%,0%,6%,6%)
(0.26/0.00/0.06/0.06)	

CMYK percentages

%26.36
%0
%5.86
%6.27

Codes

Color #B0EFE1 in popluar color models

B0EFE1
RGB176239225
HSL167°66.32%81.37%
HSB/HSV167°26.36%93.73%
CMYK26.36%0.00%5.86%
6.27%

Color #B0EFE1 in popluar number systems.

HEXB0EFE1
Decimal176239225
Binary101100001110111111100001
Octal260357341

Shades and tints

Shades of #B0EFE1

#B0EFE1
(176,239,225)
#A0DACD
(160,218,205)
#90C5B9
(144,197,185)
#80B0A5
(128,176,165)
#709B91
(112,155,145)
#60867D
(96,134,125)
#507169
(80,113,105)
#405C55
(64,92,85)
#304741
(48,71,65)
#20322D
(32,50,45)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0EFE1

#B0EFE1
(176,239,225)
#B7F0E3
(183,240,227)
#BEF1E5
(190,241,229)
#C5F2E7
(197,242,231)
#CCF3E9
(204,243,233)
#D3F4EB
(211,244,235)
#DAF5ED
(218,245,237)
#E1F6EF
(225,246,239)
#E8F7F1
(232,247,241)
#EFF8F3
(239,248,243)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EFE1 color. Also use rgb(176,239,225) instead hex code.

Text Font Color

.myTextColor { color: #B0EFE1; }

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

This text font color is #B0EFE1.


Background Color

.myBgColor { background-color: #B0EFE1; }

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

This div background color is #B0EFE1.


Border color

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

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

This div border color is #B0EFE1.


Opacity

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

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

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

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

This text has shadow with #B0EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EFE1 on black background.


Color preview on white background

This text has color #B0EFE1 on white background.



Black color preview on #B0EFE1 background

This text has black color on #B0EFE1 background.


White color preview on #B0EFE1 background

This text has white color on #B0EFE1 background.