COLOR #B0E0BC

HEX: #B0E0BC
RGB: (176,224,188)

Color info

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

RGB color model

#B0E0BC color RGB value is (176,224,188).

  • red value is 176;
  • green value is 224;
  • blue value is 188.
RGB:
(176,224,188)
(69%,88%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 188 of 255 = 74%

176
224
188

R + G + B ~ 77%. #B0E0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 224 + 188 = 588 (100%)
R 176 of 588 ~ 29.93%
G 224 of 588 ~ 38.1%
B 188 of 588 ~ 31.97%

%29.93
%38.1
%31.97

CMYK color model

#B0E0BC color CMYK value is (21,0,16,12).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(21,0,16,12)
C21M0Y16K12 
(21%,0%,16%,12%)
(0.21/0.00/0.16/0.12)	

CMYK percentages

%21.43
%0
%16.07
%12.16

Codes

Color #B0E0BC in popluar color models

B0E0BC
RGB176224188
HSL135°43.64%78.43%
HSB/HSV135°21.43%87.84%
CMYK21.43%0.00%16.07%
12.16%

Color #B0E0BC in popluar number systems.

HEXB0E0BC
Decimal176224188
Binary101100001110000010111100
Octal260340274

Shades and tints

Shades of #B0E0BC

#B0E0BC
(176,224,188)
#A0CCAB
(160,204,171)
#90B89A
(144,184,154)
#80A489
(128,164,137)
#709078
(112,144,120)
#607C67
(96,124,103)
#506856
(80,104,86)
#405445
(64,84,69)
#304034
(48,64,52)
#202C23
(32,44,35)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #B0E0BC

#B0E0BC
(176,224,188)
#B7E2C2
(183,226,194)
#BEE4C8
(190,228,200)
#C5E6CE
(197,230,206)
#CCE8D4
(204,232,212)
#D3EADA
(211,234,218)
#DAECE0
(218,236,224)
#E1EEE6
(225,238,230)
#E8F0EC
(232,240,236)
#EFF2F2
(239,242,242)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E0BC color. Also use rgb(176,224,188) instead hex code.

Text Font Color

.myTextColor { color: #B0E0BC; }

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

This text font color is #B0E0BC.


Background Color

.myBgColor { background-color: #B0E0BC; }

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

This div background color is #B0E0BC.


Border color

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

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

This div border color is #B0E0BC.


Opacity

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

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

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

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

This text has shadow with #B0E0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E0BC on black background.


Color preview on white background

This text has color #B0E0BC on white background.



Black color preview on #B0E0BC background

This text has black color on #B0E0BC background.


White color preview on #B0E0BC background

This text has white color on #B0E0BC background.