COLOR #EBFA88

HEX: #EBFA88
RGB: (235,250,136)

Color info

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

RGB color model

#EBFA88 color RGB value is (235,250,136).

  • red value is 235;
  • green value is 250;
  • blue value is 136.
RGB:
(235,250,136)
(92%,98%,53%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 136 of 255 = 53%

235
250
136

R + G + B ~ 81%. #EBFA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 136 = 621 (100%)
R 235 of 621 ~ 37.84%
G 250 of 621 ~ 40.26%
B 136 of 621 ~ 21.9%

%37.84
%40.26
%21.9

CMYK color model

#EBFA88 color CMYK value is (6,0,46,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(6,0,46,2)
C6M0Y46K2 
(6%,0%,46%,2%)
(0.06/0.00/0.46/0.02)	

CMYK percentages

%6
%0
%45.6
%1.96

Codes

Color #EBFA88 in popluar color models

EBFA88
RGB235250136
HSL68°91.94%75.69%
HSB/HSV68°45.60%98.04%
CMYK6.00%0.00%45.60%
1.96%

Color #EBFA88 in popluar number systems.

HEXEBFA88
Decimal235250136
Binary111010111111101010001000
Octal353372210

Shades and tints

Shades of #EBFA88

#EBFA88
(235,250,136)
#D6E47C
(214,228,124)
#C1CE70
(193,206,112)
#ACB864
(172,184,100)
#97A258
(151,162,88)
#828C4C
(130,140,76)
#6D7640
(109,118,64)
#586034
(88,96,52)
#434A28
(67,74,40)
#2E341C
(46,52,28)
#191E10
(25,30,16)
#000000
(0,0,0)

Tints of #EBFA88

#EBFA88
(235,250,136)
#ECFA92
(236,250,146)
#EDFA9C
(237,250,156)
#EEFAA6
(238,250,166)
#EFFAB0
(239,250,176)
#F0FABA
(240,250,186)
#F1FAC4
(241,250,196)
#F2FACE
(242,250,206)
#F3FAD8
(243,250,216)
#F4FAE2
(244,250,226)
#F5FAEC
(245,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFA88 color. Also use rgb(235,250,136) instead hex code.

Text Font Color

.myTextColor { color: #EBFA88; }

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

This text font color is #EBFA88.


Background Color

.myBgColor { background-color: #EBFA88; }

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

This div background color is #EBFA88.


Border color

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

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

This div border color is #EBFA88.


Opacity

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

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

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

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

This text has shadow with #EBFA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFA88 on black background.


Color preview on white background

This text has color #EBFA88 on white background.



Black color preview on #EBFA88 background

This text has black color on #EBFA88 background.


White color preview on #EBFA88 background

This text has white color on #EBFA88 background.