COLOR #B0E2E0

HEX: #B0E2E0 RGB: (176,226,224)

Color info

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

RGB color model

#B0E2E0 color RGB value is (176,226,224).

RGB: (176,226,224) (69%, 89%, 88%)

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 224 of 255 = 88%

176
226
224

R + G + B ~ 82%. #B0E2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 226 + 224 = 626 (100%)
R 176 of 626 ~ 28.12%
G 226 of 626 ~ 36.1%
B 224 of 626 ~ 35.78'%

%28.12
%36.1
%35.78

CMYK color model

#B0E2E0 color CMYK value is (22,0,1,11).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK: (22,0,1,11) C22M0Y1K11 (22%,0%,1%,11%) (0.22/0.00/0.01/0.11) 

CMYK percentages

%22.12
%0
%0.88
%11.37

Codes

Color #B0E2E0 in popluar color models

B0 E2 E0
RGB 176 226 224
HSL 178° 46.30% 78.82%
HSB/HSV 178° 22.12% 88.63%
CMYK 22.12% 0.00% 0.88%
11.37%

Color #B0E2E0 in popluar number systems.

HEX B0 E2 E0
Decimal 176 226 224
Binary 10110000 11100010 11100000
Octal 260 342 340

Shades and tints

Shades of #B0E2E0

#B0E2E0
(176,226,224)
#A0CECC
(160,206,204)
#90BAB8
(144,186,184)
#80A6A4
(128,166,164)
#709290
(112,146,144)
#607E7C
(96,126,124)
#506A68
(80,106,104)
#405654
(64,86,84)
#304240
(48,66,64)
#202E2C
(32,46,44)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #B0E2E0

#B0E2E0
(176,226,224)
#B7E4E2
(183,228,226)
#BEE6E4
(190,230,228)
#C5E8E6
(197,232,230)
#CCEAE8
(204,234,232)
#D3ECEA
(211,236,234)
#DAEEEC
(218,238,236)
#E1F0EE
(225,240,238)
#E8F2F0
(232,242,240)
#EFF4F2
(239,244,242)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E2E0 color. Also use rgb(176,226,224) instead hex code.

Text Font Color

.myTextColor { color: #B0E2E0; }

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

This text font color is #B0E2E0.

Background Color

.myBgColor { background-color: #B0E2E0; }

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

This div background color is #B0E2E0.

Border color

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

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

This div border color is #B0E2E0.

Opacity

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

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

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

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

This text has shadow with #B0E2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E2E0.

Preview

Color preview on black background

This text has color #B0E2E0 on black background.


Color preview on white background

This text has color #B0E2E0 on white background.


Black color preview on #B0E2E0 background

This text has black color on #B0E2E0 background.


White color preview on #B0E2E0 background

This text has white color on #B0E2E0 background.


Related colors

Complementary color

Complementary color for #hex is #4F1D1F.


I love getcolorcode.com

Triadic colors

1 #E0B0E2 and #E2E0B0 with #B0E2E0 are triadic colors.

2 #E0E2B0 and #E2B0E0 with #B0E2E0 are triadic colors.