COLOR #B0F8BD

HEX: #B0F8BD
RGB: (176,248,189)

Color info

#B0F8BD contains mainly green and blue colors. Web safe color of #B0F8BD is #99FFCC (or #9FC).

RGB color model

#B0F8BD color RGB value is (176,248,189).

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

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 189 of 255 = 74%

176
248
189

R + G + B ~ 80%. #B0F8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 248 + 189 = 613 (100%)
R 176 of 613 ~ 28.71%
G 248 of 613 ~ 40.46%
B 189 of 613 ~ 30.83%

%28.71
%40.46
%30.83

CMYK color model

#B0F8BD color CMYK value is (29,0,24,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 2.75%
CMYK:
(29,0,24,3)
C29M0Y24K3 
(29%,0%,24%,3%)
(0.29/0.00/0.24/0.03)	

CMYK percentages

%29.03
%0
%23.79
%2.75

Codes

Color #B0F8BD in popluar color models

B0F8BD
RGB176248189
HSL131°83.72%83.14%
HSB/HSV131°29.03%97.25%
CMYK29.03%0.00%23.79%
2.75%

Color #B0F8BD in popluar number systems.

HEXB0F8BD
Decimal176248189
Binary101100001111100010111101
Octal260370275

Shades and tints

Shades of #B0F8BD

#B0F8BD
(176,248,189)
#A0E2AC
(160,226,172)
#90CC9B
(144,204,155)
#80B68A
(128,182,138)
#70A079
(112,160,121)
#608A68
(96,138,104)
#507457
(80,116,87)
#405E46
(64,94,70)
#304835
(48,72,53)
#203224
(32,50,36)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #B0F8BD

#B0F8BD
(176,248,189)
#B7F8C3
(183,248,195)
#BEF8C9
(190,248,201)
#C5F8CF
(197,248,207)
#CCF8D5
(204,248,213)
#D3F8DB
(211,248,219)
#DAF8E1
(218,248,225)
#E1F8E7
(225,248,231)
#E8F8ED
(232,248,237)
#EFF8F3
(239,248,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F8BD; }

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

This text font color is #B0F8BD.


Background Color

.myBgColor { background-color: #B0F8BD; }

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

This div background color is #B0F8BD.


Border color

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

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

This div border color is #B0F8BD.


Opacity

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

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

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

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

This text has shadow with #B0F8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F8BD on black background.


Color preview on white background

This text has color #B0F8BD on white background.



Black color preview on #B0F8BD background

This text has black color on #B0F8BD background.


White color preview on #B0F8BD background

This text has white color on #B0F8BD background.