COLOR #B0F7E7

HEX: #B0F7E7 RGB: (176,247,231)

Color info

#B0F7E7 contains mainly green and blue colors. Web safe color of #B0F7E7 is #99FFFF (or #9FF).

RGB color model

#B0F7E7 color RGB value is (176,247,231).

RGB: (176,247,231) (69%, 97%, 91%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 231 of 255 = 91%

176
247
231

R + G + B ~ 86%. #B0F7E7 is light color.

Portions of RGB colors in percentages

R + G + B = 176 + 247 + 231 = 654 (100%)
R 176 of 654 ~ 26.91%
G 247 of 654 ~ 37.77%
B 231 of 654 ~ 35.32'%

%26.91
%37.77
%35.32

CMYK color model

#B0F7E7 color CMYK value is (29,0,6,3).

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

CMYK: (29,0,6,3)
C29M0Y6K3 (29%, 0%, 6%, 3%)
(0.29 / 0.00 / 0.06 / 0.03)

CMYK percentages

%28.74
%0
%6.48
%3.14

Codes

Color #B0F7E7 in popluar color models

B0 F7 E7
RGB 176 247 231
HSL 166° 81.61% 82.94%
HSB/HSV 166° 28.74% 96.86%
CMYK 28.74% 0.00% 6.48%
3.14%

Color #B0F7E7 in popluar number systems.

HEX B0 F7 E7
Decimal 176 247 231
Binary 10110000 11110111 11100111
Octal 260 367 347

Shades and tints

Shades of #B0F7E7

#B0F7E7
(176,247,231)
#A0E1D2
(160,225,210)
#90CBBD
(144,203,189)
#80B5A8
(128,181,168)
#709F93
(112,159,147)
#60897E
(96,137,126)
#507369
(80,115,105)
#405D54
(64,93,84)
#30473F
(48,71,63)
#20312A
(32,49,42)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #B0F7E7

#B0F7E7
(176,247,231)
#B7F7E9
(183,247,233)
#BEF7EB
(190,247,235)
#C5F7ED
(197,247,237)
#CCF7EF
(204,247,239)
#D3F7F1
(211,247,241)
#DAF7F3
(218,247,243)
#E1F7F5
(225,247,245)
#E8F7F7
(232,247,247)
#EFF7F9
(239,247,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F7E7; }

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

This text font color is #B0F7E7.

Background Color

.myBgColor { background-color: #B0F7E7; }

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

This div background color is #B0F7E7.

Border color

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

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

This div border color is #B0F7E7.

Opacity

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

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

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

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

This text has shadow with #B0F7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F7E7.

Preview

Color preview on black background

This text has color #B0F7E7 on black background.


Color preview on white background

This text has color #B0F7E7 on white background.


Black color preview on #B0F7E7 background

This text has black color on #B0F7E7 background.


White color preview on #B0F7E7 background

This text has white color on #B0F7E7 background.


Related colors

Complementary color

Complementary color for #hex is #4F0818.


I love getcolorcode.com

Triadic colors

1 #E7B0F7 and #F7E7B0 with #B0F7E7 are triadic colors.

2 #E7F7B0 and #F7B0E7 with #B0F7E7 are triadic colors.