COLOR #EBFFA0

HEX: #EBFFA0
RGB: (235,255,160)

Color info

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

RGB color model

#EBFFA0 color RGB value is (235,255,160).

  • red value is 235;
  • green value is 255;
  • blue value is 160.
RGB:
(235,255,160)
(92%,100%,63%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 160 of 255 = 63%

235
255
160

R + G + B ~ 85%. #EBFFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 160 = 650 (100%)
R 235 of 650 ~ 36.15%
G 255 of 650 ~ 39.23%
B 160 of 650 ~ 24.62%

%36.15
%39.23
%24.62

CMYK color model

#EBFFA0 color CMYK value is (8,0,37,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(8,0,37,0)
C8M0Y37K0 
(8%,0%,37%,0%)
(0.08/0.00/0.37/0.00)	

CMYK percentages

%7.84
%0
%37.25
%0

Codes

Color #EBFFA0 in popluar color models

EBFFA0
RGB235255160
HSL73°100.00%81.37%
HSB/HSV73°37.25%100.00%
CMYK7.84%0.00%37.25%
0.00%

Color #EBFFA0 in popluar number systems.

HEXEBFFA0
Decimal235255160
Binary111010111111111110100000
Octal353377240

Shades and tints

Shades of #EBFFA0

#EBFFA0
(235,255,160)
#D6E892
(214,232,146)
#C1D184
(193,209,132)
#ACBA76
(172,186,118)
#97A368
(151,163,104)
#828C5A
(130,140,90)
#6D754C
(109,117,76)
#585E3E
(88,94,62)
#434730
(67,71,48)
#2E3022
(46,48,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBFFA0

#EBFFA0
(235,255,160)
#ECFFA8
(236,255,168)
#EDFFB0
(237,255,176)
#EEFFB8
(238,255,184)
#EFFFC0
(239,255,192)
#F0FFC8
(240,255,200)
#F1FFD0
(241,255,208)
#F2FFD8
(242,255,216)
#F3FFE0
(243,255,224)
#F4FFE8
(244,255,232)
#F5FFF0
(245,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFA0 color. Also use rgb(235,255,160) instead hex code.

Text Font Color

.myTextColor { color: #EBFFA0; }

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

This text font color is #EBFFA0.


Background Color

.myBgColor { background-color: #EBFFA0; }

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

This div background color is #EBFFA0.


Border color

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

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

This div border color is #EBFFA0.


Opacity

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

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

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

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

This text has shadow with #EBFFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFA0 on black background.


Color preview on white background

This text has color #EBFFA0 on white background.



Black color preview on #EBFFA0 background

This text has black color on #EBFFA0 background.


White color preview on #EBFFA0 background

This text has white color on #EBFFA0 background.