COLOR #B0E1D7

HEX: #B0E1D7
RGB: (176,225,215)

Color info

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

RGB color model

#B0E1D7 color RGB value is (176,225,215).

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

RGB channels and saturation

R 176 of 255 = 69%
G 225 of 255 = 88%
B 215 of 255 = 84%

176
225
215

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

Portions of RGB colors in percentages

R + G + B =
176 + 225 + 215 = 616 (100%)
R 176 of 616 ~ 28.57%
G 225 of 616 ~ 36.53%
B 215 of 616 ~ 34.9%

%28.57
%36.53
%34.9

CMYK color model

#B0E1D7 color CMYK value is (22,0,4,12).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(22,0,4,12)
C22M0Y4K12 
(22%,0%,4%,12%)
(0.22/0.00/0.04/0.12)	

CMYK percentages

%21.78
%0
%4.44
%11.76

Codes

Color #B0E1D7 in popluar color models

B0E1D7
RGB176225215
HSL168°44.95%78.63%
HSB/HSV168°21.78%88.24%
CMYK21.78%0.00%4.44%
11.76%

Color #B0E1D7 in popluar number systems.

HEXB0E1D7
Decimal176225215
Binary101100001110000111010111
Octal260341327

Shades and tints

Shades of #B0E1D7

#B0E1D7
(176,225,215)
#A0CDC4
(160,205,196)
#90B9B1
(144,185,177)
#80A59E
(128,165,158)
#70918B
(112,145,139)
#607D78
(96,125,120)
#506965
(80,105,101)
#405552
(64,85,82)
#30413F
(48,65,63)
#202D2C
(32,45,44)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0E1D7

#B0E1D7
(176,225,215)
#B7E3DA
(183,227,218)
#BEE5DD
(190,229,221)
#C5E7E0
(197,231,224)
#CCE9E3
(204,233,227)
#D3EBE6
(211,235,230)
#DAEDE9
(218,237,233)
#E1EFEC
(225,239,236)
#E8F1EF
(232,241,239)
#EFF3F2
(239,243,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E1D7; }

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

This text font color is #B0E1D7.


Background Color

.myBgColor { background-color: #B0E1D7; }

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

This div background color is #B0E1D7.


Border color

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

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

This div border color is #B0E1D7.


Opacity

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

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

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

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

This text has shadow with #B0E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E1D7 on black background.


Color preview on white background

This text has color #B0E1D7 on white background.



Black color preview on #B0E1D7 background

This text has black color on #B0E1D7 background.


White color preview on #B0E1D7 background

This text has white color on #B0E1D7 background.