COLOR #B0F9F7

HEX: #B0F9F7 RGB: (176,249,247)

Color info

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

RGB color model

#B0F9F7 color RGB value is (176,249,247).

RGB: (176,249,247) (69%, 98%, 97%)

RGB channels and saturation

R 176 of 255 = 69%
G 249 of 255 = 98%
B 247 of 255 = 97%

176
249
247

R + G + B ~ 88%. #B0F9F7 is light color.

Portions of RGB colors in percentages

R + G + B = 176 + 249 + 247 = 672 (100%)
R 176 of 672 ~ 26.19%
G 249 of 672 ~ 37.05%
B 247 of 672 ~ 36.76'%

%26.19
%37.05
%36.76

CMYK color model

#B0F9F7 color CMYK value is (29,0,1,2).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 2.35%

CMYK: (29,0,1,2)
C29M0Y1K2 (29%, 0%, 1%, 2%)
(0.29 / 0.00 / 0.01 / 0.02)

CMYK percentages

%29.32
%0
%0.8
%2.35

Codes

Color #B0F9F7 in popluar color models

B0 F9 F7
RGB 176 249 247
HSL 178° 85.88% 83.33%
HSB/HSV 178° 29.32% 97.65%
CMYK 29.32% 0.00% 0.80%
2.35%

Color #B0F9F7 in popluar number systems.

HEX B0 F9 F7
Decimal 176 249 247
Binary 10110000 11111001 11110111
Octal 260 371 367

Shades and tints

Shades of #B0F9F7

#B0F9F7
(176,249,247)
#A0E3E1
(160,227,225)
#90CDCB
(144,205,203)
#80B7B5
(128,183,181)
#70A19F
(112,161,159)
#608B89
(96,139,137)
#507573
(80,117,115)
#405F5D
(64,95,93)
#304947
(48,73,71)
#203331
(32,51,49)
#101D1B
(16,29,27)
#000000
(0,0,0)

Tints of #B0F9F7

#B0F9F7
(176,249,247)
#B7F9F7
(183,249,247)
#BEF9F7
(190,249,247)
#C5F9F7
(197,249,247)
#CCF9F7
(204,249,247)
#D3F9F7
(211,249,247)
#DAF9F7
(218,249,247)
#E1F9F7
(225,249,247)
#E8F9F7
(232,249,247)
#EFF9F7
(239,249,247)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F9F7; }

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

This text font color is #B0F9F7.

Background Color

.myBgColor { background-color: #B0F9F7; }

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

This div background color is #B0F9F7.

Border color

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

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

This div border color is #B0F9F7.

Opacity

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

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

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

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

This text has shadow with #B0F9F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F9F7.

Preview

Color preview on black background

This text has color #B0F9F7 on black background.


Color preview on white background

This text has color #B0F9F7 on white background.


Black color preview on #B0F9F7 background

This text has black color on #B0F9F7 background.


White color preview on #B0F9F7 background

This text has white color on #B0F9F7 background.


Related colors

Complementary color

Complementary color for #hex is #4F0608.


I love getcolorcode.com

Triadic colors

1 #F7B0F9 and #F9F7B0 with #B0F9F7 are triadic colors.

2 #F7F9B0 and #F9B0F7 with #B0F9F7 are triadic colors.