COLOR #B0E5CF

HEX: #B0E5CF
RGB: (176,229,207)

Color info

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

RGB color model

#B0E5CF color RGB value is (176,229,207).

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

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 207 of 255 = 81%

176
229
207

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

Portions of RGB colors in percentages

R + G + B =
176 + 229 + 207 = 612 (100%)
R 176 of 612 ~ 28.76%
G 229 of 612 ~ 37.42%
B 207 of 612 ~ 33.82%

%28.76
%37.42
%33.82

CMYK color model

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

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK: (23,0,10,10) C23M0Y10K10 (23%,0%,10%,10%) (0.23/0.00/0.10/0.10)

CMYK percentages

%23.14
%0
%9.61
%10.2

Codes

Color #B0E5CF in popluar color models

B0E5CF
RGB176229207
HSL155°50.48%79.41%
HSB/HSV155°23.14%89.80%
CMYK23.14%0.00%9.61%
10.20%

Color #B0E5CF in popluar number systems.

HEXB0E5CF
Decimal176229207
Binary101100001110010111001111
Octal260345317

Shades and tints

Shades of #B0E5CF

#B0E5CF
(176,229,207)
#A0D1BD
(160,209,189)
#90BDAB
(144,189,171)
#80A999
(128,169,153)
#709587
(112,149,135)
#608175
(96,129,117)
#506D63
(80,109,99)
#405951
(64,89,81)
#30453F
(48,69,63)
#20312D
(32,49,45)
#101D1B
(16,29,27)
#000000
(0,0,0)

Tints of #B0E5CF

#B0E5CF
(176,229,207)
#B7E7D3
(183,231,211)
#BEE9D7
(190,233,215)
#C5EBDB
(197,235,219)
#CCEDDF
(204,237,223)
#D3EFE3
(211,239,227)
#DAF1E7
(218,241,231)
#E1F3EB
(225,243,235)
#E8F5EF
(232,245,239)
#EFF7F3
(239,247,243)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5CF; }

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

This text font color is #B0E5CF.


Background Color

.myBgColor { background-color: #B0E5CF; }

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

This div background color is #B0E5CF.


Border color

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

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

This div border color is #B0E5CF.


Opacity

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

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

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

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

This text has shadow with #B0E5CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0E5CF on black background.


Color preview on white background

This text has color #B0E5CF on white background.



Black color preview on #B0E5CF background

This text has black color on #B0E5CF background.


White color preview on #B0E5CF background

This text has white color on #B0E5CF background.