COLOR #B0F8B5

HEX: #B0F8B5
RGB: (176,248,181)

Color info

#B0F8B5 contains mainly green color. Web safe color of #B0F8B5 is #99FFCC (or #9FC).

RGB color model

#B0F8B5 color RGB value is (176,248,181).

  • red value is 176;
  • green value is 248;
  • blue value is 181.
RGB:
(176,248,181)
(69%,97%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 181 of 255 = 71%

176
248
181

R + G + B ~ 79%. #B0F8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 248 + 181 = 605 (100%)
R 176 of 605 ~ 29.09%
G 248 of 605 ~ 40.99%
B 181 of 605 ~ 29.92%

%29.09
%40.99
%29.92

CMYK color model

#B0F8B5 color CMYK value is (29,0,27,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 27.02%
  • key color value is 2.75%
CMYK:
(29,0,27,3)
C29M0Y27K3 
(29%,0%,27%,3%)
(0.29/0.00/0.27/0.03)	

CMYK percentages

%29.03
%0
%27.02
%2.75

Codes

Color #B0F8B5 in popluar color models

B0F8B5
RGB176248181
HSL124°83.72%83.14%
HSB/HSV124°29.03%97.25%
CMYK29.03%0.00%27.02%
2.75%

Color #B0F8B5 in popluar number systems.

HEXB0F8B5
Decimal176248181
Binary101100001111100010110101
Octal260370265

Shades and tints

Shades of #B0F8B5

#B0F8B5
(176,248,181)
#A0E2A5
(160,226,165)
#90CC95
(144,204,149)
#80B685
(128,182,133)
#70A075
(112,160,117)
#608A65
(96,138,101)
#507455
(80,116,85)
#405E45
(64,94,69)
#304835
(48,72,53)
#203225
(32,50,37)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #B0F8B5

#B0F8B5
(176,248,181)
#B7F8BB
(183,248,187)
#BEF8C1
(190,248,193)
#C5F8C7
(197,248,199)
#CCF8CD
(204,248,205)
#D3F8D3
(211,248,211)
#DAF8D9
(218,248,217)
#E1F8DF
(225,248,223)
#E8F8E5
(232,248,229)
#EFF8EB
(239,248,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F8B5; }

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

This text font color is #B0F8B5.


Background Color

.myBgColor { background-color: #B0F8B5; }

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

This div background color is #B0F8B5.


Border color

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

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

This div border color is #B0F8B5.


Opacity

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

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

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

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

This text has shadow with #B0F8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F8B5 on black background.


Color preview on white background

This text has color #B0F8B5 on white background.



Black color preview on #B0F8B5 background

This text has black color on #B0F8B5 background.


White color preview on #B0F8B5 background

This text has white color on #B0F8B5 background.