COLOR #B2FFB0

HEX: #B2FFB0
RGB: (178,255,176)

Color info

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

RGB color model

#B2FFB0 color RGB value is (178,255,176).

  • red value is 178;
  • green value is 255;
  • blue value is 176.
RGB:
(178,255,176)
(70%,100%,69%)

RGB channels and saturation

R 178 of 255 = 70%
G 255 of 255 = 100%
B 176 of 255 = 69%

178
255
176

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

Portions of RGB colors in percentages

R + G + B =
178 + 255 + 176 = 609 (100%)
R 178 of 609 ~ 29.23%
G 255 of 609 ~ 41.87%
B 176 of 609 ~ 28.9%

%29.23
%41.87
%28.9

CMYK color model

#B2FFB0 color CMYK value is (30,0,31,0).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(30,0,31,0)
C30M0Y31K0 
(30%,0%,31%,0%)
(0.30/0.00/0.31/0.00)	

CMYK percentages

%30.2
%0
%30.98
%0

Codes

Color #B2FFB0 in popluar color models

B2FFB0
RGB178255176
HSL118°100.00%84.51%
HSB/HSV118°30.98%100.00%
CMYK30.20%0.00%30.98%
0.00%

Color #B2FFB0 in popluar number systems.

HEXB2FFB0
Decimal178255176
Binary101100101111111110110000
Octal262377260

Shades and tints

Shades of #B2FFB0

#B2FFB0
(178,255,176)
#A2E8A0
(162,232,160)
#92D190
(146,209,144)
#82BA80
(130,186,128)
#72A370
(114,163,112)
#628C60
(98,140,96)
#527550
(82,117,80)
#425E40
(66,94,64)
#324730
(50,71,48)
#223020
(34,48,32)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #B2FFB0

#B2FFB0
(178,255,176)
#B9FFB7
(185,255,183)
#C0FFBE
(192,255,190)
#C7FFC5
(199,255,197)
#CEFFCC
(206,255,204)
#D5FFD3
(213,255,211)
#DCFFDA
(220,255,218)
#E3FFE1
(227,255,225)
#EAFFE8
(234,255,232)
#F1FFEF
(241,255,239)
#F8FFF6
(248,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FFB0 color. Also use rgb(178,255,176) instead hex code.

Text Font Color

.myTextColor { color: #B2FFB0; }

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

This text font color is #B2FFB0.


Background Color

.myBgColor { background-color: #B2FFB0; }

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

This div background color is #B2FFB0.


Border color

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

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

This div border color is #B2FFB0.


Opacity

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

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

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

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

This text has shadow with #B2FFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FFB0 on black background.


Color preview on white background

This text has color #B2FFB0 on white background.



Black color preview on #B2FFB0 background

This text has black color on #B2FFB0 background.


White color preview on #B2FFB0 background

This text has white color on #B2FFB0 background.