COLOR #B0FA9D

HEX: #B0FA9D RGB: (176,250,157)

Color info

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

RGB color model

#B0FA9D color RGB value is (176,250,157).

RGB: (176,250,157) (69%, 98%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 250 of 255 = 98%
B 157 of 255 = 62%

176
250
157

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

Portions of RGB colors in percentages

R + G + B = 176 + 250 + 157 = 583 (100%)
R 176 of 583 ~ 30.19%
G 250 of 583 ~ 42.88%
B 157 of 583 ~ 26.93'%

%30.19
%42.88
%26.93

CMYK color model

#B0FA9D color CMYK value is (30,0,37,2).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 37.20%
  • key color value is 1.96%

CMYK: (30,0,37,2)
C30M0Y37K2 (30%, 0%, 37%, 2%)
(0.30 / 0.00 / 0.37 / 0.02)

CMYK percentages

%29.6
%0
%37.2
%1.96

Codes

Color #B0FA9D in popluar color models

B0 FA 9D
RGB 176 250 157
HSL 108° 90.29% 79.80%
HSB/HSV 108° 37.20% 98.04%
CMYK 29.60% 0.00% 37.20%
1.96%

Color #B0FA9D in popluar number systems.

HEX B0 FA 9D
Decimal 176 250 157
Binary 10110000 11111010 10011101
Octal 260 372 235

Shades and tints

Shades of #B0FA9D

#B0FA9D
(176,250,157)
#A0E48F
(160,228,143)
#90CE81
(144,206,129)
#80B873
(128,184,115)
#70A265
(112,162,101)
#608C57
(96,140,87)
#507649
(80,118,73)
#40603B
(64,96,59)
#304A2D
(48,74,45)
#20341F
(32,52,31)
#101E11
(16,30,17)
#000000
(0,0,0)

Tints of #B0FA9D

#B0FA9D
(176,250,157)
#B7FAA5
(183,250,165)
#BEFAAD
(190,250,173)
#C5FAB5
(197,250,181)
#CCFABD
(204,250,189)
#D3FAC5
(211,250,197)
#DAFACD
(218,250,205)
#E1FAD5
(225,250,213)
#E8FADD
(232,250,221)
#EFFAE5
(239,250,229)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FA9D color. Also use rgb(176,250,157) instead hex code.

Text Font Color

.myTextColor { color: #B0FA9D; }

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

This text font color is #B0FA9D.

Background Color

.myBgColor { background-color: #B0FA9D; }

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

This div background color is #B0FA9D.

Border color

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

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

This div border color is #B0FA9D.

Opacity

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

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

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

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

This text has shadow with #B0FA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FA9D.

Preview

Color preview on black background

This text has color #B0FA9D on black background.


Color preview on white background

This text has color #B0FA9D on white background.


Black color preview on #B0FA9D background

This text has black color on #B0FA9D background.


White color preview on #B0FA9D background

This text has white color on #B0FA9D background.


Related colors

Complementary color

Complementary color for #hex is #4F0562.


I love getcolorcode.com

Triadic colors

1 #9DB0FA and #FA9DB0 with #B0FA9D are triadic colors.

2 #9DFAB0 and #FAB09D with #B0FA9D are triadic colors.