COLOR #B0F89F

HEX: #B0F89F RGB: (176,248,159)

Color info

#B0F89F contains mainly green color. Web safe color of #B0F89F is #99FF99 (or #9F9).

RGB color model

#B0F89F color RGB value is (176,248,159).

RGB: (176,248,159) (69%, 97%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 159 of 255 = 62%

176
248
159

R + G + B ~ 76%. #B0F89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 248 + 159 = 583 (100%)
R 176 of 583 ~ 30.19%
G 248 of 583 ~ 42.54%
B 159 of 583 ~ 27.27'%

%30.19
%42.54
%27.27

CMYK color model

#B0F89F color CMYK value is (29,0,36,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 35.89%
  • key color value is 2.75%

CMYK: (29,0,36,3)
C29M0Y36K3 (29%, 0%, 36%, 3%)
(0.29 / 0.00 / 0.36 / 0.03)

CMYK percentages

%29.03
%0
%35.89
%2.75

Codes

Color #B0F89F in popluar color models

B0 F8 9F
RGB 176 248 159
HSL 109° 86.41% 79.80%
HSB/HSV 109° 35.89% 97.25%
CMYK 29.03% 0.00% 35.89%
2.75%

Color #B0F89F in popluar number systems.

HEX B0 F8 9F
Decimal 176 248 159
Binary 10110000 11111000 10011111
Octal 260 370 237

Shades and tints

Shades of #B0F89F

#B0F89F
(176,248,159)
#A0E291
(160,226,145)
#90CC83
(144,204,131)
#80B675
(128,182,117)
#70A067
(112,160,103)
#608A59
(96,138,89)
#50744B
(80,116,75)
#405E3D
(64,94,61)
#30482F
(48,72,47)
#203221
(32,50,33)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #B0F89F

#B0F89F
(176,248,159)
#B7F8A7
(183,248,167)
#BEF8AF
(190,248,175)
#C5F8B7
(197,248,183)
#CCF8BF
(204,248,191)
#D3F8C7
(211,248,199)
#DAF8CF
(218,248,207)
#E1F8D7
(225,248,215)
#E8F8DF
(232,248,223)
#EFF8E7
(239,248,231)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F89F color. Also use rgb(176,248,159) instead hex code.

Text Font Color

.myTextColor { color: #B0F89F; }

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

This text font color is #B0F89F.

Background Color

.myBgColor { background-color: #B0F89F; }

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

This div background color is #B0F89F.

Border color

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

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

This div border color is #B0F89F.

Opacity

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

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

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

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

This text has shadow with #B0F89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F89F.

Preview

Color preview on black background

This text has color #B0F89F on black background.


Color preview on white background

This text has color #B0F89F on white background.


Black color preview on #B0F89F background

This text has black color on #B0F89F background.


White color preview on #B0F89F background

This text has white color on #B0F89F background.


Related colors

Complementary color

Complementary color for #hex is #4F0760.


I love getcolorcode.com

Triadic colors

1 #9FB0F8 and #F89FB0 with #B0F89F are triadic colors.

2 #9FF8B0 and #F8B09F with #B0F89F are triadic colors.