COLOR #B0FDA3

HEX: #B0FDA3
RGB: (176,253,163)

Color info

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

RGB color model

#B0FDA3 color RGB value is (176,253,163).

  • red value is 176;
  • green value is 253;
  • blue value is 163.
RGB:
(176,253,163)
(69%,99%,64%)

RGB channels and saturation

R 176 of 255 = 69%
G 253 of 255 = 99%
B 163 of 255 = 64%

176
253
163

R + G + B ~ 77%. #B0FDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 253 + 163 = 592 (100%)
R 176 of 592 ~ 29.73%
G 253 of 592 ~ 42.74%
B 163 of 592 ~ 27.53%

%29.73
%42.74
%27.53

CMYK color model

#B0FDA3 color CMYK value is (30,0,36,1).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 0.78%
CMYK:
(30,0,36,1)
C30M0Y36K1 
(30%,0%,36%,1%)
(0.30/0.00/0.36/0.01)	

CMYK percentages

%30.43
%0
%35.57
%0.78

Codes

Color #B0FDA3 in popluar color models

B0FDA3
RGB176253163
HSL111°95.74%81.57%
HSB/HSV111°35.57%99.22%
CMYK30.43%0.00%35.57%
0.78%

Color #B0FDA3 in popluar number systems.

HEXB0FDA3
Decimal176253163
Binary101100001111110110100011
Octal260375243

Shades and tints

Shades of #B0FDA3

#B0FDA3
(176,253,163)
#A0E695
(160,230,149)
#90CF87
(144,207,135)
#80B879
(128,184,121)
#70A16B
(112,161,107)
#608A5D
(96,138,93)
#50734F
(80,115,79)
#405C41
(64,92,65)
#304533
(48,69,51)
#202E25
(32,46,37)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0FDA3

#B0FDA3
(176,253,163)
#B7FDAB
(183,253,171)
#BEFDB3
(190,253,179)
#C5FDBB
(197,253,187)
#CCFDC3
(204,253,195)
#D3FDCB
(211,253,203)
#DAFDD3
(218,253,211)
#E1FDDB
(225,253,219)
#E8FDE3
(232,253,227)
#EFFDEB
(239,253,235)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FDA3 color. Also use rgb(176,253,163) instead hex code.

Text Font Color

.myTextColor { color: #B0FDA3; }

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

This text font color is #B0FDA3.


Background Color

.myBgColor { background-color: #B0FDA3; }

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

This div background color is #B0FDA3.


Border color

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

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

This div border color is #B0FDA3.


Opacity

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

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

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

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

This text has shadow with #B0FDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FDA3 on black background.


Color preview on white background

This text has color #B0FDA3 on white background.



Black color preview on #B0FDA3 background

This text has black color on #B0FDA3 background.


White color preview on #B0FDA3 background

This text has white color on #B0FDA3 background.