COLOR #B0E6CE

HEX: #B0E6CE
RGB: (176,230,206)

Color info

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

RGB color model

#B0E6CE color RGB value is (176,230,206).

  • red value is 176;
  • green value is 230;
  • blue value is 206.
RGB:
(176,230,206)
(69%,90%,81%)

RGB channels and saturation

R 176 of 255 = 69%
G 230 of 255 = 90%
B 206 of 255 = 81%

176
230
206

R + G + B ~ 80%. #B0E6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 230 + 206 = 612 (100%)
R 176 of 612 ~ 28.76%
G 230 of 612 ~ 37.58%
B 206 of 612 ~ 33.66%

%28.76
%37.58
%33.66

CMYK color model

#B0E6CE color CMYK value is (23,0,10,10).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(23,0,10,10)
C23M0Y10K10 
(23%,0%,10%,10%)
(0.23/0.00/0.10/0.10)	

CMYK percentages

%23.48
%0
%10.43
%9.8

Codes

Color #B0E6CE in popluar color models

B0E6CE
RGB176230206
HSL153°51.92%79.61%
HSB/HSV153°23.48%90.20%
CMYK23.48%0.00%10.43%
9.80%

Color #B0E6CE in popluar number systems.

HEXB0E6CE
Decimal176230206
Binary101100001110011011001110
Octal260346316

Shades and tints

Shades of #B0E6CE

#B0E6CE
(176,230,206)
#A0D2BC
(160,210,188)
#90BEAA
(144,190,170)
#80AA98
(128,170,152)
#709686
(112,150,134)
#608274
(96,130,116)
#506E62
(80,110,98)
#405A50
(64,90,80)
#30463E
(48,70,62)
#20322C
(32,50,44)
#101E1A
(16,30,26)
#000000
(0,0,0)

Tints of #B0E6CE

#B0E6CE
(176,230,206)
#B7E8D2
(183,232,210)
#BEEAD6
(190,234,214)
#C5ECDA
(197,236,218)
#CCEEDE
(204,238,222)
#D3F0E2
(211,240,226)
#DAF2E6
(218,242,230)
#E1F4EA
(225,244,234)
#E8F6EE
(232,246,238)
#EFF8F2
(239,248,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E6CE color. Also use rgb(176,230,206) instead hex code.

Text Font Color

.myTextColor { color: #B0E6CE; }

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

This text font color is #B0E6CE.


Background Color

.myBgColor { background-color: #B0E6CE; }

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

This div background color is #B0E6CE.


Border color

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

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

This div border color is #B0E6CE.


Opacity

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

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

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

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

This text has shadow with #B0E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E6CE on black background.


Color preview on white background

This text has color #B0E6CE on white background.



Black color preview on #B0E6CE background

This text has black color on #B0E6CE background.


White color preview on #B0E6CE background

This text has white color on #B0E6CE background.