COLOR #B0E2BF

HEX: #B0E2BF
RGB: (176,226,191)

Color info

#B0E2BF contains red, green and blue colors in about the same proportion. Web safe color of #B0E2BF is #99CCCC (or #9CC).

RGB color model

#B0E2BF color RGB value is (176,226,191).

  • red value is 176;
  • green value is 226;
  • blue value is 191.
RGB:
(176,226,191)
(69%,89%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 191 of 255 = 75%

176
226
191

R + G + B ~ 78%. #B0E2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 226 + 191 = 593 (100%)
R 176 of 593 ~ 29.68%
G 226 of 593 ~ 38.11%
B 191 of 593 ~ 32.21%

%29.68
%38.11
%32.21

CMYK color model

#B0E2BF color CMYK value is (22,0,15,11).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(22,0,15,11)
C22M0Y15K11 
(22%,0%,15%,11%)
(0.22/0.00/0.15/0.11)	

CMYK percentages

%22.12
%0
%15.49
%11.37

Codes

Color #B0E2BF in popluar color models

B0E2BF
RGB176226191
HSL138°46.30%78.82%
HSB/HSV138°22.12%88.63%
CMYK22.12%0.00%15.49%
11.37%

Color #B0E2BF in popluar number systems.

HEXB0E2BF
Decimal176226191
Binary101100001110001010111111
Octal260342277

Shades and tints

Shades of #B0E2BF

#B0E2BF
(176,226,191)
#A0CEAE
(160,206,174)
#90BA9D
(144,186,157)
#80A68C
(128,166,140)
#70927B
(112,146,123)
#607E6A
(96,126,106)
#506A59
(80,106,89)
#405648
(64,86,72)
#304237
(48,66,55)
#202E26
(32,46,38)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0E2BF

#B0E2BF
(176,226,191)
#B7E4C4
(183,228,196)
#BEE6C9
(190,230,201)
#C5E8CE
(197,232,206)
#CCEAD3
(204,234,211)
#D3ECD8
(211,236,216)
#DAEEDD
(218,238,221)
#E1F0E2
(225,240,226)
#E8F2E7
(232,242,231)
#EFF4EC
(239,244,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E2BF color. Also use rgb(176,226,191) instead hex code.

Text Font Color

.myTextColor { color: #B0E2BF; }

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

This text font color is #B0E2BF.


Background Color

.myBgColor { background-color: #B0E2BF; }

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

This div background color is #B0E2BF.


Border color

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

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

This div border color is #B0E2BF.


Opacity

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

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

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

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

This text has shadow with #B0E2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E2BF on black background.


Color preview on white background

This text has color #B0E2BF on white background.



Black color preview on #B0E2BF background

This text has black color on #B0E2BF background.


White color preview on #B0E2BF background

This text has white color on #B0E2BF background.