COLOR #B0E5D0

HEX: #B0E5D0
RGB: (176,229,208)

Color info

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

RGB color model

#B0E5D0 color RGB value is (176,229,208).

  • red value is 176;
  • green value is 229;
  • blue value is 208.
RGB:
(176,229,208)
(69%,90%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 208 of 255 = 82%

176
229
208

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

Portions of RGB colors in percentages

R + G + B =
176 + 229 + 208 = 613 (100%)
R 176 of 613 ~ 28.71%
G 229 of 613 ~ 37.36%
B 208 of 613 ~ 33.93%

%28.71
%37.36
%33.93

CMYK color model

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

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 10.20%
CMYK:
(23,0,9,10)
C23M0Y9K10 
(23%,0%,9%,10%)
(0.23/0.00/0.09/0.10)	

CMYK percentages

%23.14
%0
%9.17
%10.2

Codes

Color #B0E5D0 in popluar color models

B0E5D0
RGB176229208
HSL156°50.48%79.41%
HSB/HSV156°23.14%89.80%
CMYK23.14%0.00%9.17%
10.20%

Color #B0E5D0 in popluar number systems.

HEXB0E5D0
Decimal176229208
Binary101100001110010111010000
Octal260345320

Shades and tints

Shades of #B0E5D0

#B0E5D0
(176,229,208)
#A0D1BE
(160,209,190)
#90BDAC
(144,189,172)
#80A99A
(128,169,154)
#709588
(112,149,136)
#608176
(96,129,118)
#506D64
(80,109,100)
#405952
(64,89,82)
#304540
(48,69,64)
#20312E
(32,49,46)
#101D1C
(16,29,28)
#000000
(0,0,0)

Tints of #B0E5D0

#B0E5D0
(176,229,208)
#B7E7D4
(183,231,212)
#BEE9D8
(190,233,216)
#C5EBDC
(197,235,220)
#CCEDE0
(204,237,224)
#D3EFE4
(211,239,228)
#DAF1E8
(218,241,232)
#E1F3EC
(225,243,236)
#E8F5F0
(232,245,240)
#EFF7F4
(239,247,244)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E5D0 color. Also use rgb(176,229,208) instead hex code.

Text Font Color

.myTextColor { color: #B0E5D0; }

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

This text font color is #B0E5D0.


Background Color

.myBgColor { background-color: #B0E5D0; }

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

This div background color is #B0E5D0.


Border color

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

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

This div border color is #B0E5D0.


Opacity

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

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

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

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

This text has shadow with #B0E5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E5D0 on black background.


Color preview on white background

This text has color #B0E5D0 on white background.



Black color preview on #B0E5D0 background

This text has black color on #B0E5D0 background.


White color preview on #B0E5D0 background

This text has white color on #B0E5D0 background.