COLOR #B0E5D7

HEX: #B0E5D7
RGB: (176,229,215)

Color info

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

RGB color model

#B0E5D7 color RGB value is (176,229,215).

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

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 215 of 255 = 84%

176
229
215

R + G + B ~ 81%. #B0E5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 229 + 215 = 620 (100%)
R 176 of 620 ~ 28.39%
G 229 of 620 ~ 36.94%
B 215 of 620 ~ 34.68%

%28.39
%36.94
%34.68

CMYK color model

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

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(23,0,6,10)
C23M0Y6K10 
(23%,0%,6%,10%)
(0.23/0.00/0.06/0.10)	

CMYK percentages

%23.14
%0
%6.11
%10.2

Codes

Color #B0E5D7 in popluar color models

B0E5D7
RGB176229215
HSL164°50.48%79.41%
HSB/HSV164°23.14%89.80%
CMYK23.14%0.00%6.11%
10.20%

Color #B0E5D7 in popluar number systems.

HEXB0E5D7
Decimal176229215
Binary101100001110010111010111
Octal260345327

Shades and tints

Shades of #B0E5D7

#B0E5D7
(176,229,215)
#A0D1C4
(160,209,196)
#90BDB1
(144,189,177)
#80A99E
(128,169,158)
#70958B
(112,149,139)
#608178
(96,129,120)
#506D65
(80,109,101)
#405952
(64,89,82)
#30453F
(48,69,63)
#20312C
(32,49,44)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0E5D7

#B0E5D7
(176,229,215)
#B7E7DA
(183,231,218)
#BEE9DD
(190,233,221)
#C5EBE0
(197,235,224)
#CCEDE3
(204,237,227)
#D3EFE6
(211,239,230)
#DAF1E9
(218,241,233)
#E1F3EC
(225,243,236)
#E8F5EF
(232,245,239)
#EFF7F2
(239,247,242)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5D7; }

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

This text font color is #B0E5D7.


Background Color

.myBgColor { background-color: #B0E5D7; }

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

This div background color is #B0E5D7.


Border color

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

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

This div border color is #B0E5D7.


Opacity

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

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

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

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

This text has shadow with #B0E5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E5D7 on black background.


Color preview on white background

This text has color #B0E5D7 on white background.



Black color preview on #B0E5D7 background

This text has black color on #B0E5D7 background.


White color preview on #B0E5D7 background

This text has white color on #B0E5D7 background.