COLOR #B0EBDE

HEX: #B0EBDE
RGB: (176,235,222)

Color info

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

RGB color model

#B0EBDE color RGB value is (176,235,222).

  • red value is 176;
  • green value is 235;
  • blue value is 222.
RGB:
(176,235,222)
(69%,92%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 222 of 255 = 87%

176
235
222

R + G + B ~ 83%. #B0EBDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 235 + 222 = 633 (100%)
R 176 of 633 ~ 27.8%
G 235 of 633 ~ 37.12%
B 222 of 633 ~ 35.07%

%27.8
%37.12
%35.07

CMYK color model

#B0EBDE color CMYK value is (25,0,6,8).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(25,0,6,8)
C25M0Y6K8 
(25%,0%,6%,8%)
(0.25/0.00/0.06/0.08)	

CMYK percentages

%25.11
%0
%5.53
%7.84

Codes

Color #B0EBDE in popluar color models

B0EBDE
RGB176235222
HSL167°59.60%80.59%
HSB/HSV167°25.11%92.16%
CMYK25.11%0.00%5.53%
7.84%

Color #B0EBDE in popluar number systems.

HEXB0EBDE
Decimal176235222
Binary101100001110101111011110
Octal260353336

Shades and tints

Shades of #B0EBDE

#B0EBDE
(176,235,222)
#A0D6CA
(160,214,202)
#90C1B6
(144,193,182)
#80ACA2
(128,172,162)
#70978E
(112,151,142)
#60827A
(96,130,122)
#506D66
(80,109,102)
#405852
(64,88,82)
#30433E
(48,67,62)
#202E2A
(32,46,42)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0EBDE

#B0EBDE
(176,235,222)
#B7ECE1
(183,236,225)
#BEEDE4
(190,237,228)
#C5EEE7
(197,238,231)
#CCEFEA
(204,239,234)
#D3F0ED
(211,240,237)
#DAF1F0
(218,241,240)
#E1F2F3
(225,242,243)
#E8F3F6
(232,243,246)
#EFF4F9
(239,244,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EBDE color. Also use rgb(176,235,222) instead hex code.

Text Font Color

.myTextColor { color: #B0EBDE; }

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

This text font color is #B0EBDE.


Background Color

.myBgColor { background-color: #B0EBDE; }

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

This div background color is #B0EBDE.


Border color

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

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

This div border color is #B0EBDE.


Opacity

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

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

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

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

This text has shadow with #B0EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EBDE on black background.


Color preview on white background

This text has color #B0EBDE on white background.



Black color preview on #B0EBDE background

This text has black color on #B0EBDE background.


White color preview on #B0EBDE background

This text has white color on #B0EBDE background.