COLOR #B0E6C1

HEX: #B0E6C1
RGB: (176,230,193)

Color info

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

RGB color model

#B0E6C1 color RGB value is (176,230,193).

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

RGB channels and saturation

R 176 of 255 = 69%
G 230 of 255 = 90%
B 193 of 255 = 76%

176
230
193

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

Portions of RGB colors in percentages

R + G + B =
176 + 230 + 193 = 599 (100%)
R 176 of 599 ~ 29.38%
G 230 of 599 ~ 38.4%
B 193 of 599 ~ 32.22%

%29.38
%38.4
%32.22

CMYK color model

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

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%
CMYK:
(23,0,16,10)
C23M0Y16K10 
(23%,0%,16%,10%)
(0.23/0.00/0.16/0.10)	

CMYK percentages

%23.48
%0
%16.09
%9.8

Codes

Color #B0E6C1 in popluar color models

B0E6C1
RGB176230193
HSL139°51.92%79.61%
HSB/HSV139°23.48%90.20%
CMYK23.48%0.00%16.09%
9.80%

Color #B0E6C1 in popluar number systems.

HEXB0E6C1
Decimal176230193
Binary101100001110011011000001
Octal260346301

Shades and tints

Shades of #B0E6C1

#B0E6C1
(176,230,193)
#A0D2B0
(160,210,176)
#90BE9F
(144,190,159)
#80AA8E
(128,170,142)
#70967D
(112,150,125)
#60826C
(96,130,108)
#506E5B
(80,110,91)
#405A4A
(64,90,74)
#304639
(48,70,57)
#203228
(32,50,40)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #B0E6C1

#B0E6C1
(176,230,193)
#B7E8C6
(183,232,198)
#BEEACB
(190,234,203)
#C5ECD0
(197,236,208)
#CCEED5
(204,238,213)
#D3F0DA
(211,240,218)
#DAF2DF
(218,242,223)
#E1F4E4
(225,244,228)
#E8F6E9
(232,246,233)
#EFF8EE
(239,248,238)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E6C1; }

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

This text font color is #B0E6C1.


Background Color

.myBgColor { background-color: #B0E6C1; }

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

This div background color is #B0E6C1.


Border color

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

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

This div border color is #B0E6C1.


Opacity

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

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

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

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

This text has shadow with #B0E6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E6C1 on black background.


Color preview on white background

This text has color #B0E6C1 on white background.



Black color preview on #B0E6C1 background

This text has black color on #B0E6C1 background.


White color preview on #B0E6C1 background

This text has white color on #B0E6C1 background.