COLOR #B0E6E0

HEX: #B0E6E0
RGB: (176,230,224)

Color info

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

RGB color model

#B0E6E0 color RGB value is (176,230,224).

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

RGB channels and saturation

R 176 of 255 = 69%
G 230 of 255 = 90%
B 224 of 255 = 88%

176
230
224

R + G + B ~ 82%. #B0E6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 230 + 224 = 630 (100%)
R 176 of 630 ~ 27.94%
G 230 of 630 ~ 36.51%
B 224 of 630 ~ 35.56%

%27.94
%36.51
%35.56

CMYK color model

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

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 9.80%
CMYK:
(23,0,3,10)
C23M0Y3K10 
(23%,0%,3%,10%)
(0.23/0.00/0.03/0.10)	

CMYK percentages

%23.48
%0
%2.61
%9.8

Codes

Color #B0E6E0 in popluar color models

B0E6E0
RGB176230224
HSL173°51.92%79.61%
HSB/HSV173°23.48%90.20%
CMYK23.48%0.00%2.61%
9.80%

Color #B0E6E0 in popluar number systems.

HEXB0E6E0
Decimal176230224
Binary101100001110011011100000
Octal260346340

Shades and tints

Shades of #B0E6E0

#B0E6E0
(176,230,224)
#A0D2CC
(160,210,204)
#90BEB8
(144,190,184)
#80AAA4
(128,170,164)
#709690
(112,150,144)
#60827C
(96,130,124)
#506E68
(80,110,104)
#405A54
(64,90,84)
#304640
(48,70,64)
#20322C
(32,50,44)
#101E18
(16,30,24)
#000000
(0,0,0)

Tints of #B0E6E0

#B0E6E0
(176,230,224)
#B7E8E2
(183,232,226)
#BEEAE4
(190,234,228)
#C5ECE6
(197,236,230)
#CCEEE8
(204,238,232)
#D3F0EA
(211,240,234)
#DAF2EC
(218,242,236)
#E1F4EE
(225,244,238)
#E8F6F0
(232,246,240)
#EFF8F2
(239,248,242)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E6E0; }

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

This text font color is #B0E6E0.


Background Color

.myBgColor { background-color: #B0E6E0; }

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

This div background color is #B0E6E0.


Border color

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

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

This div border color is #B0E6E0.


Opacity

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

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

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

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

This text has shadow with #B0E6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E6E0 on black background.


Color preview on white background

This text has color #B0E6E0 on white background.



Black color preview on #B0E6E0 background

This text has black color on #B0E6E0 background.


White color preview on #B0E6E0 background

This text has white color on #B0E6E0 background.