COLOR #B0F7E2

HEX: #B0F7E2 RGB: (176,247,226)

Color info

#B0F7E2 contains mainly green and blue colors. Web safe color of #B0F7E2 is #99FFCC (or #9FC).

RGB color model

#B0F7E2 color RGB value is (176,247,226).

RGB: (176,247,226) (69%, 97%, 89%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 226 of 255 = 89%

176
247
226

R + G + B ~ 85%. #B0F7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 247 + 226 = 649 (100%)
R 176 of 649 ~ 27.12%
G 247 of 649 ~ 38.06%
B 226 of 649 ~ 34.82'%

%27.12
%38.06
%34.82

CMYK color model

#B0F7E2 color CMYK value is (29,0,9,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 3.14%

CMYK: (29,0,9,3)
C29M0Y9K3 (29%, 0%, 9%, 3%)
(0.29 / 0.00 / 0.09 / 0.03)

CMYK percentages

%28.74
%0
%8.5
%3.14

Codes

Color #B0F7E2 in popluar color models

B0 F7 E2
RGB 176 247 226
HSL 162° 81.61% 82.94%
HSB/HSV 162° 28.74% 96.86%
CMYK 28.74% 0.00% 8.50%
3.14%

Color #B0F7E2 in popluar number systems.

HEX B0 F7 E2
Decimal 176 247 226
Binary 10110000 11110111 11100010
Octal 260 367 342

Shades and tints

Shades of #B0F7E2

#B0F7E2
(176,247,226)
#A0E1CE
(160,225,206)
#90CBBA
(144,203,186)
#80B5A6
(128,181,166)
#709F92
(112,159,146)
#60897E
(96,137,126)
#50736A
(80,115,106)
#405D56
(64,93,86)
#304742
(48,71,66)
#20312E
(32,49,46)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #B0F7E2

#B0F7E2
(176,247,226)
#B7F7E4
(183,247,228)
#BEF7E6
(190,247,230)
#C5F7E8
(197,247,232)
#CCF7EA
(204,247,234)
#D3F7EC
(211,247,236)
#DAF7EE
(218,247,238)
#E1F7F0
(225,247,240)
#E8F7F2
(232,247,242)
#EFF7F4
(239,247,244)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F7E2; }

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

This text font color is #B0F7E2.

Background Color

.myBgColor { background-color: #B0F7E2; }

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

This div background color is #B0F7E2.

Border color

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

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

This div border color is #B0F7E2.

Opacity

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

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

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

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

This text has shadow with #B0F7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F7E2.

Preview

Color preview on black background

This text has color #B0F7E2 on black background.


Color preview on white background

This text has color #B0F7E2 on white background.


Black color preview on #B0F7E2 background

This text has black color on #B0F7E2 background.


White color preview on #B0F7E2 background

This text has white color on #B0F7E2 background.


Related colors

Complementary color

Complementary color for #hex is #4F081D.


I love getcolorcode.com

Triadic colors

1 #E2B0F7 and #F7E2B0 with #B0F7E2 are triadic colors.

2 #E2F7B0 and #F7B0E2 with #B0F7E2 are triadic colors.