COLOR #B0EBE1

HEX: #B0EBE1
RGB: (176,235,225)

Color info

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

RGB color model

#B0EBE1 color RGB value is (176,235,225).

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

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 225 of 255 = 88%

176
235
225

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

Portions of RGB colors in percentages

R + G + B =
176 + 235 + 225 = 636 (100%)
R 176 of 636 ~ 27.67%
G 235 of 636 ~ 36.95%
B 225 of 636 ~ 35.38%

%27.67
%36.95
%35.38

CMYK color model

#B0EBE1 color CMYK value is (25,0,4,8).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(25,0,4,8)
C25M0Y4K8 
(25%,0%,4%,8%)
(0.25/0.00/0.04/0.08)	

CMYK percentages

%25.11
%0
%4.26
%7.84

Codes

Color #B0EBE1 in popluar color models

B0EBE1
RGB176235225
HSL170°59.60%80.59%
HSB/HSV170°25.11%92.16%
CMYK25.11%0.00%4.26%
7.84%

Color #B0EBE1 in popluar number systems.

HEXB0EBE1
Decimal176235225
Binary101100001110101111100001
Octal260353341

Shades and tints

Shades of #B0EBE1

#B0EBE1
(176,235,225)
#A0D6CD
(160,214,205)
#90C1B9
(144,193,185)
#80ACA5
(128,172,165)
#709791
(112,151,145)
#60827D
(96,130,125)
#506D69
(80,109,105)
#405855
(64,88,85)
#304341
(48,67,65)
#202E2D
(32,46,45)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0EBE1

#B0EBE1
(176,235,225)
#B7ECE3
(183,236,227)
#BEEDE5
(190,237,229)
#C5EEE7
(197,238,231)
#CCEFE9
(204,239,233)
#D3F0EB
(211,240,235)
#DAF1ED
(218,241,237)
#E1F2EF
(225,242,239)
#E8F3F1
(232,243,241)
#EFF4F3
(239,244,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EBE1; }

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

This text font color is #B0EBE1.


Background Color

.myBgColor { background-color: #B0EBE1; }

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

This div background color is #B0EBE1.


Border color

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

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

This div border color is #B0EBE1.


Opacity

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

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

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

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

This text has shadow with #B0EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EBE1 on black background.


Color preview on white background

This text has color #B0EBE1 on white background.



Black color preview on #B0EBE1 background

This text has black color on #B0EBE1 background.


White color preview on #B0EBE1 background

This text has white color on #B0EBE1 background.