COLOR #EBFB9F

HEX: #EBFB9F
RGB: (235,251,159)

Color info

#EBFB9F contains mainly red and green colors. Web safe color of #EBFB9F is #FFFF99 (or #FF9).

RGB color model

#EBFB9F color RGB value is (235,251,159).

  • red value is 235;
  • green value is 251;
  • blue value is 159.
RGB:
(235,251,159)
(92%,98%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 159 of 255 = 62%

235
251
159

R + G + B ~ 84%. #EBFB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 159 = 645 (100%)
R 235 of 645 ~ 36.43%
G 251 of 645 ~ 38.91%
B 159 of 645 ~ 24.65%

%36.43
%38.91
%24.65

CMYK color model

#EBFB9F color CMYK value is (6,0,37,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 1.57%
CMYK:
(6,0,37,2)
C6M0Y37K2 
(6%,0%,37%,2%)
(0.06/0.00/0.37/0.02)	

CMYK percentages

%6.37
%0
%36.65
%1.57

Codes

Color #EBFB9F in popluar color models

EBFB9F
RGB235251159
HSL70°92.00%80.39%
HSB/HSV70°36.65%98.43%
CMYK6.37%0.00%36.65%
1.57%

Color #EBFB9F in popluar number systems.

HEXEBFB9F
Decimal235251159
Binary111010111111101110011111
Octal353373237

Shades and tints

Shades of #EBFB9F

#EBFB9F
(235,251,159)
#D6E591
(214,229,145)
#C1CF83
(193,207,131)
#ACB975
(172,185,117)
#97A367
(151,163,103)
#828D59
(130,141,89)
#6D774B
(109,119,75)
#58613D
(88,97,61)
#434B2F
(67,75,47)
#2E3521
(46,53,33)
#191F13
(25,31,19)
#000000
(0,0,0)

Tints of #EBFB9F

#EBFB9F
(235,251,159)
#ECFBA7
(236,251,167)
#EDFBAF
(237,251,175)
#EEFBB7
(238,251,183)
#EFFBBF
(239,251,191)
#F0FBC7
(240,251,199)
#F1FBCF
(241,251,207)
#F2FBD7
(242,251,215)
#F3FBDF
(243,251,223)
#F4FBE7
(244,251,231)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFB9F color. Also use rgb(235,251,159) instead hex code.

Text Font Color

.myTextColor { color: #EBFB9F; }

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

This text font color is #EBFB9F.


Background Color

.myBgColor { background-color: #EBFB9F; }

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

This div background color is #EBFB9F.


Border color

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

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

This div border color is #EBFB9F.


Opacity

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

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

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

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

This text has shadow with #EBFB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFB9F on black background.


Color preview on white background

This text has color #EBFB9F on white background.



Black color preview on #EBFB9F background

This text has black color on #EBFB9F background.


White color preview on #EBFB9F background

This text has white color on #EBFB9F background.