COLOR #B4FF9F

HEX: #B4FF9F
RGB: (180,255,159)

Color info

#B4FF9F contains mainly green color. Web safe color of #B4FF9F is #CCFF99 (or #CF9).

RGB color model

#B4FF9F color RGB value is (180,255,159).

  • red value is 180;
  • green value is 255;
  • blue value is 159.
RGB:
(180,255,159)
(71%,100%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 159 of 255 = 62%

180
255
159

R + G + B ~ 78%. #B4FF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 159 = 594 (100%)
R 180 of 594 ~ 30.3%
G 255 of 594 ~ 42.93%
B 159 of 594 ~ 26.77%

%30.3
%42.93
%26.77

CMYK color model

#B4FF9F color CMYK value is (29,0,38,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 0.00%
CMYK:
(29,0,38,0)
C29M0Y38K0 
(29%,0%,38%,0%)
(0.29/0.00/0.38/0.00)	

CMYK percentages

%29.41
%0
%37.65
%0

Codes

Color #B4FF9F in popluar color models

B4FF9F
RGB180255159
HSL107°100.00%81.18%
HSB/HSV107°37.65%100.00%
CMYK29.41%0.00%37.65%
0.00%

Color #B4FF9F in popluar number systems.

HEXB4FF9F
Decimal180255159
Binary101101001111111110011111
Octal264377237

Shades and tints

Shades of #B4FF9F

#B4FF9F
(180,255,159)
#A4E891
(164,232,145)
#94D183
(148,209,131)
#84BA75
(132,186,117)
#74A367
(116,163,103)
#648C59
(100,140,89)
#54754B
(84,117,75)
#445E3D
(68,94,61)
#34472F
(52,71,47)
#243021
(36,48,33)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4FF9F

#B4FF9F
(180,255,159)
#BAFFA7
(186,255,167)
#C0FFAF
(192,255,175)
#C6FFB7
(198,255,183)
#CCFFBF
(204,255,191)
#D2FFC7
(210,255,199)
#D8FFCF
(216,255,207)
#DEFFD7
(222,255,215)
#E4FFDF
(228,255,223)
#EAFFE7
(234,255,231)
#F0FFEF
(240,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FF9F color. Also use rgb(180,255,159) instead hex code.

Text Font Color

.myTextColor { color: #B4FF9F; }

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

This text font color is #B4FF9F.


Background Color

.myBgColor { background-color: #B4FF9F; }

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

This div background color is #B4FF9F.


Border color

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

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

This div border color is #B4FF9F.


Opacity

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

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

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

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

This text has shadow with #B4FF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF9F on black background.


Color preview on white background

This text has color #B4FF9F on white background.



Black color preview on #B4FF9F background

This text has black color on #B4FF9F background.


White color preview on #B4FF9F background

This text has white color on #B4FF9F background.