COLOR #B0F29D

HEX: #B0F29D RGB: (176,242,157)

Color info

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

RGB color model

#B0F29D color RGB value is (176,242,157).

RGB: (176,242,157) (69%, 95%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 242 of 255 = 95%
B 157 of 255 = 62%

176
242
157

R + G + B ~ 75%. #B0F29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 242 + 157 = 575 (100%)
R 176 of 575 ~ 30.61%
G 242 of 575 ~ 42.09%
B 157 of 575 ~ 27.3'%

%30.61
%42.09
%27.3

CMYK color model

#B0F29D color CMYK value is (27,0,35,5).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 5.10%

CMYK: (27,0,35,5)
C27M0Y35K5 (27%, 0%, 35%, 5%)
(0.27 / 0.00 / 0.35 / 0.05)

CMYK percentages

%27.27
%0
%35.12
%5.1

Codes

Color #B0F29D in popluar color models

B0 F2 9D
RGB 176 242 157
HSL 107° 76.58% 78.24%
HSB/HSV 107° 35.12% 94.90%
CMYK 27.27% 0.00% 35.12%
5.10%

Color #B0F29D in popluar number systems.

HEX B0 F2 9D
Decimal 176 242 157
Binary 10110000 11110010 10011101
Octal 260 362 235

Shades and tints

Shades of #B0F29D

#B0F29D
(176,242,157)
#A0DC8F
(160,220,143)
#90C681
(144,198,129)
#80B073
(128,176,115)
#709A65
(112,154,101)
#608457
(96,132,87)
#506E49
(80,110,73)
#40583B
(64,88,59)
#30422D
(48,66,45)
#202C1F
(32,44,31)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #B0F29D

#B0F29D
(176,242,157)
#B7F3A5
(183,243,165)
#BEF4AD
(190,244,173)
#C5F5B5
(197,245,181)
#CCF6BD
(204,246,189)
#D3F7C5
(211,247,197)
#DAF8CD
(218,248,205)
#E1F9D5
(225,249,213)
#E8FADD
(232,250,221)
#EFFBE5
(239,251,229)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F29D; }

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

This text font color is #B0F29D.

Background Color

.myBgColor { background-color: #B0F29D; }

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

This div background color is #B0F29D.

Border color

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

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

This div border color is #B0F29D.

Opacity

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

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

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

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

This text has shadow with #B0F29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F29D.

Preview

Color preview on black background

This text has color #B0F29D on black background.


Color preview on white background

This text has color #B0F29D on white background.


Black color preview on #B0F29D background

This text has black color on #B0F29D background.


White color preview on #B0F29D background

This text has white color on #B0F29D background.


Related colors

Complementary color

Complementary color for #hex is #4F0D62.


I love getcolorcode.com

Triadic colors

1 #9DB0F2 and #F29DB0 with #B0F29D are triadic colors.

2 #9DF2B0 and #F2B09D with #B0F29D are triadic colors.